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

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

Issue 1849603002: [turbofan] Effect linearization after representation inference. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tweaks Created 4 years, 8 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 | « test/unittests/unittests.gyp ('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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 '../../src/compiler/common-operator.h', 503 '../../src/compiler/common-operator.h',
504 '../../src/compiler/control-builders.cc', 504 '../../src/compiler/control-builders.cc',
505 '../../src/compiler/control-builders.h', 505 '../../src/compiler/control-builders.h',
506 '../../src/compiler/control-equivalence.cc', 506 '../../src/compiler/control-equivalence.cc',
507 '../../src/compiler/control-equivalence.h', 507 '../../src/compiler/control-equivalence.h',
508 '../../src/compiler/control-flow-optimizer.cc', 508 '../../src/compiler/control-flow-optimizer.cc',
509 '../../src/compiler/control-flow-optimizer.h', 509 '../../src/compiler/control-flow-optimizer.h',
510 '../../src/compiler/dead-code-elimination.cc', 510 '../../src/compiler/dead-code-elimination.cc',
511 '../../src/compiler/dead-code-elimination.h', 511 '../../src/compiler/dead-code-elimination.h',
512 '../../src/compiler/diamond.h', 512 '../../src/compiler/diamond.h',
513 '../../src/compiler/effect-control-linearizer.cc',
514 '../../src/compiler/effect-control-linearizer.h',
513 '../../src/compiler/escape-analysis.cc', 515 '../../src/compiler/escape-analysis.cc',
514 '../../src/compiler/escape-analysis.h', 516 '../../src/compiler/escape-analysis.h',
515 "../../src/compiler/escape-analysis-reducer.cc", 517 "../../src/compiler/escape-analysis-reducer.cc",
516 "../../src/compiler/escape-analysis-reducer.h", 518 "../../src/compiler/escape-analysis-reducer.h",
517 '../../src/compiler/frame.cc', 519 '../../src/compiler/frame.cc',
518 '../../src/compiler/frame.h', 520 '../../src/compiler/frame.h',
519 '../../src/compiler/frame-elider.cc', 521 '../../src/compiler/frame-elider.cc',
520 '../../src/compiler/frame-elider.h', 522 '../../src/compiler/frame-elider.h',
521 "../../src/compiler/frame-states.cc", 523 "../../src/compiler/frame-states.cc",
522 "../../src/compiler/frame-states.h", 524 "../../src/compiler/frame-states.h",
(...skipping 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 }], 2214 }],
2213 ['want_separate_host_toolset==1', { 2215 ['want_separate_host_toolset==1', {
2214 'toolsets': ['host'], 2216 'toolsets': ['host'],
2215 }, { 2217 }, {
2216 'toolsets': ['target'], 2218 'toolsets': ['target'],
2217 }], 2219 }],
2218 ], 2220 ],
2219 }, 2221 },
2220 ], 2222 ],
2221 } 2223 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698