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

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

Issue 19683010: Merge all Hydrogen phase declarations into hydrogen-phases.h. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 '../../src/hashmap.h', 329 '../../src/hashmap.h',
330 '../../src/heap-inl.h', 330 '../../src/heap-inl.h',
331 '../../src/heap-profiler.cc', 331 '../../src/heap-profiler.cc',
332 '../../src/heap-profiler.h', 332 '../../src/heap-profiler.h',
333 '../../src/heap-snapshot-generator-inl.h', 333 '../../src/heap-snapshot-generator-inl.h',
334 '../../src/heap-snapshot-generator.cc', 334 '../../src/heap-snapshot-generator.cc',
335 '../../src/heap-snapshot-generator.h', 335 '../../src/heap-snapshot-generator.h',
336 '../../src/heap.cc', 336 '../../src/heap.cc',
337 '../../src/heap.h', 337 '../../src/heap.h',
338 '../../src/hydrogen-bce.cc', 338 '../../src/hydrogen-bce.cc',
339 '../../src/hydrogen-bce.h',
340 '../../src/hydrogen-canonicalize.cc', 339 '../../src/hydrogen-canonicalize.cc',
341 '../../src/hydrogen-canonicalize.h',
342 '../../src/hydrogen-dce.cc', 340 '../../src/hydrogen-dce.cc',
343 '../../src/hydrogen-dce.h',
344 '../../src/hydrogen-dehoist.cc', 341 '../../src/hydrogen-dehoist.cc',
345 '../../src/hydrogen-dehoist.h',
346 '../../src/hydrogen-deoptimizing-mark.cc', 342 '../../src/hydrogen-deoptimizing-mark.cc',
347 '../../src/hydrogen-deoptimizing-mark.h',
348 '../../src/hydrogen-environment-liveness.cc', 343 '../../src/hydrogen-environment-liveness.cc',
349 '../../src/hydrogen-environment-liveness.h',
350 '../../src/hydrogen-escape-analysis.cc', 344 '../../src/hydrogen-escape-analysis.cc',
351 '../../src/hydrogen-escape-analysis.h', 345 '../../src/hydrogen-gvn.cc',
346 '../../src/hydrogen-infer-representation.cc',
347 '../../src/hydrogen-infer-types.cc',
352 '../../src/hydrogen-instructions.cc', 348 '../../src/hydrogen-instructions.cc',
353 '../../src/hydrogen-instructions.h', 349 '../../src/hydrogen-instructions.h',
350 '../../src/hydrogen-minus-zero.cc',
351 '../../src/hydrogen-osr.cc',
352 '../../src/hydrogen-osr.h',
353 '../../src/hydrogen-phases.h',
354 '../../src/hydrogen-range-analysis.cc',
355 '../../src/hydrogen-redundant-phi.cc',
356 '../../src/hydrogen-removable-simulates.cc',
357 '../../src/hydrogen-representation-changes.cc',
358 '../../src/hydrogen-sce.cc',
359 '../../src/hydrogen-uint32-analysis.cc',
354 '../../src/hydrogen.cc', 360 '../../src/hydrogen.cc',
355 '../../src/hydrogen.h', 361 '../../src/hydrogen.h',
356 '../../src/hydrogen-gvn.cc',
357 '../../src/hydrogen-gvn.h',
358 '../../src/hydrogen-infer-representation.cc',
359 '../../src/hydrogen-infer-representation.h',
360 '../../src/hydrogen-infer-types.cc',
361 '../../src/hydrogen-infer-types.h',
362 '../../src/hydrogen-minus-zero.cc',
363 '../../src/hydrogen-minus-zero.h',
364 '../../src/hydrogen-range-analysis.cc',
365 '../../src/hydrogen-range-analysis.h',
366 '../../src/hydrogen-redundant-phi.cc',
367 '../../src/hydrogen-redundant-phi.h',
368 '../../src/hydrogen-removable-simulates.cc',
369 '../../src/hydrogen-removable-simulates.h',
370 '../../src/hydrogen-representation-changes.cc',
371 '../../src/hydrogen-representation-changes.h',
372 '../../src/hydrogen-sce.cc',
373 '../../src/hydrogen-sce.h',
374 '../../src/hydrogen-uint32-analysis.cc',
375 '../../src/hydrogen-uint32-analysis.h',
376 '../../src/hydrogen-osr.cc',
377 '../../src/hydrogen-osr.h',
378 '../../src/icu_util.cc', 362 '../../src/icu_util.cc',
379 '../../src/icu_util.h', 363 '../../src/icu_util.h',
380 '../../src/ic-inl.h', 364 '../../src/ic-inl.h',
381 '../../src/ic.cc', 365 '../../src/ic.cc',
382 '../../src/ic.h', 366 '../../src/ic.h',
383 '../../src/incremental-marking.cc', 367 '../../src/incremental-marking.cc',
384 '../../src/incremental-marking.h', 368 '../../src/incremental-marking.h',
385 '../../src/interface.cc', 369 '../../src/interface.cc',
386 '../../src/interface.h', 370 '../../src/interface.h',
387 '../../src/interpreter-irregexp.cc', 371 '../../src/interpreter-irregexp.cc',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 }], 1018 }],
1035 ['v8_compress_startup_data=="bz2"', { 1019 ['v8_compress_startup_data=="bz2"', {
1036 'libraries': [ 1020 'libraries': [
1037 '-lbz2', 1021 '-lbz2',
1038 ] 1022 ]
1039 }], 1023 }],
1040 ], 1024 ],
1041 }, 1025 },
1042 ], 1026 ],
1043 } 1027 }
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