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

Side by Side Diff: src/v8.gyp

Issue 2388313003: [turbofan] Introduces a step to verify the machine graph. (Closed)
Patch Set: Fix win build. Created 4 years, 2 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'compiler/loop-analysis.cc', 655 'compiler/loop-analysis.cc',
656 'compiler/loop-analysis.h', 656 'compiler/loop-analysis.h',
657 'compiler/loop-peeling.cc', 657 'compiler/loop-peeling.cc',
658 'compiler/loop-peeling.h', 658 'compiler/loop-peeling.h',
659 'compiler/loop-variable-optimizer.cc', 659 'compiler/loop-variable-optimizer.cc',
660 'compiler/loop-variable-optimizer.h', 660 'compiler/loop-variable-optimizer.h',
661 'compiler/machine-operator-reducer.cc', 661 'compiler/machine-operator-reducer.cc',
662 'compiler/machine-operator-reducer.h', 662 'compiler/machine-operator-reducer.h',
663 'compiler/machine-operator.cc', 663 'compiler/machine-operator.cc',
664 'compiler/machine-operator.h', 664 'compiler/machine-operator.h',
665 'compiler/machine-graph-verifier.cc',
666 'compiler/machine-graph-verifier.h',
665 'compiler/memory-optimizer.cc', 667 'compiler/memory-optimizer.cc',
666 'compiler/memory-optimizer.h', 668 'compiler/memory-optimizer.h',
667 'compiler/move-optimizer.cc', 669 'compiler/move-optimizer.cc',
668 'compiler/move-optimizer.h', 670 'compiler/move-optimizer.h',
669 'compiler/node-aux-data.h', 671 'compiler/node-aux-data.h',
670 'compiler/node-cache.cc', 672 'compiler/node-cache.cc',
671 'compiler/node-cache.h', 673 'compiler/node-cache.h',
672 'compiler/node-marker.cc', 674 'compiler/node-marker.cc',
673 'compiler/node-marker.h', 675 'compiler/node-marker.h',
674 'compiler/node-matchers.cc', 676 'compiler/node-matchers.cc',
(...skipping 1764 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 'conditions': [ 2441 'conditions': [
2440 ['want_separate_host_toolset_mkpeephole==1', { 2442 ['want_separate_host_toolset_mkpeephole==1', {
2441 'toolsets': ['host'], 2443 'toolsets': ['host'],
2442 }, { 2444 }, {
2443 'toolsets': ['target'], 2445 'toolsets': ['target'],
2444 }], 2446 }],
2445 ], 2447 ],
2446 }, 2448 },
2447 ], 2449 ],
2448 } 2450 }
OLDNEW
« src/compiler/machine-graph-verifier.cc ('K') | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698