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

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

Issue 1375253002: [WIP][turbofan] Instruction scheduler for Turbofan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 '../../src/compiler/graph-visualizer.cc', 499 '../../src/compiler/graph-visualizer.cc',
500 '../../src/compiler/graph-visualizer.h', 500 '../../src/compiler/graph-visualizer.h',
501 '../../src/compiler/graph.cc', 501 '../../src/compiler/graph.cc',
502 '../../src/compiler/graph.h', 502 '../../src/compiler/graph.h',
503 '../../src/compiler/greedy-allocator.cc', 503 '../../src/compiler/greedy-allocator.cc',
504 '../../src/compiler/greedy-allocator.h', 504 '../../src/compiler/greedy-allocator.h',
505 '../../src/compiler/instruction-codes.h', 505 '../../src/compiler/instruction-codes.h',
506 '../../src/compiler/instruction-selector-impl.h', 506 '../../src/compiler/instruction-selector-impl.h',
507 '../../src/compiler/instruction-selector.cc', 507 '../../src/compiler/instruction-selector.cc',
508 '../../src/compiler/instruction-selector.h', 508 '../../src/compiler/instruction-selector.h',
509 '../../src/compiler/instruction-scheduler.cc',
510 '../../src/compiler/instruction-scheduler.h',
509 '../../src/compiler/instruction.cc', 511 '../../src/compiler/instruction.cc',
510 '../../src/compiler/instruction.h', 512 '../../src/compiler/instruction.h',
511 '../../src/compiler/interpreter-assembler.cc', 513 '../../src/compiler/interpreter-assembler.cc',
512 '../../src/compiler/interpreter-assembler.h', 514 '../../src/compiler/interpreter-assembler.h',
513 '../../src/compiler/js-builtin-reducer.cc', 515 '../../src/compiler/js-builtin-reducer.cc',
514 '../../src/compiler/js-builtin-reducer.h', 516 '../../src/compiler/js-builtin-reducer.h',
515 '../../src/compiler/js-context-relaxation.cc', 517 '../../src/compiler/js-context-relaxation.cc',
516 '../../src/compiler/js-context-relaxation.h', 518 '../../src/compiler/js-context-relaxation.h',
517 '../../src/compiler/js-context-specialization.cc', 519 '../../src/compiler/js-context-specialization.cc',
518 '../../src/compiler/js-context-specialization.h', 520 '../../src/compiler/js-context-specialization.h',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 '../../src/arm64/macro-assembler-arm64.cc', 1121 '../../src/arm64/macro-assembler-arm64.cc',
1120 '../../src/arm64/macro-assembler-arm64.h', 1122 '../../src/arm64/macro-assembler-arm64.h',
1121 '../../src/arm64/macro-assembler-arm64-inl.h', 1123 '../../src/arm64/macro-assembler-arm64-inl.h',
1122 '../../src/arm64/simulator-arm64.cc', 1124 '../../src/arm64/simulator-arm64.cc',
1123 '../../src/arm64/simulator-arm64.h', 1125 '../../src/arm64/simulator-arm64.h',
1124 '../../src/arm64/utils-arm64.cc', 1126 '../../src/arm64/utils-arm64.cc',
1125 '../../src/arm64/utils-arm64.h', 1127 '../../src/arm64/utils-arm64.h',
1126 '../../src/compiler/arm64/code-generator-arm64.cc', 1128 '../../src/compiler/arm64/code-generator-arm64.cc',
1127 '../../src/compiler/arm64/instruction-codes-arm64.h', 1129 '../../src/compiler/arm64/instruction-codes-arm64.h',
1128 '../../src/compiler/arm64/instruction-selector-arm64.cc', 1130 '../../src/compiler/arm64/instruction-selector-arm64.cc',
1131 '../../src/compiler/arm64/instruction-scheduler-arm64.cc',
1129 '../../src/debug/arm64/debug-arm64.cc', 1132 '../../src/debug/arm64/debug-arm64.cc',
1130 '../../src/full-codegen/arm64/full-codegen-arm64.cc', 1133 '../../src/full-codegen/arm64/full-codegen-arm64.cc',
1131 '../../src/ic/arm64/access-compiler-arm64.cc', 1134 '../../src/ic/arm64/access-compiler-arm64.cc',
1132 '../../src/ic/arm64/handler-compiler-arm64.cc', 1135 '../../src/ic/arm64/handler-compiler-arm64.cc',
1133 '../../src/ic/arm64/ic-arm64.cc', 1136 '../../src/ic/arm64/ic-arm64.cc',
1134 '../../src/ic/arm64/ic-compiler-arm64.cc', 1137 '../../src/ic/arm64/ic-compiler-arm64.cc',
1135 '../../src/ic/arm64/stub-cache-arm64.cc', 1138 '../../src/ic/arm64/stub-cache-arm64.cc',
1136 '../../src/regexp/arm64/regexp-macro-assembler-arm64.cc', 1139 '../../src/regexp/arm64/regexp-macro-assembler-arm64.cc',
1137 '../../src/regexp/arm64/regexp-macro-assembler-arm64.h', 1140 '../../src/regexp/arm64/regexp-macro-assembler-arm64.h',
1138 ], 1141 ],
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 }], 2089 }],
2087 ['want_separate_host_toolset==1', { 2090 ['want_separate_host_toolset==1', {
2088 'toolsets': ['host'], 2091 'toolsets': ['host'],
2089 }, { 2092 }, {
2090 'toolsets': ['target'], 2093 'toolsets': ['target'],
2091 }], 2094 }],
2092 ], 2095 ],
2093 }, 2096 },
2094 ], 2097 ],
2095 } 2098 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698