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

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

Issue 803993002: [turbofan] First version of loop analysis: loop finder on the soup of nodes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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
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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 '../../src/compiler/js-operator.h', 462 '../../src/compiler/js-operator.h',
463 '../../src/compiler/js-typed-lowering.cc', 463 '../../src/compiler/js-typed-lowering.cc',
464 '../../src/compiler/js-typed-lowering.h', 464 '../../src/compiler/js-typed-lowering.h',
465 '../../src/compiler/jump-threading.cc', 465 '../../src/compiler/jump-threading.cc',
466 '../../src/compiler/jump-threading.h', 466 '../../src/compiler/jump-threading.h',
467 '../../src/compiler/linkage-impl.h', 467 '../../src/compiler/linkage-impl.h',
468 '../../src/compiler/linkage.cc', 468 '../../src/compiler/linkage.cc',
469 '../../src/compiler/linkage.h', 469 '../../src/compiler/linkage.h',
470 '../../src/compiler/load-elimination.cc', 470 '../../src/compiler/load-elimination.cc',
471 '../../src/compiler/load-elimination.h', 471 '../../src/compiler/load-elimination.h',
472 '../../src/compiler/loop-analysis.cc',
473 '../../src/compiler/loop-analysis.h',
472 '../../src/compiler/machine-operator-reducer.cc', 474 '../../src/compiler/machine-operator-reducer.cc',
473 '../../src/compiler/machine-operator-reducer.h', 475 '../../src/compiler/machine-operator-reducer.h',
474 '../../src/compiler/machine-operator.cc', 476 '../../src/compiler/machine-operator.cc',
475 '../../src/compiler/machine-operator.h', 477 '../../src/compiler/machine-operator.h',
476 '../../src/compiler/machine-type.cc', 478 '../../src/compiler/machine-type.cc',
477 '../../src/compiler/machine-type.h', 479 '../../src/compiler/machine-type.h',
478 '../../src/compiler/move-optimizer.cc', 480 '../../src/compiler/move-optimizer.cc',
479 '../../src/compiler/move-optimizer.h', 481 '../../src/compiler/move-optimizer.h',
480 '../../src/compiler/node-aux-data-inl.h', 482 '../../src/compiler/node-aux-data-inl.h',
481 '../../src/compiler/node-aux-data.h', 483 '../../src/compiler/node-aux-data.h',
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 }], 1747 }],
1746 ['want_separate_host_toolset==1', { 1748 ['want_separate_host_toolset==1', {
1747 'toolsets': ['host'], 1749 'toolsets': ['host'],
1748 }, { 1750 }, {
1749 'toolsets': ['target'], 1751 'toolsets': ['target'],
1750 }], 1752 }],
1751 ], 1753 ],
1752 }, 1754 },
1753 ], 1755 ],
1754 } 1756 }
OLDNEW
« test/cctest/compiler/test-loop-analysis.cc ('K') | « test/cctest/compiler/test-loop-analysis.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698