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

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

Issue 894073002: [turbofan] Put StructuredGraphBuilder out of its misery and merge its remnants back into the AstGra… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « src/compiler/graph-builder.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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 '../../src/compiler/control-builders.cc', 434 '../../src/compiler/control-builders.cc',
435 '../../src/compiler/control-builders.h', 435 '../../src/compiler/control-builders.h',
436 '../../src/compiler/control-equivalence.h', 436 '../../src/compiler/control-equivalence.h',
437 '../../src/compiler/control-reducer.cc', 437 '../../src/compiler/control-reducer.cc',
438 '../../src/compiler/control-reducer.h', 438 '../../src/compiler/control-reducer.h',
439 '../../src/compiler/diamond.h', 439 '../../src/compiler/diamond.h',
440 '../../src/compiler/frame.h', 440 '../../src/compiler/frame.h',
441 '../../src/compiler/gap-resolver.cc', 441 '../../src/compiler/gap-resolver.cc',
442 '../../src/compiler/gap-resolver.h', 442 '../../src/compiler/gap-resolver.h',
443 '../../src/compiler/generic-algorithm.h', 443 '../../src/compiler/generic-algorithm.h',
444 '../../src/compiler/graph-builder.cc',
445 '../../src/compiler/graph-builder.h', 444 '../../src/compiler/graph-builder.h',
446 '../../src/compiler/graph-inl.h', 445 '../../src/compiler/graph-inl.h',
447 '../../src/compiler/graph-reducer.cc', 446 '../../src/compiler/graph-reducer.cc',
448 '../../src/compiler/graph-reducer.h', 447 '../../src/compiler/graph-reducer.h',
449 '../../src/compiler/graph-replay.cc', 448 '../../src/compiler/graph-replay.cc',
450 '../../src/compiler/graph-replay.h', 449 '../../src/compiler/graph-replay.h',
451 '../../src/compiler/graph-visualizer.cc', 450 '../../src/compiler/graph-visualizer.cc',
452 '../../src/compiler/graph-visualizer.h', 451 '../../src/compiler/graph-visualizer.h',
453 '../../src/compiler/graph.cc', 452 '../../src/compiler/graph.cc',
454 '../../src/compiler/graph.h', 453 '../../src/compiler/graph.h',
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 }], 1815 }],
1817 ['want_separate_host_toolset==1', { 1816 ['want_separate_host_toolset==1', {
1818 'toolsets': ['host'], 1817 'toolsets': ['host'],
1819 }, { 1818 }, {
1820 'toolsets': ['target'], 1819 'toolsets': ['target'],
1821 }], 1820 }],
1822 ], 1821 ],
1823 }, 1822 },
1824 ], 1823 ],
1825 } 1824 }
OLDNEW
« no previous file with comments | « src/compiler/graph-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698