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

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

Issue 816053002: [turbofan] First version of loop peeling. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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
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/js-typed-lowering.h', 503 '../../src/compiler/js-typed-lowering.h',
504 '../../src/compiler/jump-threading.cc', 504 '../../src/compiler/jump-threading.cc',
505 '../../src/compiler/jump-threading.h', 505 '../../src/compiler/jump-threading.h',
506 '../../src/compiler/linkage-impl.h', 506 '../../src/compiler/linkage-impl.h',
507 '../../src/compiler/linkage.cc', 507 '../../src/compiler/linkage.cc',
508 '../../src/compiler/linkage.h', 508 '../../src/compiler/linkage.h',
509 '../../src/compiler/load-elimination.cc', 509 '../../src/compiler/load-elimination.cc',
510 '../../src/compiler/load-elimination.h', 510 '../../src/compiler/load-elimination.h',
511 '../../src/compiler/loop-analysis.cc', 511 '../../src/compiler/loop-analysis.cc',
512 '../../src/compiler/loop-analysis.h', 512 '../../src/compiler/loop-analysis.h',
513 '../../src/compiler/loop-peeling.cc',
514 '../../src/compiler/loop-peeling.h',
513 '../../src/compiler/machine-operator-reducer.cc', 515 '../../src/compiler/machine-operator-reducer.cc',
514 '../../src/compiler/machine-operator-reducer.h', 516 '../../src/compiler/machine-operator-reducer.h',
515 '../../src/compiler/machine-operator.cc', 517 '../../src/compiler/machine-operator.cc',
516 '../../src/compiler/machine-operator.h', 518 '../../src/compiler/machine-operator.h',
517 '../../src/compiler/machine-type.cc', 519 '../../src/compiler/machine-type.cc',
518 '../../src/compiler/machine-type.h', 520 '../../src/compiler/machine-type.h',
519 '../../src/compiler/move-optimizer.cc', 521 '../../src/compiler/move-optimizer.cc',
520 '../../src/compiler/move-optimizer.h', 522 '../../src/compiler/move-optimizer.h',
521 '../../src/compiler/node-aux-data-inl.h', 523 '../../src/compiler/node-aux-data-inl.h',
522 '../../src/compiler/node-aux-data.h', 524 '../../src/compiler/node-aux-data.h',
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 }], 1799 }],
1798 ['want_separate_host_toolset==1', { 1800 ['want_separate_host_toolset==1', {
1799 'toolsets': ['host'], 1801 'toolsets': ['host'],
1800 }, { 1802 }, {
1801 'toolsets': ['target'], 1803 'toolsets': ['target'],
1802 }], 1804 }],
1803 ], 1805 ],
1804 }, 1806 },
1805 ], 1807 ],
1806 } 1808 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698