OLD | NEW |
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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 '../../src/compiler/basic-block-instrumentor.cc', | 457 '../../src/compiler/basic-block-instrumentor.cc', |
458 '../../src/compiler/basic-block-instrumentor.h', | 458 '../../src/compiler/basic-block-instrumentor.h', |
459 '../../src/compiler/change-lowering.cc', | 459 '../../src/compiler/change-lowering.cc', |
460 '../../src/compiler/change-lowering.h', | 460 '../../src/compiler/change-lowering.h', |
461 '../../src/compiler/c-linkage.cc', | 461 '../../src/compiler/c-linkage.cc', |
462 '../../src/compiler/coalesced-live-ranges.cc', | 462 '../../src/compiler/coalesced-live-ranges.cc', |
463 '../../src/compiler/coalesced-live-ranges.h', | 463 '../../src/compiler/coalesced-live-ranges.h', |
464 '../../src/compiler/code-generator-impl.h', | 464 '../../src/compiler/code-generator-impl.h', |
465 '../../src/compiler/code-generator.cc', | 465 '../../src/compiler/code-generator.cc', |
466 '../../src/compiler/code-generator.h', | 466 '../../src/compiler/code-generator.h', |
| 467 '../../src/compiler/code-stub-linkage.cc', |
467 '../../src/compiler/common-node-cache.cc', | 468 '../../src/compiler/common-node-cache.cc', |
468 '../../src/compiler/common-node-cache.h', | 469 '../../src/compiler/common-node-cache.h', |
469 '../../src/compiler/common-operator-reducer.cc', | 470 '../../src/compiler/common-operator-reducer.cc', |
470 '../../src/compiler/common-operator-reducer.h', | 471 '../../src/compiler/common-operator-reducer.h', |
471 '../../src/compiler/common-operator.cc', | 472 '../../src/compiler/common-operator.cc', |
472 '../../src/compiler/common-operator.h', | 473 '../../src/compiler/common-operator.h', |
473 '../../src/compiler/control-builders.cc', | 474 '../../src/compiler/control-builders.cc', |
474 '../../src/compiler/control-builders.h', | 475 '../../src/compiler/control-builders.h', |
475 '../../src/compiler/control-equivalence.cc', | 476 '../../src/compiler/control-equivalence.cc', |
476 '../../src/compiler/control-equivalence.h', | 477 '../../src/compiler/control-equivalence.h', |
(...skipping 22 matching lines...) Expand all Loading... |
499 '../../src/compiler/greedy-allocator.cc', | 500 '../../src/compiler/greedy-allocator.cc', |
500 '../../src/compiler/greedy-allocator.h', | 501 '../../src/compiler/greedy-allocator.h', |
501 '../../src/compiler/instruction-codes.h', | 502 '../../src/compiler/instruction-codes.h', |
502 '../../src/compiler/instruction-selector-impl.h', | 503 '../../src/compiler/instruction-selector-impl.h', |
503 '../../src/compiler/instruction-selector.cc', | 504 '../../src/compiler/instruction-selector.cc', |
504 '../../src/compiler/instruction-selector.h', | 505 '../../src/compiler/instruction-selector.h', |
505 '../../src/compiler/instruction.cc', | 506 '../../src/compiler/instruction.cc', |
506 '../../src/compiler/instruction.h', | 507 '../../src/compiler/instruction.h', |
507 '../../src/compiler/interpreter-assembler.cc', | 508 '../../src/compiler/interpreter-assembler.cc', |
508 '../../src/compiler/interpreter-assembler.h', | 509 '../../src/compiler/interpreter-assembler.h', |
| 510 '../../src/compiler/interpreter-linkage.cc', |
509 '../../src/compiler/js-builtin-reducer.cc', | 511 '../../src/compiler/js-builtin-reducer.cc', |
510 '../../src/compiler/js-builtin-reducer.h', | 512 '../../src/compiler/js-builtin-reducer.h', |
511 '../../src/compiler/js-context-relaxation.cc', | 513 '../../src/compiler/js-context-relaxation.cc', |
512 '../../src/compiler/js-context-relaxation.h', | 514 '../../src/compiler/js-context-relaxation.h', |
513 '../../src/compiler/js-context-specialization.cc', | 515 '../../src/compiler/js-context-specialization.cc', |
514 '../../src/compiler/js-context-specialization.h', | 516 '../../src/compiler/js-context-specialization.h', |
515 '../../src/compiler/js-frame-specialization.cc', | 517 '../../src/compiler/js-frame-specialization.cc', |
516 '../../src/compiler/js-frame-specialization.h', | 518 '../../src/compiler/js-frame-specialization.h', |
517 '../../src/compiler/js-generic-lowering.cc', | 519 '../../src/compiler/js-generic-lowering.cc', |
518 '../../src/compiler/js-generic-lowering.h', | 520 '../../src/compiler/js-generic-lowering.h', |
519 '../../src/compiler/js-graph.cc', | 521 '../../src/compiler/js-graph.cc', |
520 '../../src/compiler/js-graph.h', | 522 '../../src/compiler/js-graph.h', |
521 '../../src/compiler/js-inlining.cc', | 523 '../../src/compiler/js-inlining.cc', |
522 '../../src/compiler/js-inlining.h', | 524 '../../src/compiler/js-inlining.h', |
523 '../../src/compiler/js-intrinsic-lowering.cc', | 525 '../../src/compiler/js-intrinsic-lowering.cc', |
524 '../../src/compiler/js-intrinsic-lowering.h', | 526 '../../src/compiler/js-intrinsic-lowering.h', |
| 527 '../../src/compiler/js-linkage.cc', |
525 '../../src/compiler/js-operator.cc', | 528 '../../src/compiler/js-operator.cc', |
526 '../../src/compiler/js-operator.h', | 529 '../../src/compiler/js-operator.h', |
527 '../../src/compiler/js-type-feedback.cc', | 530 '../../src/compiler/js-type-feedback.cc', |
528 '../../src/compiler/js-type-feedback.h', | 531 '../../src/compiler/js-type-feedback.h', |
529 '../../src/compiler/js-type-feedback-lowering.cc', | 532 '../../src/compiler/js-type-feedback-lowering.cc', |
530 '../../src/compiler/js-type-feedback-lowering.h', | 533 '../../src/compiler/js-type-feedback-lowering.h', |
531 '../../src/compiler/js-typed-lowering.cc', | 534 '../../src/compiler/js-typed-lowering.cc', |
532 '../../src/compiler/js-typed-lowering.h', | 535 '../../src/compiler/js-typed-lowering.h', |
533 '../../src/compiler/jump-threading.cc', | 536 '../../src/compiler/jump-threading.cc', |
534 '../../src/compiler/jump-threading.h', | 537 '../../src/compiler/jump-threading.h', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 '../../src/compiler/preprocess-live-ranges.h', | 581 '../../src/compiler/preprocess-live-ranges.h', |
579 '../../src/compiler/raw-machine-assembler.cc', | 582 '../../src/compiler/raw-machine-assembler.cc', |
580 '../../src/compiler/raw-machine-assembler.h', | 583 '../../src/compiler/raw-machine-assembler.h', |
581 '../../src/compiler/register-allocator.cc', | 584 '../../src/compiler/register-allocator.cc', |
582 '../../src/compiler/register-allocator.h', | 585 '../../src/compiler/register-allocator.h', |
583 '../../src/compiler/register-allocator-verifier.cc', | 586 '../../src/compiler/register-allocator-verifier.cc', |
584 '../../src/compiler/register-allocator-verifier.h', | 587 '../../src/compiler/register-allocator-verifier.h', |
585 '../../src/compiler/register-configuration.cc', | 588 '../../src/compiler/register-configuration.cc', |
586 '../../src/compiler/register-configuration.h', | 589 '../../src/compiler/register-configuration.h', |
587 '../../src/compiler/representation-change.h', | 590 '../../src/compiler/representation-change.h', |
| 591 '../../src/compiler/runtime-linkage.cc', |
588 '../../src/compiler/schedule.cc', | 592 '../../src/compiler/schedule.cc', |
589 '../../src/compiler/schedule.h', | 593 '../../src/compiler/schedule.h', |
590 '../../src/compiler/scheduler.cc', | 594 '../../src/compiler/scheduler.cc', |
591 '../../src/compiler/scheduler.h', | 595 '../../src/compiler/scheduler.h', |
592 '../../src/compiler/select-lowering.cc', | 596 '../../src/compiler/select-lowering.cc', |
593 '../../src/compiler/select-lowering.h', | 597 '../../src/compiler/select-lowering.h', |
594 '../../src/compiler/simplified-lowering.cc', | 598 '../../src/compiler/simplified-lowering.cc', |
595 '../../src/compiler/simplified-lowering.h', | 599 '../../src/compiler/simplified-lowering.h', |
596 '../../src/compiler/simplified-operator-reducer.cc', | 600 '../../src/compiler/simplified-operator-reducer.cc', |
597 '../../src/compiler/simplified-operator-reducer.h', | 601 '../../src/compiler/simplified-operator-reducer.h', |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1027 '../../src/arm/lithium-gap-resolver-arm.h', | 1031 '../../src/arm/lithium-gap-resolver-arm.h', |
1028 '../../src/arm/macro-assembler-arm.cc', | 1032 '../../src/arm/macro-assembler-arm.cc', |
1029 '../../src/arm/macro-assembler-arm.h', | 1033 '../../src/arm/macro-assembler-arm.h', |
1030 '../../src/arm/regexp-macro-assembler-arm.cc', | 1034 '../../src/arm/regexp-macro-assembler-arm.cc', |
1031 '../../src/arm/regexp-macro-assembler-arm.h', | 1035 '../../src/arm/regexp-macro-assembler-arm.h', |
1032 '../../src/arm/simulator-arm.cc', | 1036 '../../src/arm/simulator-arm.cc', |
1033 '../../src/arm/simulator-arm.h', | 1037 '../../src/arm/simulator-arm.h', |
1034 '../../src/compiler/arm/code-generator-arm.cc', | 1038 '../../src/compiler/arm/code-generator-arm.cc', |
1035 '../../src/compiler/arm/instruction-codes-arm.h', | 1039 '../../src/compiler/arm/instruction-codes-arm.h', |
1036 '../../src/compiler/arm/instruction-selector-arm.cc', | 1040 '../../src/compiler/arm/instruction-selector-arm.cc', |
1037 '../../src/compiler/arm/linkage-arm.cc', | |
1038 '../../src/debug/arm/debug-arm.cc', | 1041 '../../src/debug/arm/debug-arm.cc', |
1039 '../../src/full-codegen/arm/full-codegen-arm.cc', | 1042 '../../src/full-codegen/arm/full-codegen-arm.cc', |
1040 '../../src/ic/arm/access-compiler-arm.cc', | 1043 '../../src/ic/arm/access-compiler-arm.cc', |
1041 '../../src/ic/arm/handler-compiler-arm.cc', | 1044 '../../src/ic/arm/handler-compiler-arm.cc', |
1042 '../../src/ic/arm/ic-arm.cc', | 1045 '../../src/ic/arm/ic-arm.cc', |
1043 '../../src/ic/arm/ic-compiler-arm.cc', | 1046 '../../src/ic/arm/ic-compiler-arm.cc', |
1044 '../../src/ic/arm/stub-cache-arm.cc', | 1047 '../../src/ic/arm/stub-cache-arm.cc', |
1045 ], | 1048 ], |
1046 }], | 1049 }], |
1047 ['v8_target_arch=="arm64"', { | 1050 ['v8_target_arch=="arm64"', { |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1084 '../../src/arm64/macro-assembler-arm64-inl.h', | 1087 '../../src/arm64/macro-assembler-arm64-inl.h', |
1085 '../../src/arm64/regexp-macro-assembler-arm64.cc', | 1088 '../../src/arm64/regexp-macro-assembler-arm64.cc', |
1086 '../../src/arm64/regexp-macro-assembler-arm64.h', | 1089 '../../src/arm64/regexp-macro-assembler-arm64.h', |
1087 '../../src/arm64/simulator-arm64.cc', | 1090 '../../src/arm64/simulator-arm64.cc', |
1088 '../../src/arm64/simulator-arm64.h', | 1091 '../../src/arm64/simulator-arm64.h', |
1089 '../../src/arm64/utils-arm64.cc', | 1092 '../../src/arm64/utils-arm64.cc', |
1090 '../../src/arm64/utils-arm64.h', | 1093 '../../src/arm64/utils-arm64.h', |
1091 '../../src/compiler/arm64/code-generator-arm64.cc', | 1094 '../../src/compiler/arm64/code-generator-arm64.cc', |
1092 '../../src/compiler/arm64/instruction-codes-arm64.h', | 1095 '../../src/compiler/arm64/instruction-codes-arm64.h', |
1093 '../../src/compiler/arm64/instruction-selector-arm64.cc', | 1096 '../../src/compiler/arm64/instruction-selector-arm64.cc', |
1094 '../../src/compiler/arm64/linkage-arm64.cc', | |
1095 '../../src/debug/arm64/debug-arm64.cc', | 1097 '../../src/debug/arm64/debug-arm64.cc', |
1096 '../../src/full-codegen/arm64/full-codegen-arm64.cc', | 1098 '../../src/full-codegen/arm64/full-codegen-arm64.cc', |
1097 '../../src/ic/arm64/access-compiler-arm64.cc', | 1099 '../../src/ic/arm64/access-compiler-arm64.cc', |
1098 '../../src/ic/arm64/handler-compiler-arm64.cc', | 1100 '../../src/ic/arm64/handler-compiler-arm64.cc', |
1099 '../../src/ic/arm64/ic-arm64.cc', | 1101 '../../src/ic/arm64/ic-arm64.cc', |
1100 '../../src/ic/arm64/ic-compiler-arm64.cc', | 1102 '../../src/ic/arm64/ic-compiler-arm64.cc', |
1101 '../../src/ic/arm64/stub-cache-arm64.cc', | 1103 '../../src/ic/arm64/stub-cache-arm64.cc', |
1102 ], | 1104 ], |
1103 }], | 1105 }], |
1104 ['v8_target_arch=="ia32"', { | 1106 ['v8_target_arch=="ia32"', { |
(...skipping 18 matching lines...) Expand all Loading... |
1123 '../../src/ia32/lithium-gap-resolver-ia32.h', | 1125 '../../src/ia32/lithium-gap-resolver-ia32.h', |
1124 '../../src/ia32/lithium-ia32.cc', | 1126 '../../src/ia32/lithium-ia32.cc', |
1125 '../../src/ia32/lithium-ia32.h', | 1127 '../../src/ia32/lithium-ia32.h', |
1126 '../../src/ia32/macro-assembler-ia32.cc', | 1128 '../../src/ia32/macro-assembler-ia32.cc', |
1127 '../../src/ia32/macro-assembler-ia32.h', | 1129 '../../src/ia32/macro-assembler-ia32.h', |
1128 '../../src/ia32/regexp-macro-assembler-ia32.cc', | 1130 '../../src/ia32/regexp-macro-assembler-ia32.cc', |
1129 '../../src/ia32/regexp-macro-assembler-ia32.h', | 1131 '../../src/ia32/regexp-macro-assembler-ia32.h', |
1130 '../../src/compiler/ia32/code-generator-ia32.cc', | 1132 '../../src/compiler/ia32/code-generator-ia32.cc', |
1131 '../../src/compiler/ia32/instruction-codes-ia32.h', | 1133 '../../src/compiler/ia32/instruction-codes-ia32.h', |
1132 '../../src/compiler/ia32/instruction-selector-ia32.cc', | 1134 '../../src/compiler/ia32/instruction-selector-ia32.cc', |
1133 '../../src/compiler/ia32/linkage-ia32.cc', | |
1134 '../../src/debug/ia32/debug-ia32.cc', | 1135 '../../src/debug/ia32/debug-ia32.cc', |
1135 '../../src/full-codegen/ia32/full-codegen-ia32.cc', | 1136 '../../src/full-codegen/ia32/full-codegen-ia32.cc', |
1136 '../../src/ic/ia32/access-compiler-ia32.cc', | 1137 '../../src/ic/ia32/access-compiler-ia32.cc', |
1137 '../../src/ic/ia32/handler-compiler-ia32.cc', | 1138 '../../src/ic/ia32/handler-compiler-ia32.cc', |
1138 '../../src/ic/ia32/ic-ia32.cc', | 1139 '../../src/ic/ia32/ic-ia32.cc', |
1139 '../../src/ic/ia32/ic-compiler-ia32.cc', | 1140 '../../src/ic/ia32/ic-compiler-ia32.cc', |
1140 '../../src/ic/ia32/stub-cache-ia32.cc', | 1141 '../../src/ic/ia32/stub-cache-ia32.cc', |
1141 ], | 1142 ], |
1142 }], | 1143 }], |
1143 ['v8_target_arch=="x87"', { | 1144 ['v8_target_arch=="x87"', { |
(...skipping 18 matching lines...) Expand all Loading... |
1162 '../../src/x87/lithium-gap-resolver-x87.h', | 1163 '../../src/x87/lithium-gap-resolver-x87.h', |
1163 '../../src/x87/lithium-x87.cc', | 1164 '../../src/x87/lithium-x87.cc', |
1164 '../../src/x87/lithium-x87.h', | 1165 '../../src/x87/lithium-x87.h', |
1165 '../../src/x87/macro-assembler-x87.cc', | 1166 '../../src/x87/macro-assembler-x87.cc', |
1166 '../../src/x87/macro-assembler-x87.h', | 1167 '../../src/x87/macro-assembler-x87.h', |
1167 '../../src/x87/regexp-macro-assembler-x87.cc', | 1168 '../../src/x87/regexp-macro-assembler-x87.cc', |
1168 '../../src/x87/regexp-macro-assembler-x87.h', | 1169 '../../src/x87/regexp-macro-assembler-x87.h', |
1169 '../../src/compiler/x87/code-generator-x87.cc', | 1170 '../../src/compiler/x87/code-generator-x87.cc', |
1170 '../../src/compiler/x87/instruction-codes-x87.h', | 1171 '../../src/compiler/x87/instruction-codes-x87.h', |
1171 '../../src/compiler/x87/instruction-selector-x87.cc', | 1172 '../../src/compiler/x87/instruction-selector-x87.cc', |
1172 '../../src/compiler/x87/linkage-x87.cc', | |
1173 '../../src/debug/x87/debug-x87.cc', | 1173 '../../src/debug/x87/debug-x87.cc', |
1174 '../../src/full-codegen/x87/full-codegen-x87.cc', | 1174 '../../src/full-codegen/x87/full-codegen-x87.cc', |
1175 '../../src/ic/x87/access-compiler-x87.cc', | 1175 '../../src/ic/x87/access-compiler-x87.cc', |
1176 '../../src/ic/x87/handler-compiler-x87.cc', | 1176 '../../src/ic/x87/handler-compiler-x87.cc', |
1177 '../../src/ic/x87/ic-x87.cc', | 1177 '../../src/ic/x87/ic-x87.cc', |
1178 '../../src/ic/x87/ic-compiler-x87.cc', | 1178 '../../src/ic/x87/ic-compiler-x87.cc', |
1179 '../../src/ic/x87/stub-cache-x87.cc', | 1179 '../../src/ic/x87/stub-cache-x87.cc', |
1180 ], | 1180 ], |
1181 }], | 1181 }], |
1182 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { | 1182 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { |
(...skipping 22 matching lines...) Expand all Loading... |
1205 '../../src/mips/lithium-mips.h', | 1205 '../../src/mips/lithium-mips.h', |
1206 '../../src/mips/macro-assembler-mips.cc', | 1206 '../../src/mips/macro-assembler-mips.cc', |
1207 '../../src/mips/macro-assembler-mips.h', | 1207 '../../src/mips/macro-assembler-mips.h', |
1208 '../../src/mips/regexp-macro-assembler-mips.cc', | 1208 '../../src/mips/regexp-macro-assembler-mips.cc', |
1209 '../../src/mips/regexp-macro-assembler-mips.h', | 1209 '../../src/mips/regexp-macro-assembler-mips.h', |
1210 '../../src/mips/simulator-mips.cc', | 1210 '../../src/mips/simulator-mips.cc', |
1211 '../../src/mips/simulator-mips.h', | 1211 '../../src/mips/simulator-mips.h', |
1212 '../../src/compiler/mips/code-generator-mips.cc', | 1212 '../../src/compiler/mips/code-generator-mips.cc', |
1213 '../../src/compiler/mips/instruction-codes-mips.h', | 1213 '../../src/compiler/mips/instruction-codes-mips.h', |
1214 '../../src/compiler/mips/instruction-selector-mips.cc', | 1214 '../../src/compiler/mips/instruction-selector-mips.cc', |
1215 '../../src/compiler/mips/linkage-mips.cc', | |
1216 '../../src/full-codegen/mips/full-codegen-mips.cc', | 1215 '../../src/full-codegen/mips/full-codegen-mips.cc', |
1217 '../../src/debug/mips/debug-mips.cc', | 1216 '../../src/debug/mips/debug-mips.cc', |
1218 '../../src/ic/mips/access-compiler-mips.cc', | 1217 '../../src/ic/mips/access-compiler-mips.cc', |
1219 '../../src/ic/mips/handler-compiler-mips.cc', | 1218 '../../src/ic/mips/handler-compiler-mips.cc', |
1220 '../../src/ic/mips/ic-mips.cc', | 1219 '../../src/ic/mips/ic-mips.cc', |
1221 '../../src/ic/mips/ic-compiler-mips.cc', | 1220 '../../src/ic/mips/ic-compiler-mips.cc', |
1222 '../../src/ic/mips/stub-cache-mips.cc', | 1221 '../../src/ic/mips/stub-cache-mips.cc', |
1223 ], | 1222 ], |
1224 }], | 1223 }], |
1225 ['v8_target_arch=="mips64el"', { | 1224 ['v8_target_arch=="mips64el"', { |
(...skipping 22 matching lines...) Expand all Loading... |
1248 '../../src/mips64/lithium-mips64.h', | 1247 '../../src/mips64/lithium-mips64.h', |
1249 '../../src/mips64/macro-assembler-mips64.cc', | 1248 '../../src/mips64/macro-assembler-mips64.cc', |
1250 '../../src/mips64/macro-assembler-mips64.h', | 1249 '../../src/mips64/macro-assembler-mips64.h', |
1251 '../../src/mips64/regexp-macro-assembler-mips64.cc', | 1250 '../../src/mips64/regexp-macro-assembler-mips64.cc', |
1252 '../../src/mips64/regexp-macro-assembler-mips64.h', | 1251 '../../src/mips64/regexp-macro-assembler-mips64.h', |
1253 '../../src/mips64/simulator-mips64.cc', | 1252 '../../src/mips64/simulator-mips64.cc', |
1254 '../../src/mips64/simulator-mips64.h', | 1253 '../../src/mips64/simulator-mips64.h', |
1255 '../../src/compiler/mips64/code-generator-mips64.cc', | 1254 '../../src/compiler/mips64/code-generator-mips64.cc', |
1256 '../../src/compiler/mips64/instruction-codes-mips64.h', | 1255 '../../src/compiler/mips64/instruction-codes-mips64.h', |
1257 '../../src/compiler/mips64/instruction-selector-mips64.cc', | 1256 '../../src/compiler/mips64/instruction-selector-mips64.cc', |
1258 '../../src/compiler/mips64/linkage-mips64.cc', | |
1259 '../../src/debug/mips64/debug-mips64.cc', | 1257 '../../src/debug/mips64/debug-mips64.cc', |
1260 '../../src/full-codegen/mips64/full-codegen-mips64.cc', | 1258 '../../src/full-codegen/mips64/full-codegen-mips64.cc', |
1261 '../../src/ic/mips64/access-compiler-mips64.cc', | 1259 '../../src/ic/mips64/access-compiler-mips64.cc', |
1262 '../../src/ic/mips64/handler-compiler-mips64.cc', | 1260 '../../src/ic/mips64/handler-compiler-mips64.cc', |
1263 '../../src/ic/mips64/ic-mips64.cc', | 1261 '../../src/ic/mips64/ic-mips64.cc', |
1264 '../../src/ic/mips64/ic-compiler-mips64.cc', | 1262 '../../src/ic/mips64/ic-compiler-mips64.cc', |
1265 '../../src/ic/mips64/stub-cache-mips64.cc', | 1263 '../../src/ic/mips64/stub-cache-mips64.cc', |
1266 ], | 1264 ], |
1267 }], | 1265 }], |
1268 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { | 1266 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { |
(...skipping 29 matching lines...) Expand all Loading... |
1298 '../../src/ic/x64/ic-x64.cc', | 1296 '../../src/ic/x64/ic-x64.cc', |
1299 '../../src/ic/x64/ic-compiler-x64.cc', | 1297 '../../src/ic/x64/ic-compiler-x64.cc', |
1300 '../../src/ic/x64/stub-cache-x64.cc', | 1298 '../../src/ic/x64/stub-cache-x64.cc', |
1301 ], | 1299 ], |
1302 }], | 1300 }], |
1303 ['v8_target_arch=="x64"', { | 1301 ['v8_target_arch=="x64"', { |
1304 'sources': [ | 1302 'sources': [ |
1305 '../../src/compiler/x64/code-generator-x64.cc', | 1303 '../../src/compiler/x64/code-generator-x64.cc', |
1306 '../../src/compiler/x64/instruction-codes-x64.h', | 1304 '../../src/compiler/x64/instruction-codes-x64.h', |
1307 '../../src/compiler/x64/instruction-selector-x64.cc', | 1305 '../../src/compiler/x64/instruction-selector-x64.cc', |
1308 '../../src/compiler/x64/linkage-x64.cc', | |
1309 ], | 1306 ], |
1310 }], | 1307 }], |
1311 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { | 1308 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { |
1312 'sources': [ ### gcmole(arch:ppc) ### | 1309 'sources': [ ### gcmole(arch:ppc) ### |
1313 '../../src/ppc/assembler-ppc-inl.h', | 1310 '../../src/ppc/assembler-ppc-inl.h', |
1314 '../../src/ppc/assembler-ppc.cc', | 1311 '../../src/ppc/assembler-ppc.cc', |
1315 '../../src/ppc/assembler-ppc.h', | 1312 '../../src/ppc/assembler-ppc.h', |
1316 '../../src/ppc/builtins-ppc.cc', | 1313 '../../src/ppc/builtins-ppc.cc', |
1317 '../../src/ppc/code-stubs-ppc.cc', | 1314 '../../src/ppc/code-stubs-ppc.cc', |
1318 '../../src/ppc/code-stubs-ppc.h', | 1315 '../../src/ppc/code-stubs-ppc.h', |
(...skipping 16 matching lines...) Expand all Loading... |
1335 '../../src/ppc/lithium-gap-resolver-ppc.h', | 1332 '../../src/ppc/lithium-gap-resolver-ppc.h', |
1336 '../../src/ppc/macro-assembler-ppc.cc', | 1333 '../../src/ppc/macro-assembler-ppc.cc', |
1337 '../../src/ppc/macro-assembler-ppc.h', | 1334 '../../src/ppc/macro-assembler-ppc.h', |
1338 '../../src/ppc/regexp-macro-assembler-ppc.cc', | 1335 '../../src/ppc/regexp-macro-assembler-ppc.cc', |
1339 '../../src/ppc/regexp-macro-assembler-ppc.h', | 1336 '../../src/ppc/regexp-macro-assembler-ppc.h', |
1340 '../../src/ppc/simulator-ppc.cc', | 1337 '../../src/ppc/simulator-ppc.cc', |
1341 '../../src/ppc/simulator-ppc.h', | 1338 '../../src/ppc/simulator-ppc.h', |
1342 '../../src/compiler/ppc/code-generator-ppc.cc', | 1339 '../../src/compiler/ppc/code-generator-ppc.cc', |
1343 '../../src/compiler/ppc/instruction-codes-ppc.h', | 1340 '../../src/compiler/ppc/instruction-codes-ppc.h', |
1344 '../../src/compiler/ppc/instruction-selector-ppc.cc', | 1341 '../../src/compiler/ppc/instruction-selector-ppc.cc', |
1345 '../../src/compiler/ppc/linkage-ppc.cc', | |
1346 '../../src/debug/ppc/debug-ppc.cc', | 1342 '../../src/debug/ppc/debug-ppc.cc', |
1347 '../../src/full-codegen/ppc/full-codegen-ppc.cc', | 1343 '../../src/full-codegen/ppc/full-codegen-ppc.cc', |
1348 '../../src/ic/ppc/access-compiler-ppc.cc', | 1344 '../../src/ic/ppc/access-compiler-ppc.cc', |
1349 '../../src/ic/ppc/handler-compiler-ppc.cc', | 1345 '../../src/ic/ppc/handler-compiler-ppc.cc', |
1350 '../../src/ic/ppc/ic-ppc.cc', | 1346 '../../src/ic/ppc/ic-ppc.cc', |
1351 '../../src/ic/ppc/ic-compiler-ppc.cc', | 1347 '../../src/ic/ppc/ic-compiler-ppc.cc', |
1352 '../../src/ic/ppc/stub-cache-ppc.cc', | 1348 '../../src/ic/ppc/stub-cache-ppc.cc', |
1353 ], | 1349 ], |
1354 }], | 1350 }], |
1355 ['OS=="win"', { | 1351 ['OS=="win"', { |
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1988 }], | 1984 }], |
1989 ['want_separate_host_toolset==1', { | 1985 ['want_separate_host_toolset==1', { |
1990 'toolsets': ['host'], | 1986 'toolsets': ['host'], |
1991 }, { | 1987 }, { |
1992 'toolsets': ['target'], | 1988 'toolsets': ['target'], |
1993 }], | 1989 }], |
1994 ], | 1990 ], |
1995 }, | 1991 }, |
1996 ], | 1992 ], |
1997 } | 1993 } |
OLD | NEW |