|
221 | 221 | '<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.h',
|
222 | 222 | '<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.cc',
|
223 | 223 | '<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.h',
|
| 224 | + '<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.cc', |
| 225 | + '<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.h', |
224 | 226 | ],
|
225 | 227 | 'conditions': [
|
226 | 228 | ['want_separate_host_toolset==1', {
|
|
567 | 569 | '../src/asmjs/asm-scanner.h',
|
568 | 570 | '../src/asmjs/asm-types.cc',
|
569 | 571 | '../src/asmjs/asm-types.h',
|
570 |
| - '../src/asmjs/switch-logic.h', |
571 | 572 | '../src/asmjs/switch-logic.cc',
|
| 573 | + '../src/asmjs/switch-logic.h', |
| 574 | + '../src/assembler-arch.h', |
| 575 | + '../src/assembler-inl.h', |
572 | 576 | '../src/assembler.cc',
|
573 | 577 | '../src/assembler.h',
|
574 |
| - '../src/assembler-inl.h', |
575 | 578 | '../src/assert-scope.h',
|
576 | 579 | '../src/assert-scope.cc',
|
577 | 580 | '../src/ast/ast-function-literal-id-reindexer.cc',
|
|
656 | 659 | '../src/code-events.h',
|
657 | 660 | '../src/code-factory.cc',
|
658 | 661 | '../src/code-factory.h',
|
| 662 | + '../src/code-reference.cc', |
| 663 | + '../src/code-reference.h', |
659 | 664 | '../src/code-stub-assembler.cc',
|
660 | 665 | '../src/code-stub-assembler.h',
|
661 | 666 | '../src/code-stubs.cc',
|
|
743 | 748 | '../src/compiler/instruction.h',
|
744 | 749 | '../src/compiler/int64-lowering.cc',
|
745 | 750 | '../src/compiler/int64-lowering.h',
|
746 |
| - '../src/compiler/js-builtin-reducer.cc', |
747 |
| - '../src/compiler/js-builtin-reducer.h', |
748 | 751 | '../src/compiler/js-call-reducer.cc',
|
749 | 752 | '../src/compiler/js-call-reducer.h',
|
750 | 753 | '../src/compiler/js-context-specialization.cc',
|
|
866 | 869 | '../src/compiler/verifier.h',
|
867 | 870 | '../src/compiler/wasm-compiler.cc',
|
868 | 871 | '../src/compiler/wasm-compiler.h',
|
869 |
| - '../src/compiler/wasm-linkage.cc', |
870 | 872 | '../src/compiler/zone-stats.cc',
|
871 | 873 | '../src/compiler/zone-stats.h',
|
872 | 874 | '../src/compiler-dispatcher/compiler-dispatcher.cc',
|
|
1143 | 1145 | '../src/macro-assembler.h',
|
1144 | 1146 | '../src/machine-type.cc',
|
1145 | 1147 | '../src/machine-type.h',
|
1146 |
| - '../src/managed.h', |
1147 | 1148 | '../src/messages.cc',
|
1148 | 1149 | '../src/messages.h',
|
1149 | 1150 | '../src/msan.h',
|
|
1187 | 1188 | '../src/objects/js-regexp.h',
|
1188 | 1189 | '../src/objects/js-regexp-string-iterator-inl.h',
|
1189 | 1190 | '../src/objects/js-regexp-string-iterator.h',
|
1190 |
| - '../src/objects/literal-objects.cc', |
1191 | 1191 | '../src/objects/literal-objects-inl.h',
|
| 1192 | + '../src/objects/literal-objects.cc', |
1192 | 1193 | '../src/objects/literal-objects.h',
|
| 1194 | + '../src/objects/managed.cc', |
| 1195 | + '../src/objects/managed.h', |
1193 | 1196 | '../src/objects/map-inl.h',
|
1194 | 1197 | '../src/objects/map.h',
|
1195 | 1198 | '../src/objects/maybe-object-inl.h',
|
|
1219 | 1222 | '../src/objects/string-table.h',
|
1220 | 1223 | '../src/objects/template-objects.cc',
|
1221 | 1224 | '../src/objects/template-objects.h',
|
| 1225 | + '../src/objects/templates-inl.h', |
| 1226 | + '../src/objects/templates.h', |
1222 | 1227 | '../src/optimized-compilation-info.cc',
|
1223 | 1228 | '../src/optimized-compilation-info.h',
|
1224 | 1229 | '../src/ostreams.cc',
|
|
1466 | 1471 | '../src/wasm/baseline/liftoff-assembler.cc',
|
1467 | 1472 | '../src/wasm/baseline/liftoff-assembler.h',
|
1468 | 1473 | '../src/wasm/baseline/liftoff-compiler.cc',
|
| 1474 | + '../src/wasm/baseline/liftoff-compiler.h', |
1469 | 1475 | '../src/wasm/baseline/liftoff-register.h',
|
1470 | 1476 | '../src/wasm/compilation-manager.cc',
|
1471 | 1477 | '../src/wasm/compilation-manager.h',
|
1472 | 1478 | '../src/wasm/decoder.h',
|
| 1479 | + '../src/wasm/function-body-decoder-impl.h', |
1473 | 1480 | '../src/wasm/function-body-decoder.cc',
|
1474 | 1481 | '../src/wasm/function-body-decoder.h',
|
1475 |
| - '../src/wasm/function-body-decoder-impl.h', |
| 1482 | + '../src/wasm/function-compiler.h', |
| 1483 | + '../src/wasm/function-compiler.cc', |
1476 | 1484 | '../src/wasm/leb-helper.h',
|
1477 | 1485 | '../src/wasm/local-decl-encoder.cc',
|
1478 | 1486 | '../src/wasm/local-decl-encoder.h',
|
|
1486 | 1494 | '../src/wasm/signature-map.h',
|
1487 | 1495 | '../src/wasm/streaming-decoder.cc',
|
1488 | 1496 | '../src/wasm/streaming-decoder.h',
|
| 1497 | + '../src/wasm/value-type.h', |
1489 | 1498 | '../src/wasm/wasm-code-manager.cc',
|
1490 | 1499 | '../src/wasm/wasm-code-manager.h',
|
1491 | 1500 | '../src/wasm/wasm-code-specialization.cc',
|
|
1499 | 1508 | '../src/wasm/wasm-js.cc',
|
1500 | 1509 | '../src/wasm/wasm-js.h',
|
1501 | 1510 | '../src/wasm/wasm-limits.h',
|
| 1511 | + '../src/wasm/wasm-linkage.h', |
1502 | 1512 | '../src/wasm/wasm-memory.cc',
|
1503 | 1513 | '../src/wasm/wasm-memory.h',
|
1504 | 1514 | '../src/wasm/wasm-module.cc',
|
|
2838 | 2848 | '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)torque<(EXECUTABLE_SUFFIX)',
|
2839 | 2849 | '../src/builtins/base.tq',
|
2840 | 2850 | '../src/builtins/array.tq',
|
| 2851 | + '../src/builtins/typed-array.tq', |
2841 | 2852 | ],
|
2842 | 2853 | 'outputs': [
|
2843 | 2854 | '<(SHARED_INTERMEDIATE_DIR)/builtin-definitions-from-dsl.h',
|
2844 | 2855 | '<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.cc',
|
2845 | 2856 | '<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.h',
|
2846 | 2857 | '<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.cc',
|
2847 | 2858 | '<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.h',
|
| 2859 | + '<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.cc', |
| 2860 | + '<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.h', |
2848 | 2861 | ],
|
2849 | 2862 | 'action': ['<@(_inputs)', '-o', '<(SHARED_INTERMEDIATE_DIR)'],
|
2850 | 2863 | },
|
|
0 commit comments