Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: tools/gyp/v8.gyp

Issue 18487003: Turn UInt32 analysis into a proper HPhase. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix typos. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/hydrogen-uint32-analysis.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 '../../src/hydrogen-escape-analysis.cc', 330 '../../src/hydrogen-escape-analysis.cc',
331 '../../src/hydrogen-escape-analysis.h', 331 '../../src/hydrogen-escape-analysis.h',
332 '../../src/hydrogen-instructions.cc', 332 '../../src/hydrogen-instructions.cc',
333 '../../src/hydrogen-instructions.h', 333 '../../src/hydrogen-instructions.h',
334 '../../src/hydrogen.cc', 334 '../../src/hydrogen.cc',
335 '../../src/hydrogen.h', 335 '../../src/hydrogen.h',
336 '../../src/hydrogen-gvn.cc', 336 '../../src/hydrogen-gvn.cc',
337 '../../src/hydrogen-gvn.h', 337 '../../src/hydrogen-gvn.h',
338 '../../src/hydrogen-infer-representation.cc', 338 '../../src/hydrogen-infer-representation.cc',
339 '../../src/hydrogen-infer-representation.h', 339 '../../src/hydrogen-infer-representation.h',
340 '../../src/hydrogen-uint32-analysis.cc',
341 '../../src/hydrogen-uint32-analysis.h',
340 '../../src/ic-inl.h', 342 '../../src/ic-inl.h',
341 '../../src/ic.cc', 343 '../../src/ic.cc',
342 '../../src/ic.h', 344 '../../src/ic.h',
343 '../../src/incremental-marking.cc', 345 '../../src/incremental-marking.cc',
344 '../../src/incremental-marking.h', 346 '../../src/incremental-marking.h',
345 '../../src/interface.cc', 347 '../../src/interface.cc',
346 '../../src/interface.h', 348 '../../src/interface.h',
347 '../../src/interpreter-irregexp.cc', 349 '../../src/interpreter-irregexp.cc',
348 '../../src/interpreter-irregexp.h', 350 '../../src/interpreter-irregexp.h',
349 '../../src/isolate.cc', 351 '../../src/isolate.cc',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 }], 936 }],
935 ['v8_compress_startup_data=="bz2"', { 937 ['v8_compress_startup_data=="bz2"', {
936 'libraries': [ 938 'libraries': [
937 '-lbz2', 939 '-lbz2',
938 ] 940 ]
939 }], 941 }],
940 ], 942 ],
941 }, 943 },
942 ], 944 ],
943 } 945 }
OLDNEW
« no previous file with comments | « src/hydrogen-uint32-analysis.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698