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

Side by Side Diff: BUILD.gn

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased 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
« no previous file with comments | « no previous file | src/arm/lithium-arm.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 # Because standalone V8 builds are not supported, assume this is part of a 10 # Because standalone V8 builds are not supported, assume this is part of a
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 "src/context-measure.cc", 857 "src/context-measure.cc",
858 "src/context-measure.h", 858 "src/context-measure.h",
859 "src/contexts-inl.h", 859 "src/contexts-inl.h",
860 "src/contexts.cc", 860 "src/contexts.cc",
861 "src/contexts.h", 861 "src/contexts.h",
862 "src/conversions-inl.h", 862 "src/conversions-inl.h",
863 "src/conversions.cc", 863 "src/conversions.cc",
864 "src/conversions.h", 864 "src/conversions.h",
865 "src/counters.cc", 865 "src/counters.cc",
866 "src/counters.h", 866 "src/counters.h",
867 "src/crankshaft/hydrogen-alias-analysis.h",
868 "src/crankshaft/hydrogen-bce.cc",
869 "src/crankshaft/hydrogen-bce.h",
870 "src/crankshaft/hydrogen-bch.cc",
871 "src/crankshaft/hydrogen-bch.h",
872 "src/crankshaft/hydrogen-canonicalize.cc",
873 "src/crankshaft/hydrogen-canonicalize.h",
874 "src/crankshaft/hydrogen-check-elimination.cc",
875 "src/crankshaft/hydrogen-check-elimination.h",
876 "src/crankshaft/hydrogen-dce.cc",
877 "src/crankshaft/hydrogen-dce.h",
878 "src/crankshaft/hydrogen-dehoist.cc",
879 "src/crankshaft/hydrogen-dehoist.h",
880 "src/crankshaft/hydrogen-environment-liveness.cc",
881 "src/crankshaft/hydrogen-environment-liveness.h",
882 "src/crankshaft/hydrogen-escape-analysis.cc",
883 "src/crankshaft/hydrogen-escape-analysis.h",
884 "src/crankshaft/hydrogen-flow-engine.h",
885 "src/crankshaft/hydrogen-gvn.cc",
886 "src/crankshaft/hydrogen-gvn.h",
887 "src/crankshaft/hydrogen-infer-representation.cc",
888 "src/crankshaft/hydrogen-infer-representation.h",
889 "src/crankshaft/hydrogen-infer-types.cc",
890 "src/crankshaft/hydrogen-infer-types.h",
891 "src/crankshaft/hydrogen-instructions.cc",
892 "src/crankshaft/hydrogen-instructions.h",
893 "src/crankshaft/hydrogen-load-elimination.cc",
894 "src/crankshaft/hydrogen-load-elimination.h",
895 "src/crankshaft/hydrogen-mark-deoptimize.cc",
896 "src/crankshaft/hydrogen-mark-deoptimize.h",
897 "src/crankshaft/hydrogen-mark-unreachable.cc",
898 "src/crankshaft/hydrogen-mark-unreachable.h",
899 "src/crankshaft/hydrogen-osr.cc",
900 "src/crankshaft/hydrogen-osr.h",
901 "src/crankshaft/hydrogen-range-analysis.cc",
902 "src/crankshaft/hydrogen-range-analysis.h",
903 "src/crankshaft/hydrogen-redundant-phi.cc",
904 "src/crankshaft/hydrogen-redundant-phi.h",
905 "src/crankshaft/hydrogen-removable-simulates.cc",
906 "src/crankshaft/hydrogen-removable-simulates.h",
907 "src/crankshaft/hydrogen-representation-changes.cc",
908 "src/crankshaft/hydrogen-representation-changes.h",
909 "src/crankshaft/hydrogen-sce.cc",
910 "src/crankshaft/hydrogen-sce.h",
911 "src/crankshaft/hydrogen-store-elimination.cc",
912 "src/crankshaft/hydrogen-store-elimination.h",
913 "src/crankshaft/hydrogen-types.cc",
914 "src/crankshaft/hydrogen-types.h",
915 "src/crankshaft/hydrogen-uint32-analysis.cc",
916 "src/crankshaft/hydrogen-uint32-analysis.h",
917 "src/crankshaft/hydrogen.cc",
918 "src/crankshaft/hydrogen.h",
919 "src/crankshaft/lithium-allocator-inl.h",
920 "src/crankshaft/lithium-allocator.cc",
921 "src/crankshaft/lithium-allocator.h",
922 "src/crankshaft/lithium-codegen.cc",
923 "src/crankshaft/lithium-codegen.h",
924 "src/crankshaft/lithium.cc",
925 "src/crankshaft/lithium.h",
926 "src/crankshaft/typing.cc",
927 "src/crankshaft/typing.h",
928 "src/crankshaft/unique.h",
867 "src/date.cc", 929 "src/date.cc",
868 "src/date.h", 930 "src/date.h",
869 "src/dateparser-inl.h", 931 "src/dateparser-inl.h",
870 "src/dateparser.cc", 932 "src/dateparser.cc",
871 "src/dateparser.h", 933 "src/dateparser.h",
872 "src/debug/debug-evaluate.cc", 934 "src/debug/debug-evaluate.cc",
873 "src/debug/debug-evaluate.h", 935 "src/debug/debug-evaluate.h",
874 "src/debug/debug-frames.cc", 936 "src/debug/debug-frames.cc",
875 "src/debug/debug-frames.h", 937 "src/debug/debug-frames.h",
876 "src/debug/debug-scopes.cc", 938 "src/debug/debug-scopes.cc",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 "src/heap/scavenger.cc", 1027 "src/heap/scavenger.cc",
966 "src/heap/scavenger.h", 1028 "src/heap/scavenger.h",
967 "src/heap/slots-buffer.cc", 1029 "src/heap/slots-buffer.cc",
968 "src/heap/slots-buffer.h", 1030 "src/heap/slots-buffer.h",
969 "src/heap/spaces-inl.h", 1031 "src/heap/spaces-inl.h",
970 "src/heap/spaces.cc", 1032 "src/heap/spaces.cc",
971 "src/heap/spaces.h", 1033 "src/heap/spaces.h",
972 "src/heap/store-buffer-inl.h", 1034 "src/heap/store-buffer-inl.h",
973 "src/heap/store-buffer.cc", 1035 "src/heap/store-buffer.cc",
974 "src/heap/store-buffer.h", 1036 "src/heap/store-buffer.h",
975 "src/hydrogen-alias-analysis.h",
976 "src/hydrogen-bce.cc",
977 "src/hydrogen-bce.h",
978 "src/hydrogen-bch.cc",
979 "src/hydrogen-bch.h",
980 "src/hydrogen-canonicalize.cc",
981 "src/hydrogen-canonicalize.h",
982 "src/hydrogen-check-elimination.cc",
983 "src/hydrogen-check-elimination.h",
984 "src/hydrogen-dce.cc",
985 "src/hydrogen-dce.h",
986 "src/hydrogen-dehoist.cc",
987 "src/hydrogen-dehoist.h",
988 "src/hydrogen-environment-liveness.cc",
989 "src/hydrogen-environment-liveness.h",
990 "src/hydrogen-escape-analysis.cc",
991 "src/hydrogen-escape-analysis.h",
992 "src/hydrogen-flow-engine.h",
993 "src/hydrogen-instructions.cc",
994 "src/hydrogen-instructions.h",
995 "src/hydrogen.cc",
996 "src/hydrogen.h",
997 "src/hydrogen-gvn.cc",
998 "src/hydrogen-gvn.h",
999 "src/hydrogen-infer-representation.cc",
1000 "src/hydrogen-infer-representation.h",
1001 "src/hydrogen-infer-types.cc",
1002 "src/hydrogen-infer-types.h",
1003 "src/hydrogen-load-elimination.cc",
1004 "src/hydrogen-load-elimination.h",
1005 "src/hydrogen-mark-deoptimize.cc",
1006 "src/hydrogen-mark-deoptimize.h",
1007 "src/hydrogen-mark-unreachable.cc",
1008 "src/hydrogen-mark-unreachable.h",
1009 "src/hydrogen-osr.cc",
1010 "src/hydrogen-osr.h",
1011 "src/hydrogen-range-analysis.cc",
1012 "src/hydrogen-range-analysis.h",
1013 "src/hydrogen-redundant-phi.cc",
1014 "src/hydrogen-redundant-phi.h",
1015 "src/hydrogen-removable-simulates.cc",
1016 "src/hydrogen-removable-simulates.h",
1017 "src/hydrogen-representation-changes.cc",
1018 "src/hydrogen-representation-changes.h",
1019 "src/hydrogen-sce.cc",
1020 "src/hydrogen-sce.h",
1021 "src/hydrogen-store-elimination.cc",
1022 "src/hydrogen-store-elimination.h",
1023 "src/hydrogen-types.cc",
1024 "src/hydrogen-types.h",
1025 "src/hydrogen-uint32-analysis.cc",
1026 "src/hydrogen-uint32-analysis.h",
1027 "src/i18n.cc", 1037 "src/i18n.cc",
1028 "src/i18n.h", 1038 "src/i18n.h",
1029 "src/icu_util.cc", 1039 "src/icu_util.cc",
1030 "src/icu_util.h", 1040 "src/icu_util.h",
1031 "src/ic/access-compiler.cc", 1041 "src/ic/access-compiler.cc",
1032 "src/ic/access-compiler.h", 1042 "src/ic/access-compiler.h",
1033 "src/ic/call-optimization.cc", 1043 "src/ic/call-optimization.cc",
1034 "src/ic/call-optimization.h", 1044 "src/ic/call-optimization.h",
1035 "src/ic/handler-compiler.cc", 1045 "src/ic/handler-compiler.cc",
1036 "src/ic/handler-compiler.h", 1046 "src/ic/handler-compiler.h",
(...skipping 26 matching lines...) Expand all
1063 "src/isolate-inl.h", 1073 "src/isolate-inl.h",
1064 "src/isolate.cc", 1074 "src/isolate.cc",
1065 "src/isolate.h", 1075 "src/isolate.h",
1066 "src/json-parser.h", 1076 "src/json-parser.h",
1067 "src/json-stringifier.h", 1077 "src/json-stringifier.h",
1068 "src/layout-descriptor-inl.h", 1078 "src/layout-descriptor-inl.h",
1069 "src/layout-descriptor.cc", 1079 "src/layout-descriptor.cc",
1070 "src/layout-descriptor.h", 1080 "src/layout-descriptor.h",
1071 "src/list-inl.h", 1081 "src/list-inl.h",
1072 "src/list.h", 1082 "src/list.h",
1073 "src/lithium-allocator-inl.h",
1074 "src/lithium-allocator.cc",
1075 "src/lithium-allocator.h",
1076 "src/lithium-codegen.cc",
1077 "src/lithium-codegen.h",
1078 "src/lithium.cc",
1079 "src/lithium.h",
1080 "src/log-inl.h", 1083 "src/log-inl.h",
1081 "src/log-utils.cc", 1084 "src/log-utils.cc",
1082 "src/log-utils.h", 1085 "src/log-utils.h",
1083 "src/log.cc", 1086 "src/log.cc",
1084 "src/log.h", 1087 "src/log.h",
1085 "src/lookup.cc", 1088 "src/lookup.cc",
1086 "src/lookup.h", 1089 "src/lookup.h",
1087 "src/macro-assembler.h", 1090 "src/macro-assembler.h",
1088 "src/messages.cc", 1091 "src/messages.cc",
1089 "src/messages.h", 1092 "src/messages.h",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 "src/type-feedback-vector.h", 1238 "src/type-feedback-vector.h",
1236 "src/type-info.cc", 1239 "src/type-info.cc",
1237 "src/type-info.h", 1240 "src/type-info.h",
1238 "src/types-inl.h", 1241 "src/types-inl.h",
1239 "src/types.cc", 1242 "src/types.cc",
1240 "src/types.h", 1243 "src/types.h",
1241 "src/typing-asm.cc", 1244 "src/typing-asm.cc",
1242 "src/typing-asm.h", 1245 "src/typing-asm.h",
1243 "src/typing-reset.cc", 1246 "src/typing-reset.cc",
1244 "src/typing-reset.h", 1247 "src/typing-reset.h",
1245 "src/typing.cc",
1246 "src/typing.h",
1247 "src/unicode-inl.h", 1248 "src/unicode-inl.h",
1248 "src/unicode.cc", 1249 "src/unicode.cc",
1249 "src/unicode.h", 1250 "src/unicode.h",
1250 "src/unicode-cache-inl.h", 1251 "src/unicode-cache-inl.h",
1251 "src/unicode-cache.h", 1252 "src/unicode-cache.h",
1252 "src/unicode-decoder.cc", 1253 "src/unicode-decoder.cc",
1253 "src/unicode-decoder.h", 1254 "src/unicode-decoder.h",
1254 "src/unique.h",
1255 "src/utils.cc", 1255 "src/utils.cc",
1256 "src/utils.h", 1256 "src/utils.h",
1257 "src/v8.cc", 1257 "src/v8.cc",
1258 "src/v8.h", 1258 "src/v8.h",
1259 "src/v8memory.h", 1259 "src/v8memory.h",
1260 "src/v8threads.cc", 1260 "src/v8threads.cc",
1261 "src/v8threads.h", 1261 "src/v8threads.h",
1262 "src/variables.cc", 1262 "src/variables.cc",
1263 "src/variables.h", 1263 "src/variables.h",
1264 "src/version.cc", 1264 "src/version.cc",
1265 "src/version.h", 1265 "src/version.h",
1266 "src/vm-state-inl.h", 1266 "src/vm-state-inl.h",
1267 "src/vm-state.h", 1267 "src/vm-state.h",
1268 "src/zone-type-cache.h", 1268 "src/zone-type-cache.h",
1269 "src/zone.cc", 1269 "src/zone.cc",
1270 "src/zone.h", 1270 "src/zone.h",
1271 "src/zone-allocator.h", 1271 "src/zone-allocator.h",
1272 "src/zone-containers.h", 1272 "src/zone-containers.h",
1273 "src/third_party/fdlibm/fdlibm.cc", 1273 "src/third_party/fdlibm/fdlibm.cc",
1274 "src/third_party/fdlibm/fdlibm.h", 1274 "src/third_party/fdlibm/fdlibm.h",
1275 ] 1275 ]
1276 1276
1277 if (v8_target_arch == "x86") { 1277 if (v8_target_arch == "x86") {
1278 sources += [ 1278 sources += [
1279 "src/crankshaft/ia32/lithium-codegen-ia32.cc",
1280 "src/crankshaft/ia32/lithium-codegen-ia32.h",
1281 "src/crankshaft/ia32/lithium-gap-resolver-ia32.cc",
1282 "src/crankshaft/ia32/lithium-gap-resolver-ia32.h",
1283 "src/crankshaft/ia32/lithium-ia32.cc",
1284 "src/crankshaft/ia32/lithium-ia32.h",
1285 "src/compiler/ia32/code-generator-ia32.cc",
1286 "src/compiler/ia32/instruction-codes-ia32.h",
1287 "src/compiler/ia32/instruction-selector-ia32.cc",
1288 "src/debug/ia32/debug-ia32.cc",
1289 "src/full-codegen/ia32/full-codegen-ia32.cc",
1279 "src/ia32/assembler-ia32-inl.h", 1290 "src/ia32/assembler-ia32-inl.h",
1280 "src/ia32/assembler-ia32.cc", 1291 "src/ia32/assembler-ia32.cc",
1281 "src/ia32/assembler-ia32.h", 1292 "src/ia32/assembler-ia32.h",
1282 "src/ia32/builtins-ia32.cc", 1293 "src/ia32/builtins-ia32.cc",
1283 "src/ia32/code-stubs-ia32.cc", 1294 "src/ia32/code-stubs-ia32.cc",
1284 "src/ia32/code-stubs-ia32.h", 1295 "src/ia32/code-stubs-ia32.h",
1285 "src/ia32/codegen-ia32.cc", 1296 "src/ia32/codegen-ia32.cc",
1286 "src/ia32/codegen-ia32.h", 1297 "src/ia32/codegen-ia32.h",
1287 "src/ia32/cpu-ia32.cc", 1298 "src/ia32/cpu-ia32.cc",
1288 "src/ia32/deoptimizer-ia32.cc", 1299 "src/ia32/deoptimizer-ia32.cc",
1289 "src/ia32/disasm-ia32.cc", 1300 "src/ia32/disasm-ia32.cc",
1290 "src/ia32/frames-ia32.cc", 1301 "src/ia32/frames-ia32.cc",
1291 "src/ia32/frames-ia32.h", 1302 "src/ia32/frames-ia32.h",
1292 "src/ia32/interface-descriptors-ia32.cc", 1303 "src/ia32/interface-descriptors-ia32.cc",
1293 "src/ia32/lithium-codegen-ia32.cc",
1294 "src/ia32/lithium-codegen-ia32.h",
1295 "src/ia32/lithium-gap-resolver-ia32.cc",
1296 "src/ia32/lithium-gap-resolver-ia32.h",
1297 "src/ia32/lithium-ia32.cc",
1298 "src/ia32/lithium-ia32.h",
1299 "src/ia32/macro-assembler-ia32.cc", 1304 "src/ia32/macro-assembler-ia32.cc",
1300 "src/ia32/macro-assembler-ia32.h", 1305 "src/ia32/macro-assembler-ia32.h",
1301 "src/compiler/ia32/code-generator-ia32.cc",
1302 "src/compiler/ia32/instruction-codes-ia32.h",
1303 "src/compiler/ia32/instruction-selector-ia32.cc",
1304 "src/debug/ia32/debug-ia32.cc",
1305 "src/full-codegen/ia32/full-codegen-ia32.cc",
1306 "src/ic/ia32/access-compiler-ia32.cc", 1306 "src/ic/ia32/access-compiler-ia32.cc",
1307 "src/ic/ia32/handler-compiler-ia32.cc", 1307 "src/ic/ia32/handler-compiler-ia32.cc",
1308 "src/ic/ia32/ic-ia32.cc", 1308 "src/ic/ia32/ic-ia32.cc",
1309 "src/ic/ia32/ic-compiler-ia32.cc", 1309 "src/ic/ia32/ic-compiler-ia32.cc",
1310 "src/ic/ia32/stub-cache-ia32.cc", 1310 "src/ic/ia32/stub-cache-ia32.cc",
1311 "src/regexp/ia32/regexp-macro-assembler-ia32.cc", 1311 "src/regexp/ia32/regexp-macro-assembler-ia32.cc",
1312 "src/regexp/ia32/regexp-macro-assembler-ia32.h", 1312 "src/regexp/ia32/regexp-macro-assembler-ia32.h",
1313 ] 1313 ]
1314 } else if (v8_target_arch == "x64") { 1314 } else if (v8_target_arch == "x64") {
1315 sources += [ 1315 sources += [
1316 "src/compiler/x64/code-generator-x64.cc",
1317 "src/compiler/x64/instruction-codes-x64.h",
1318 "src/compiler/x64/instruction-selector-x64.cc",
1319 "src/crankshaft/x64/lithium-codegen-x64.cc",
1320 "src/crankshaft/x64/lithium-codegen-x64.h",
1321 "src/crankshaft/x64/lithium-gap-resolver-x64.cc",
1322 "src/crankshaft/x64/lithium-gap-resolver-x64.h",
1323 "src/crankshaft/x64/lithium-x64.cc",
1324 "src/crankshaft/x64/lithium-x64.h",
1325 "src/debug/x64/debug-x64.cc",
1326 "src/full-codegen/x64/full-codegen-x64.cc",
1327 "src/ic/x64/access-compiler-x64.cc",
1328 "src/ic/x64/handler-compiler-x64.cc",
1329 "src/ic/x64/ic-x64.cc",
1330 "src/ic/x64/ic-compiler-x64.cc",
1331 "src/ic/x64/stub-cache-x64.cc",
1332 "src/regexp/x64/regexp-macro-assembler-x64.cc",
1333 "src/regexp/x64/regexp-macro-assembler-x64.h",
1316 "src/x64/assembler-x64-inl.h", 1334 "src/x64/assembler-x64-inl.h",
1317 "src/x64/assembler-x64.cc", 1335 "src/x64/assembler-x64.cc",
1318 "src/x64/assembler-x64.h", 1336 "src/x64/assembler-x64.h",
1319 "src/x64/builtins-x64.cc", 1337 "src/x64/builtins-x64.cc",
1320 "src/x64/code-stubs-x64.cc", 1338 "src/x64/code-stubs-x64.cc",
1321 "src/x64/code-stubs-x64.h", 1339 "src/x64/code-stubs-x64.h",
1322 "src/x64/codegen-x64.cc", 1340 "src/x64/codegen-x64.cc",
1323 "src/x64/codegen-x64.h", 1341 "src/x64/codegen-x64.h",
1324 "src/x64/cpu-x64.cc", 1342 "src/x64/cpu-x64.cc",
1325 "src/x64/deoptimizer-x64.cc", 1343 "src/x64/deoptimizer-x64.cc",
1326 "src/x64/disasm-x64.cc", 1344 "src/x64/disasm-x64.cc",
1327 "src/x64/frames-x64.cc", 1345 "src/x64/frames-x64.cc",
1328 "src/x64/frames-x64.h", 1346 "src/x64/frames-x64.h",
1329 "src/x64/interface-descriptors-x64.cc", 1347 "src/x64/interface-descriptors-x64.cc",
1330 "src/x64/lithium-codegen-x64.cc",
1331 "src/x64/lithium-codegen-x64.h",
1332 "src/x64/lithium-gap-resolver-x64.cc",
1333 "src/x64/lithium-gap-resolver-x64.h",
1334 "src/x64/lithium-x64.cc",
1335 "src/x64/lithium-x64.h",
1336 "src/x64/macro-assembler-x64.cc", 1348 "src/x64/macro-assembler-x64.cc",
1337 "src/x64/macro-assembler-x64.h", 1349 "src/x64/macro-assembler-x64.h",
1338 "src/compiler/x64/code-generator-x64.cc",
1339 "src/compiler/x64/instruction-codes-x64.h",
1340 "src/compiler/x64/instruction-selector-x64.cc",
1341 "src/debug/x64/debug-x64.cc",
1342 "src/full-codegen/x64/full-codegen-x64.cc",
1343 "src/ic/x64/access-compiler-x64.cc",
1344 "src/ic/x64/handler-compiler-x64.cc",
1345 "src/ic/x64/ic-x64.cc",
1346 "src/ic/x64/ic-compiler-x64.cc",
1347 "src/ic/x64/stub-cache-x64.cc",
1348 "src/regexp/x64/regexp-macro-assembler-x64.cc",
1349 "src/regexp/x64/regexp-macro-assembler-x64.h",
1350 ] 1350 ]
1351 } else if (v8_target_arch == "arm") { 1351 } else if (v8_target_arch == "arm") {
1352 sources += [ 1352 sources += [
1353 "src/arm/assembler-arm-inl.h", 1353 "src/arm/assembler-arm-inl.h",
1354 "src/arm/assembler-arm.cc", 1354 "src/arm/assembler-arm.cc",
1355 "src/arm/assembler-arm.h", 1355 "src/arm/assembler-arm.h",
1356 "src/arm/builtins-arm.cc", 1356 "src/arm/builtins-arm.cc",
1357 "src/arm/code-stubs-arm.cc", 1357 "src/arm/code-stubs-arm.cc",
1358 "src/arm/code-stubs-arm.h", 1358 "src/arm/code-stubs-arm.h",
1359 "src/arm/codegen-arm.cc", 1359 "src/arm/codegen-arm.cc",
1360 "src/arm/codegen-arm.h", 1360 "src/arm/codegen-arm.h",
1361 "src/arm/constants-arm.h", 1361 "src/arm/constants-arm.h",
1362 "src/arm/constants-arm.cc", 1362 "src/arm/constants-arm.cc",
1363 "src/arm/cpu-arm.cc", 1363 "src/arm/cpu-arm.cc",
1364 "src/arm/deoptimizer-arm.cc", 1364 "src/arm/deoptimizer-arm.cc",
1365 "src/arm/disasm-arm.cc", 1365 "src/arm/disasm-arm.cc",
1366 "src/arm/frames-arm.cc", 1366 "src/arm/frames-arm.cc",
1367 "src/arm/frames-arm.h", 1367 "src/arm/frames-arm.h",
1368 "src/arm/interface-descriptors-arm.cc", 1368 "src/arm/interface-descriptors-arm.cc",
1369 "src/arm/interface-descriptors-arm.h", 1369 "src/arm/interface-descriptors-arm.h",
1370 "src/arm/lithium-arm.cc",
1371 "src/arm/lithium-arm.h",
1372 "src/arm/lithium-codegen-arm.cc",
1373 "src/arm/lithium-codegen-arm.h",
1374 "src/arm/lithium-gap-resolver-arm.cc",
1375 "src/arm/lithium-gap-resolver-arm.h",
1376 "src/arm/macro-assembler-arm.cc", 1370 "src/arm/macro-assembler-arm.cc",
1377 "src/arm/macro-assembler-arm.h", 1371 "src/arm/macro-assembler-arm.h",
1378 "src/arm/simulator-arm.cc", 1372 "src/arm/simulator-arm.cc",
1379 "src/arm/simulator-arm.h", 1373 "src/arm/simulator-arm.h",
1380 "src/compiler/arm/code-generator-arm.cc", 1374 "src/compiler/arm/code-generator-arm.cc",
1381 "src/compiler/arm/instruction-codes-arm.h", 1375 "src/compiler/arm/instruction-codes-arm.h",
1382 "src/compiler/arm/instruction-selector-arm.cc", 1376 "src/compiler/arm/instruction-selector-arm.cc",
1377 "src/crankshaft/arm/lithium-arm.cc",
1378 "src/crankshaft/arm/lithium-arm.h",
1379 "src/crankshaft/arm/lithium-codegen-arm.cc",
1380 "src/crankshaft/arm/lithium-codegen-arm.h",
1381 "src/crankshaft/arm/lithium-gap-resolver-arm.cc",
1382 "src/crankshaft/arm/lithium-gap-resolver-arm.h",
1383 "src/debug/arm/debug-arm.cc", 1383 "src/debug/arm/debug-arm.cc",
1384 "src/full-codegen/arm/full-codegen-arm.cc", 1384 "src/full-codegen/arm/full-codegen-arm.cc",
1385 "src/ic/arm/access-compiler-arm.cc", 1385 "src/ic/arm/access-compiler-arm.cc",
1386 "src/ic/arm/handler-compiler-arm.cc", 1386 "src/ic/arm/handler-compiler-arm.cc",
1387 "src/ic/arm/ic-arm.cc", 1387 "src/ic/arm/ic-arm.cc",
1388 "src/ic/arm/ic-compiler-arm.cc", 1388 "src/ic/arm/ic-compiler-arm.cc",
1389 "src/ic/arm/stub-cache-arm.cc", 1389 "src/ic/arm/stub-cache-arm.cc",
1390 "src/regexp/arm/regexp-macro-assembler-arm.cc", 1390 "src/regexp/arm/regexp-macro-assembler-arm.cc",
1391 "src/regexp/arm/regexp-macro-assembler-arm.h", 1391 "src/regexp/arm/regexp-macro-assembler-arm.h",
1392 ] 1392 ]
1393 } else if (v8_target_arch == "arm64") { 1393 } else if (v8_target_arch == "arm64") {
1394 sources += [ 1394 sources += [
1395 "src/arm64/assembler-arm64.cc", 1395 "src/arm64/assembler-arm64.cc",
1396 "src/arm64/assembler-arm64.h", 1396 "src/arm64/assembler-arm64.h",
1397 "src/arm64/assembler-arm64-inl.h", 1397 "src/arm64/assembler-arm64-inl.h",
1398 "src/arm64/builtins-arm64.cc", 1398 "src/arm64/builtins-arm64.cc",
1399 "src/arm64/codegen-arm64.cc", 1399 "src/arm64/codegen-arm64.cc",
1400 "src/arm64/codegen-arm64.h", 1400 "src/arm64/codegen-arm64.h",
1401 "src/arm64/code-stubs-arm64.cc", 1401 "src/arm64/code-stubs-arm64.cc",
1402 "src/arm64/code-stubs-arm64.h", 1402 "src/arm64/code-stubs-arm64.h",
1403 "src/arm64/constants-arm64.h", 1403 "src/arm64/constants-arm64.h",
1404 "src/arm64/cpu-arm64.cc", 1404 "src/arm64/cpu-arm64.cc",
1405 "src/arm64/decoder-arm64.cc", 1405 "src/arm64/decoder-arm64.cc",
1406 "src/arm64/decoder-arm64.h", 1406 "src/arm64/decoder-arm64.h",
1407 "src/arm64/decoder-arm64-inl.h", 1407 "src/arm64/decoder-arm64-inl.h",
1408 "src/arm64/delayed-masm-arm64.cc",
1409 "src/arm64/delayed-masm-arm64.h",
1410 "src/arm64/delayed-masm-arm64-inl.h",
1411 "src/arm64/deoptimizer-arm64.cc", 1408 "src/arm64/deoptimizer-arm64.cc",
1412 "src/arm64/disasm-arm64.cc", 1409 "src/arm64/disasm-arm64.cc",
1413 "src/arm64/disasm-arm64.h", 1410 "src/arm64/disasm-arm64.h",
1414 "src/arm64/frames-arm64.cc", 1411 "src/arm64/frames-arm64.cc",
1415 "src/arm64/frames-arm64.h", 1412 "src/arm64/frames-arm64.h",
1416 "src/arm64/instructions-arm64.cc", 1413 "src/arm64/instructions-arm64.cc",
1417 "src/arm64/instructions-arm64.h", 1414 "src/arm64/instructions-arm64.h",
1418 "src/arm64/instrument-arm64.cc", 1415 "src/arm64/instrument-arm64.cc",
1419 "src/arm64/instrument-arm64.h", 1416 "src/arm64/instrument-arm64.h",
1420 "src/arm64/interface-descriptors-arm64.cc", 1417 "src/arm64/interface-descriptors-arm64.cc",
1421 "src/arm64/interface-descriptors-arm64.h", 1418 "src/arm64/interface-descriptors-arm64.h",
1422 "src/arm64/lithium-arm64.cc",
1423 "src/arm64/lithium-arm64.h",
1424 "src/arm64/lithium-codegen-arm64.cc",
1425 "src/arm64/lithium-codegen-arm64.h",
1426 "src/arm64/lithium-gap-resolver-arm64.cc",
1427 "src/arm64/lithium-gap-resolver-arm64.h",
1428 "src/arm64/macro-assembler-arm64.cc", 1419 "src/arm64/macro-assembler-arm64.cc",
1429 "src/arm64/macro-assembler-arm64.h", 1420 "src/arm64/macro-assembler-arm64.h",
1430 "src/arm64/macro-assembler-arm64-inl.h", 1421 "src/arm64/macro-assembler-arm64-inl.h",
1431 "src/arm64/simulator-arm64.cc", 1422 "src/arm64/simulator-arm64.cc",
1432 "src/arm64/simulator-arm64.h", 1423 "src/arm64/simulator-arm64.h",
1433 "src/arm64/utils-arm64.cc", 1424 "src/arm64/utils-arm64.cc",
1434 "src/arm64/utils-arm64.h", 1425 "src/arm64/utils-arm64.h",
1435 "src/compiler/arm64/code-generator-arm64.cc", 1426 "src/compiler/arm64/code-generator-arm64.cc",
1436 "src/compiler/arm64/instruction-codes-arm64.h", 1427 "src/compiler/arm64/instruction-codes-arm64.h",
1437 "src/compiler/arm64/instruction-selector-arm64.cc", 1428 "src/compiler/arm64/instruction-selector-arm64.cc",
1429 "src/crankshaft/arm64/delayed-masm-arm64.cc",
1430 "src/crankshaft/arm64/delayed-masm-arm64.h",
1431 "src/crankshaft/arm64/delayed-masm-arm64-inl.h",
1432 "src/crankshaft/arm64/lithium-arm64.cc",
1433 "src/crankshaft/arm64/lithium-arm64.h",
1434 "src/crankshaft/arm64/lithium-codegen-arm64.cc",
1435 "src/crankshaft/arm64/lithium-codegen-arm64.h",
1436 "src/crankshaft/arm64/lithium-gap-resolver-arm64.cc",
1437 "src/crankshaft/arm64/lithium-gap-resolver-arm64.h",
1438 "src/debug/arm64/debug-arm64.cc", 1438 "src/debug/arm64/debug-arm64.cc",
1439 "src/full-codegen/arm64/full-codegen-arm64.cc", 1439 "src/full-codegen/arm64/full-codegen-arm64.cc",
1440 "src/ic/arm64/access-compiler-arm64.cc", 1440 "src/ic/arm64/access-compiler-arm64.cc",
1441 "src/ic/arm64/handler-compiler-arm64.cc", 1441 "src/ic/arm64/handler-compiler-arm64.cc",
1442 "src/ic/arm64/ic-arm64.cc", 1442 "src/ic/arm64/ic-arm64.cc",
1443 "src/ic/arm64/ic-compiler-arm64.cc", 1443 "src/ic/arm64/ic-compiler-arm64.cc",
1444 "src/ic/arm64/stub-cache-arm64.cc", 1444 "src/ic/arm64/stub-cache-arm64.cc",
1445 "src/regexp/arm64/regexp-macro-assembler-arm64.cc", 1445 "src/regexp/arm64/regexp-macro-assembler-arm64.cc",
1446 "src/regexp/arm64/regexp-macro-assembler-arm64.h", 1446 "src/regexp/arm64/regexp-macro-assembler-arm64.h",
1447 ] 1447 ]
1448 } else if (v8_target_arch == "mipsel") { 1448 } else if (v8_target_arch == "mipsel") {
1449 sources += [ 1449 sources += [
1450 "src/compiler/mips/code-generator-mips.cc",
1451 "src/compiler/mips/instruction-codes-mips.h",
1452 "src/compiler/mips/instruction-selector-mips.cc",
1453 "src/crankshaft/mips/lithium-codegen-mips.cc",
1454 "src/crankshaft/mips/lithium-codegen-mips.h",
1455 "src/crankshaft/mips/lithium-gap-resolver-mips.cc",
1456 "src/crankshaft/mips/lithium-gap-resolver-mips.h",
1457 "src/crankshaft/mips/lithium-mips.cc",
1458 "src/crankshaft/mips/lithium-mips.h",
1459 "src/debug/mips/debug-mips.cc",
1460 "src/full-codegen/mips/full-codegen-mips.cc",
1461 "src/ic/mips/access-compiler-mips.cc",
1462 "src/ic/mips/handler-compiler-mips.cc",
1463 "src/ic/mips/ic-mips.cc",
1464 "src/ic/mips/ic-compiler-mips.cc",
1465 "src/ic/mips/stub-cache-mips.cc",
1450 "src/mips/assembler-mips.cc", 1466 "src/mips/assembler-mips.cc",
1451 "src/mips/assembler-mips.h", 1467 "src/mips/assembler-mips.h",
1452 "src/mips/assembler-mips-inl.h", 1468 "src/mips/assembler-mips-inl.h",
1453 "src/mips/builtins-mips.cc", 1469 "src/mips/builtins-mips.cc",
1454 "src/mips/codegen-mips.cc", 1470 "src/mips/codegen-mips.cc",
1455 "src/mips/codegen-mips.h", 1471 "src/mips/codegen-mips.h",
1456 "src/mips/code-stubs-mips.cc", 1472 "src/mips/code-stubs-mips.cc",
1457 "src/mips/code-stubs-mips.h", 1473 "src/mips/code-stubs-mips.h",
1458 "src/mips/constants-mips.cc", 1474 "src/mips/constants-mips.cc",
1459 "src/mips/constants-mips.h", 1475 "src/mips/constants-mips.h",
1460 "src/mips/cpu-mips.cc", 1476 "src/mips/cpu-mips.cc",
1461 "src/mips/deoptimizer-mips.cc", 1477 "src/mips/deoptimizer-mips.cc",
1462 "src/mips/disasm-mips.cc", 1478 "src/mips/disasm-mips.cc",
1463 "src/mips/frames-mips.cc", 1479 "src/mips/frames-mips.cc",
1464 "src/mips/frames-mips.h", 1480 "src/mips/frames-mips.h",
1465 "src/mips/interface-descriptors-mips.cc", 1481 "src/mips/interface-descriptors-mips.cc",
1466 "src/mips/lithium-codegen-mips.cc",
1467 "src/mips/lithium-codegen-mips.h",
1468 "src/mips/lithium-gap-resolver-mips.cc",
1469 "src/mips/lithium-gap-resolver-mips.h",
1470 "src/mips/lithium-mips.cc",
1471 "src/mips/lithium-mips.h",
1472 "src/mips/macro-assembler-mips.cc", 1482 "src/mips/macro-assembler-mips.cc",
1473 "src/mips/macro-assembler-mips.h", 1483 "src/mips/macro-assembler-mips.h",
1474 "src/mips/simulator-mips.cc", 1484 "src/mips/simulator-mips.cc",
1475 "src/mips/simulator-mips.h", 1485 "src/mips/simulator-mips.h",
1476 "src/compiler/mips/code-generator-mips.cc",
1477 "src/compiler/mips/instruction-codes-mips.h",
1478 "src/compiler/mips/instruction-selector-mips.cc",
1479 "src/debug/mips/debug-mips.cc",
1480 "src/full-codegen/mips/full-codegen-mips.cc",
1481 "src/ic/mips/access-compiler-mips.cc",
1482 "src/ic/mips/handler-compiler-mips.cc",
1483 "src/ic/mips/ic-mips.cc",
1484 "src/ic/mips/ic-compiler-mips.cc",
1485 "src/ic/mips/stub-cache-mips.cc",
1486 "src/regexp/mips/regexp-macro-assembler-mips.cc", 1486 "src/regexp/mips/regexp-macro-assembler-mips.cc",
1487 "src/regexp/mips/regexp-macro-assembler-mips.h", 1487 "src/regexp/mips/regexp-macro-assembler-mips.h",
1488 ] 1488 ]
1489 } else if (v8_target_arch == "mips64el") { 1489 } else if (v8_target_arch == "mips64el") {
1490 sources += [ 1490 sources += [
1491 "compiler/mips64/code-generator-mips64.cc",
1492 "compiler/mips64/instruction-codes-mips64.h",
1493 "compiler/mips64/instruction-selector-mips64.cc",
1494 "src/crankshaft/mips64/lithium-codegen-mips64.cc",
1495 "src/crankshaft/mips64/lithium-codegen-mips64.h",
1496 "src/crankshaft/mips64/lithium-gap-resolver-mips64.cc",
1497 "src/crankshaft/mips64/lithium-gap-resolver-mips64.h",
1498 "src/crankshaft/mips64/lithium-mips64.cc",
1499 "src/crankshaft/mips64/lithium-mips64.h",
1500 "src/debug/mips64/debug-mips64.cc",
1501 "src/full-codegen/mips64/full-codegen-mips64.cc",
1502 "src/ic/mips64/access-compiler-mips64.cc",
1503 "src/ic/mips64/handler-compiler-mips64.cc",
1504 "src/ic/mips64/ic-mips64.cc",
1505 "src/ic/mips64/ic-compiler-mips64.cc",
1506 "src/ic/mips64/stub-cache-mips64.cc",
1491 "src/mips64/assembler-mips64.cc", 1507 "src/mips64/assembler-mips64.cc",
1492 "src/mips64/assembler-mips64.h", 1508 "src/mips64/assembler-mips64.h",
1493 "src/mips64/assembler-mips64-inl.h", 1509 "src/mips64/assembler-mips64-inl.h",
1494 "src/mips64/builtins-mips64.cc", 1510 "src/mips64/builtins-mips64.cc",
1495 "src/mips64/codegen-mips64.cc", 1511 "src/mips64/codegen-mips64.cc",
1496 "src/mips64/codegen-mips64.h", 1512 "src/mips64/codegen-mips64.h",
1497 "src/mips64/code-stubs-mips64.cc", 1513 "src/mips64/code-stubs-mips64.cc",
1498 "src/mips64/code-stubs-mips64.h", 1514 "src/mips64/code-stubs-mips64.h",
1499 "src/mips64/constants-mips64.cc", 1515 "src/mips64/constants-mips64.cc",
1500 "src/mips64/constants-mips64.h", 1516 "src/mips64/constants-mips64.h",
1501 "src/mips64/cpu-mips64.cc", 1517 "src/mips64/cpu-mips64.cc",
1502 "src/mips64/deoptimizer-mips64.cc", 1518 "src/mips64/deoptimizer-mips64.cc",
1503 "src/mips64/disasm-mips64.cc", 1519 "src/mips64/disasm-mips64.cc",
1504 "src/mips64/frames-mips64.cc", 1520 "src/mips64/frames-mips64.cc",
1505 "src/mips64/frames-mips64.h", 1521 "src/mips64/frames-mips64.h",
1506 "src/mips64/interface-descriptors-mips64.cc", 1522 "src/mips64/interface-descriptors-mips64.cc",
1507 "src/mips64/lithium-codegen-mips64.cc",
1508 "src/mips64/lithium-codegen-mips64.h",
1509 "src/mips64/lithium-gap-resolver-mips64.cc",
1510 "src/mips64/lithium-gap-resolver-mips64.h",
1511 "src/mips64/lithium-mips64.cc",
1512 "src/mips64/lithium-mips64.h",
1513 "src/mips64/macro-assembler-mips64.cc", 1523 "src/mips64/macro-assembler-mips64.cc",
1514 "src/mips64/macro-assembler-mips64.h", 1524 "src/mips64/macro-assembler-mips64.h",
1515 "src/mips64/simulator-mips64.cc", 1525 "src/mips64/simulator-mips64.cc",
1516 "src/mips64/simulator-mips64.h", 1526 "src/mips64/simulator-mips64.h",
1517 "src/debug/mips64/debug-mips64.cc",
1518 "src/full-codegen/mips64/full-codegen-mips64.cc",
1519 "src/ic/mips64/access-compiler-mips64.cc",
1520 "src/ic/mips64/handler-compiler-mips64.cc",
1521 "src/ic/mips64/ic-mips64.cc",
1522 "src/ic/mips64/ic-compiler-mips64.cc",
1523 "src/ic/mips64/stub-cache-mips64.cc",
1524 "src/regexp/mips64/regexp-macro-assembler-mips64.cc", 1527 "src/regexp/mips64/regexp-macro-assembler-mips64.cc",
1525 "src/regexp/mips64/regexp-macro-assembler-mips64.h", 1528 "src/regexp/mips64/regexp-macro-assembler-mips64.h",
1526 ] 1529 ]
1527 } 1530 }
1528 1531
1529 configs -= [ "//build/config/compiler:chromium_code" ] 1532 configs -= [ "//build/config/compiler:chromium_code" ]
1530 configs += [ "//build/config/compiler:no_chromium_code" ] 1533 configs += [ "//build/config/compiler:no_chromium_code" ]
1531 configs += [ 1534 configs += [
1532 ":internal_config", 1535 ":internal_config",
1533 ":features", 1536 ":features",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 if (!is_component_build) { 1829 if (!is_component_build) {
1827 sources += [ 1830 sources += [
1828 "$target_gen_dir/d8-js.cc", 1831 "$target_gen_dir/d8-js.cc",
1829 ] 1832 ]
1830 } 1833 }
1831 if (v8_enable_i18n_support) { 1834 if (v8_enable_i18n_support) {
1832 deps += [ "//third_party/icu" ] 1835 deps += [ "//third_party/icu" ]
1833 } 1836 }
1834 } 1837 }
1835 } 1838 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/lithium-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698