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

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

Issue 1248443003: Move Full-codegen into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rename define Created 5 years, 5 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 | « test/cctest/test-mark-compact.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 '../../src/field-index.h', 661 '../../src/field-index.h',
662 '../../src/field-index-inl.h', 662 '../../src/field-index-inl.h',
663 '../../src/fixed-dtoa.cc', 663 '../../src/fixed-dtoa.cc',
664 '../../src/fixed-dtoa.h', 664 '../../src/fixed-dtoa.h',
665 '../../src/flag-definitions.h', 665 '../../src/flag-definitions.h',
666 '../../src/flags.cc', 666 '../../src/flags.cc',
667 '../../src/flags.h', 667 '../../src/flags.h',
668 '../../src/frames-inl.h', 668 '../../src/frames-inl.h',
669 '../../src/frames.cc', 669 '../../src/frames.cc',
670 '../../src/frames.h', 670 '../../src/frames.h',
671 '../../src/full-codegen.cc', 671 '../../src/full-codegen/full-codegen.cc',
672 '../../src/full-codegen.h', 672 '../../src/full-codegen/full-codegen.h',
673 '../../src/func-name-inferrer.cc', 673 '../../src/func-name-inferrer.cc',
674 '../../src/func-name-inferrer.h', 674 '../../src/func-name-inferrer.h',
675 '../../src/futex-emulation.cc', 675 '../../src/futex-emulation.cc',
676 '../../src/futex-emulation.h', 676 '../../src/futex-emulation.h',
677 '../../src/gdb-jit.cc', 677 '../../src/gdb-jit.cc',
678 '../../src/gdb-jit.h', 678 '../../src/gdb-jit.h',
679 '../../src/global-handles.cc', 679 '../../src/global-handles.cc',
680 '../../src/global-handles.h', 680 '../../src/global-handles.h',
681 '../../src/globals.h', 681 '../../src/globals.h',
682 '../../src/handles-inl.h', 682 '../../src/handles-inl.h',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 '../../src/arm/codegen-arm.cc', 993 '../../src/arm/codegen-arm.cc',
994 '../../src/arm/codegen-arm.h', 994 '../../src/arm/codegen-arm.h',
995 '../../src/arm/constants-arm.h', 995 '../../src/arm/constants-arm.h',
996 '../../src/arm/constants-arm.cc', 996 '../../src/arm/constants-arm.cc',
997 '../../src/arm/cpu-arm.cc', 997 '../../src/arm/cpu-arm.cc',
998 '../../src/arm/debug-arm.cc', 998 '../../src/arm/debug-arm.cc',
999 '../../src/arm/deoptimizer-arm.cc', 999 '../../src/arm/deoptimizer-arm.cc',
1000 '../../src/arm/disasm-arm.cc', 1000 '../../src/arm/disasm-arm.cc',
1001 '../../src/arm/frames-arm.cc', 1001 '../../src/arm/frames-arm.cc',
1002 '../../src/arm/frames-arm.h', 1002 '../../src/arm/frames-arm.h',
1003 '../../src/arm/full-codegen-arm.cc',
1004 '../../src/arm/interface-descriptors-arm.cc', 1003 '../../src/arm/interface-descriptors-arm.cc',
1005 '../../src/arm/interface-descriptors-arm.h', 1004 '../../src/arm/interface-descriptors-arm.h',
1006 '../../src/arm/lithium-arm.cc', 1005 '../../src/arm/lithium-arm.cc',
1007 '../../src/arm/lithium-arm.h', 1006 '../../src/arm/lithium-arm.h',
1008 '../../src/arm/lithium-codegen-arm.cc', 1007 '../../src/arm/lithium-codegen-arm.cc',
1009 '../../src/arm/lithium-codegen-arm.h', 1008 '../../src/arm/lithium-codegen-arm.h',
1010 '../../src/arm/lithium-gap-resolver-arm.cc', 1009 '../../src/arm/lithium-gap-resolver-arm.cc',
1011 '../../src/arm/lithium-gap-resolver-arm.h', 1010 '../../src/arm/lithium-gap-resolver-arm.h',
1012 '../../src/arm/macro-assembler-arm.cc', 1011 '../../src/arm/macro-assembler-arm.cc',
1013 '../../src/arm/macro-assembler-arm.h', 1012 '../../src/arm/macro-assembler-arm.h',
1014 '../../src/arm/regexp-macro-assembler-arm.cc', 1013 '../../src/arm/regexp-macro-assembler-arm.cc',
1015 '../../src/arm/regexp-macro-assembler-arm.h', 1014 '../../src/arm/regexp-macro-assembler-arm.h',
1016 '../../src/arm/simulator-arm.cc', 1015 '../../src/arm/simulator-arm.cc',
1017 '../../src/arm/simulator-arm.h', 1016 '../../src/arm/simulator-arm.h',
1018 '../../src/compiler/arm/code-generator-arm.cc', 1017 '../../src/compiler/arm/code-generator-arm.cc',
1019 '../../src/compiler/arm/instruction-codes-arm.h', 1018 '../../src/compiler/arm/instruction-codes-arm.h',
1020 '../../src/compiler/arm/instruction-selector-arm.cc', 1019 '../../src/compiler/arm/instruction-selector-arm.cc',
1021 '../../src/compiler/arm/linkage-arm.cc', 1020 '../../src/compiler/arm/linkage-arm.cc',
1021 '../../src/full-codegen/arm/full-codegen-arm.cc',
1022 '../../src/ic/arm/access-compiler-arm.cc', 1022 '../../src/ic/arm/access-compiler-arm.cc',
1023 '../../src/ic/arm/handler-compiler-arm.cc', 1023 '../../src/ic/arm/handler-compiler-arm.cc',
1024 '../../src/ic/arm/ic-arm.cc', 1024 '../../src/ic/arm/ic-arm.cc',
1025 '../../src/ic/arm/ic-compiler-arm.cc', 1025 '../../src/ic/arm/ic-compiler-arm.cc',
1026 '../../src/ic/arm/stub-cache-arm.cc', 1026 '../../src/ic/arm/stub-cache-arm.cc',
1027 ], 1027 ],
1028 }], 1028 }],
1029 ['v8_target_arch=="arm64"', { 1029 ['v8_target_arch=="arm64"', {
1030 'sources': [ ### gcmole(arch:arm64) ### 1030 'sources': [ ### gcmole(arch:arm64) ###
1031 '../../src/arm64/assembler-arm64.cc', 1031 '../../src/arm64/assembler-arm64.cc',
(...skipping 11 matching lines...) Expand all
1043 '../../src/arm64/decoder-arm64.h', 1043 '../../src/arm64/decoder-arm64.h',
1044 '../../src/arm64/decoder-arm64-inl.h', 1044 '../../src/arm64/decoder-arm64-inl.h',
1045 '../../src/arm64/delayed-masm-arm64.cc', 1045 '../../src/arm64/delayed-masm-arm64.cc',
1046 '../../src/arm64/delayed-masm-arm64.h', 1046 '../../src/arm64/delayed-masm-arm64.h',
1047 '../../src/arm64/delayed-masm-arm64-inl.h', 1047 '../../src/arm64/delayed-masm-arm64-inl.h',
1048 '../../src/arm64/deoptimizer-arm64.cc', 1048 '../../src/arm64/deoptimizer-arm64.cc',
1049 '../../src/arm64/disasm-arm64.cc', 1049 '../../src/arm64/disasm-arm64.cc',
1050 '../../src/arm64/disasm-arm64.h', 1050 '../../src/arm64/disasm-arm64.h',
1051 '../../src/arm64/frames-arm64.cc', 1051 '../../src/arm64/frames-arm64.cc',
1052 '../../src/arm64/frames-arm64.h', 1052 '../../src/arm64/frames-arm64.h',
1053 '../../src/arm64/full-codegen-arm64.cc',
1054 '../../src/arm64/instructions-arm64.cc', 1053 '../../src/arm64/instructions-arm64.cc',
1055 '../../src/arm64/instructions-arm64.h', 1054 '../../src/arm64/instructions-arm64.h',
1056 '../../src/arm64/instrument-arm64.cc', 1055 '../../src/arm64/instrument-arm64.cc',
1057 '../../src/arm64/instrument-arm64.h', 1056 '../../src/arm64/instrument-arm64.h',
1058 '../../src/arm64/interface-descriptors-arm64.cc', 1057 '../../src/arm64/interface-descriptors-arm64.cc',
1059 '../../src/arm64/interface-descriptors-arm64.h', 1058 '../../src/arm64/interface-descriptors-arm64.h',
1060 '../../src/arm64/lithium-arm64.cc', 1059 '../../src/arm64/lithium-arm64.cc',
1061 '../../src/arm64/lithium-arm64.h', 1060 '../../src/arm64/lithium-arm64.h',
1062 '../../src/arm64/lithium-codegen-arm64.cc', 1061 '../../src/arm64/lithium-codegen-arm64.cc',
1063 '../../src/arm64/lithium-codegen-arm64.h', 1062 '../../src/arm64/lithium-codegen-arm64.h',
1064 '../../src/arm64/lithium-gap-resolver-arm64.cc', 1063 '../../src/arm64/lithium-gap-resolver-arm64.cc',
1065 '../../src/arm64/lithium-gap-resolver-arm64.h', 1064 '../../src/arm64/lithium-gap-resolver-arm64.h',
1066 '../../src/arm64/macro-assembler-arm64.cc', 1065 '../../src/arm64/macro-assembler-arm64.cc',
1067 '../../src/arm64/macro-assembler-arm64.h', 1066 '../../src/arm64/macro-assembler-arm64.h',
1068 '../../src/arm64/macro-assembler-arm64-inl.h', 1067 '../../src/arm64/macro-assembler-arm64-inl.h',
1069 '../../src/arm64/regexp-macro-assembler-arm64.cc', 1068 '../../src/arm64/regexp-macro-assembler-arm64.cc',
1070 '../../src/arm64/regexp-macro-assembler-arm64.h', 1069 '../../src/arm64/regexp-macro-assembler-arm64.h',
1071 '../../src/arm64/simulator-arm64.cc', 1070 '../../src/arm64/simulator-arm64.cc',
1072 '../../src/arm64/simulator-arm64.h', 1071 '../../src/arm64/simulator-arm64.h',
1073 '../../src/arm64/utils-arm64.cc', 1072 '../../src/arm64/utils-arm64.cc',
1074 '../../src/arm64/utils-arm64.h', 1073 '../../src/arm64/utils-arm64.h',
1075 '../../src/compiler/arm64/code-generator-arm64.cc', 1074 '../../src/compiler/arm64/code-generator-arm64.cc',
1076 '../../src/compiler/arm64/instruction-codes-arm64.h', 1075 '../../src/compiler/arm64/instruction-codes-arm64.h',
1077 '../../src/compiler/arm64/instruction-selector-arm64.cc', 1076 '../../src/compiler/arm64/instruction-selector-arm64.cc',
1078 '../../src/compiler/arm64/linkage-arm64.cc', 1077 '../../src/compiler/arm64/linkage-arm64.cc',
1078 '../../src/full-codegen/arm64/full-codegen-arm64.cc',
1079 '../../src/ic/arm64/access-compiler-arm64.cc', 1079 '../../src/ic/arm64/access-compiler-arm64.cc',
1080 '../../src/ic/arm64/handler-compiler-arm64.cc', 1080 '../../src/ic/arm64/handler-compiler-arm64.cc',
1081 '../../src/ic/arm64/ic-arm64.cc', 1081 '../../src/ic/arm64/ic-arm64.cc',
1082 '../../src/ic/arm64/ic-compiler-arm64.cc', 1082 '../../src/ic/arm64/ic-compiler-arm64.cc',
1083 '../../src/ic/arm64/stub-cache-arm64.cc', 1083 '../../src/ic/arm64/stub-cache-arm64.cc',
1084 ], 1084 ],
1085 }], 1085 }],
1086 ['v8_target_arch=="ia32"', { 1086 ['v8_target_arch=="ia32"', {
1087 'sources': [ ### gcmole(arch:ia32) ### 1087 'sources': [ ### gcmole(arch:ia32) ###
1088 '../../src/ia32/assembler-ia32-inl.h', 1088 '../../src/ia32/assembler-ia32-inl.h',
1089 '../../src/ia32/assembler-ia32.cc', 1089 '../../src/ia32/assembler-ia32.cc',
1090 '../../src/ia32/assembler-ia32.h', 1090 '../../src/ia32/assembler-ia32.h',
1091 '../../src/ia32/builtins-ia32.cc', 1091 '../../src/ia32/builtins-ia32.cc',
1092 '../../src/ia32/code-stubs-ia32.cc', 1092 '../../src/ia32/code-stubs-ia32.cc',
1093 '../../src/ia32/code-stubs-ia32.h', 1093 '../../src/ia32/code-stubs-ia32.h',
1094 '../../src/ia32/codegen-ia32.cc', 1094 '../../src/ia32/codegen-ia32.cc',
1095 '../../src/ia32/codegen-ia32.h', 1095 '../../src/ia32/codegen-ia32.h',
1096 '../../src/ia32/cpu-ia32.cc', 1096 '../../src/ia32/cpu-ia32.cc',
1097 '../../src/ia32/debug-ia32.cc', 1097 '../../src/ia32/debug-ia32.cc',
1098 '../../src/ia32/deoptimizer-ia32.cc', 1098 '../../src/ia32/deoptimizer-ia32.cc',
1099 '../../src/ia32/disasm-ia32.cc', 1099 '../../src/ia32/disasm-ia32.cc',
1100 '../../src/ia32/frames-ia32.cc', 1100 '../../src/ia32/frames-ia32.cc',
1101 '../../src/ia32/frames-ia32.h', 1101 '../../src/ia32/frames-ia32.h',
1102 '../../src/ia32/full-codegen-ia32.cc',
1103 '../../src/ia32/interface-descriptors-ia32.cc', 1102 '../../src/ia32/interface-descriptors-ia32.cc',
1104 '../../src/ia32/lithium-codegen-ia32.cc', 1103 '../../src/ia32/lithium-codegen-ia32.cc',
1105 '../../src/ia32/lithium-codegen-ia32.h', 1104 '../../src/ia32/lithium-codegen-ia32.h',
1106 '../../src/ia32/lithium-gap-resolver-ia32.cc', 1105 '../../src/ia32/lithium-gap-resolver-ia32.cc',
1107 '../../src/ia32/lithium-gap-resolver-ia32.h', 1106 '../../src/ia32/lithium-gap-resolver-ia32.h',
1108 '../../src/ia32/lithium-ia32.cc', 1107 '../../src/ia32/lithium-ia32.cc',
1109 '../../src/ia32/lithium-ia32.h', 1108 '../../src/ia32/lithium-ia32.h',
1110 '../../src/ia32/macro-assembler-ia32.cc', 1109 '../../src/ia32/macro-assembler-ia32.cc',
1111 '../../src/ia32/macro-assembler-ia32.h', 1110 '../../src/ia32/macro-assembler-ia32.h',
1112 '../../src/ia32/regexp-macro-assembler-ia32.cc', 1111 '../../src/ia32/regexp-macro-assembler-ia32.cc',
1113 '../../src/ia32/regexp-macro-assembler-ia32.h', 1112 '../../src/ia32/regexp-macro-assembler-ia32.h',
1114 '../../src/compiler/ia32/code-generator-ia32.cc', 1113 '../../src/compiler/ia32/code-generator-ia32.cc',
1115 '../../src/compiler/ia32/instruction-codes-ia32.h', 1114 '../../src/compiler/ia32/instruction-codes-ia32.h',
1116 '../../src/compiler/ia32/instruction-selector-ia32.cc', 1115 '../../src/compiler/ia32/instruction-selector-ia32.cc',
1117 '../../src/compiler/ia32/linkage-ia32.cc', 1116 '../../src/compiler/ia32/linkage-ia32.cc',
1117 '../../src/full-codegen/ia32/full-codegen-ia32.cc',
1118 '../../src/ic/ia32/access-compiler-ia32.cc', 1118 '../../src/ic/ia32/access-compiler-ia32.cc',
1119 '../../src/ic/ia32/handler-compiler-ia32.cc', 1119 '../../src/ic/ia32/handler-compiler-ia32.cc',
1120 '../../src/ic/ia32/ic-ia32.cc', 1120 '../../src/ic/ia32/ic-ia32.cc',
1121 '../../src/ic/ia32/ic-compiler-ia32.cc', 1121 '../../src/ic/ia32/ic-compiler-ia32.cc',
1122 '../../src/ic/ia32/stub-cache-ia32.cc', 1122 '../../src/ic/ia32/stub-cache-ia32.cc',
1123 ], 1123 ],
1124 }], 1124 }],
1125 ['v8_target_arch=="x87"', { 1125 ['v8_target_arch=="x87"', {
1126 'sources': [ ### gcmole(arch:x87) ### 1126 'sources': [ ### gcmole(arch:x87) ###
1127 '../../src/x87/assembler-x87-inl.h', 1127 '../../src/x87/assembler-x87-inl.h',
1128 '../../src/x87/assembler-x87.cc', 1128 '../../src/x87/assembler-x87.cc',
1129 '../../src/x87/assembler-x87.h', 1129 '../../src/x87/assembler-x87.h',
1130 '../../src/x87/builtins-x87.cc', 1130 '../../src/x87/builtins-x87.cc',
1131 '../../src/x87/code-stubs-x87.cc', 1131 '../../src/x87/code-stubs-x87.cc',
1132 '../../src/x87/code-stubs-x87.h', 1132 '../../src/x87/code-stubs-x87.h',
1133 '../../src/x87/codegen-x87.cc', 1133 '../../src/x87/codegen-x87.cc',
1134 '../../src/x87/codegen-x87.h', 1134 '../../src/x87/codegen-x87.h',
1135 '../../src/x87/cpu-x87.cc', 1135 '../../src/x87/cpu-x87.cc',
1136 '../../src/x87/debug-x87.cc', 1136 '../../src/x87/debug-x87.cc',
1137 '../../src/x87/deoptimizer-x87.cc', 1137 '../../src/x87/deoptimizer-x87.cc',
1138 '../../src/x87/disasm-x87.cc', 1138 '../../src/x87/disasm-x87.cc',
1139 '../../src/x87/frames-x87.cc', 1139 '../../src/x87/frames-x87.cc',
1140 '../../src/x87/frames-x87.h', 1140 '../../src/x87/frames-x87.h',
1141 '../../src/x87/full-codegen-x87.cc',
1142 '../../src/x87/interface-descriptors-x87.cc', 1141 '../../src/x87/interface-descriptors-x87.cc',
1143 '../../src/x87/lithium-codegen-x87.cc', 1142 '../../src/x87/lithium-codegen-x87.cc',
1144 '../../src/x87/lithium-codegen-x87.h', 1143 '../../src/x87/lithium-codegen-x87.h',
1145 '../../src/x87/lithium-gap-resolver-x87.cc', 1144 '../../src/x87/lithium-gap-resolver-x87.cc',
1146 '../../src/x87/lithium-gap-resolver-x87.h', 1145 '../../src/x87/lithium-gap-resolver-x87.h',
1147 '../../src/x87/lithium-x87.cc', 1146 '../../src/x87/lithium-x87.cc',
1148 '../../src/x87/lithium-x87.h', 1147 '../../src/x87/lithium-x87.h',
1149 '../../src/x87/macro-assembler-x87.cc', 1148 '../../src/x87/macro-assembler-x87.cc',
1150 '../../src/x87/macro-assembler-x87.h', 1149 '../../src/x87/macro-assembler-x87.h',
1151 '../../src/x87/regexp-macro-assembler-x87.cc', 1150 '../../src/x87/regexp-macro-assembler-x87.cc',
1152 '../../src/x87/regexp-macro-assembler-x87.h', 1151 '../../src/x87/regexp-macro-assembler-x87.h',
1153 '../../src/compiler/x87/code-generator-x87.cc', 1152 '../../src/compiler/x87/code-generator-x87.cc',
1154 '../../src/compiler/x87/instruction-codes-x87.h', 1153 '../../src/compiler/x87/instruction-codes-x87.h',
1155 '../../src/compiler/x87/instruction-selector-x87.cc', 1154 '../../src/compiler/x87/instruction-selector-x87.cc',
1156 '../../src/compiler/x87/linkage-x87.cc', 1155 '../../src/compiler/x87/linkage-x87.cc',
1156 '../../src/full-codegen/x87/full-codegen-x87.cc',
1157 '../../src/ic/x87/access-compiler-x87.cc', 1157 '../../src/ic/x87/access-compiler-x87.cc',
1158 '../../src/ic/x87/handler-compiler-x87.cc', 1158 '../../src/ic/x87/handler-compiler-x87.cc',
1159 '../../src/ic/x87/ic-x87.cc', 1159 '../../src/ic/x87/ic-x87.cc',
1160 '../../src/ic/x87/ic-compiler-x87.cc', 1160 '../../src/ic/x87/ic-compiler-x87.cc',
1161 '../../src/ic/x87/stub-cache-x87.cc', 1161 '../../src/ic/x87/stub-cache-x87.cc',
1162 ], 1162 ],
1163 }], 1163 }],
1164 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 1164 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
1165 'sources': [ ### gcmole(arch:mipsel) ### 1165 'sources': [ ### gcmole(arch:mipsel) ###
1166 '../../src/mips/assembler-mips.cc', 1166 '../../src/mips/assembler-mips.cc',
1167 '../../src/mips/assembler-mips.h', 1167 '../../src/mips/assembler-mips.h',
1168 '../../src/mips/assembler-mips-inl.h', 1168 '../../src/mips/assembler-mips-inl.h',
1169 '../../src/mips/builtins-mips.cc', 1169 '../../src/mips/builtins-mips.cc',
1170 '../../src/mips/codegen-mips.cc', 1170 '../../src/mips/codegen-mips.cc',
1171 '../../src/mips/codegen-mips.h', 1171 '../../src/mips/codegen-mips.h',
1172 '../../src/mips/code-stubs-mips.cc', 1172 '../../src/mips/code-stubs-mips.cc',
1173 '../../src/mips/code-stubs-mips.h', 1173 '../../src/mips/code-stubs-mips.h',
1174 '../../src/mips/constants-mips.cc', 1174 '../../src/mips/constants-mips.cc',
1175 '../../src/mips/constants-mips.h', 1175 '../../src/mips/constants-mips.h',
1176 '../../src/mips/cpu-mips.cc', 1176 '../../src/mips/cpu-mips.cc',
1177 '../../src/mips/debug-mips.cc', 1177 '../../src/mips/debug-mips.cc',
1178 '../../src/mips/deoptimizer-mips.cc', 1178 '../../src/mips/deoptimizer-mips.cc',
1179 '../../src/mips/disasm-mips.cc', 1179 '../../src/mips/disasm-mips.cc',
1180 '../../src/mips/frames-mips.cc', 1180 '../../src/mips/frames-mips.cc',
1181 '../../src/mips/frames-mips.h', 1181 '../../src/mips/frames-mips.h',
1182 '../../src/mips/full-codegen-mips.cc',
1183 '../../src/mips/interface-descriptors-mips.cc', 1182 '../../src/mips/interface-descriptors-mips.cc',
1184 '../../src/mips/lithium-codegen-mips.cc', 1183 '../../src/mips/lithium-codegen-mips.cc',
1185 '../../src/mips/lithium-codegen-mips.h', 1184 '../../src/mips/lithium-codegen-mips.h',
1186 '../../src/mips/lithium-gap-resolver-mips.cc', 1185 '../../src/mips/lithium-gap-resolver-mips.cc',
1187 '../../src/mips/lithium-gap-resolver-mips.h', 1186 '../../src/mips/lithium-gap-resolver-mips.h',
1188 '../../src/mips/lithium-mips.cc', 1187 '../../src/mips/lithium-mips.cc',
1189 '../../src/mips/lithium-mips.h', 1188 '../../src/mips/lithium-mips.h',
1190 '../../src/mips/macro-assembler-mips.cc', 1189 '../../src/mips/macro-assembler-mips.cc',
1191 '../../src/mips/macro-assembler-mips.h', 1190 '../../src/mips/macro-assembler-mips.h',
1192 '../../src/mips/regexp-macro-assembler-mips.cc', 1191 '../../src/mips/regexp-macro-assembler-mips.cc',
1193 '../../src/mips/regexp-macro-assembler-mips.h', 1192 '../../src/mips/regexp-macro-assembler-mips.h',
1194 '../../src/mips/simulator-mips.cc', 1193 '../../src/mips/simulator-mips.cc',
1195 '../../src/mips/simulator-mips.h', 1194 '../../src/mips/simulator-mips.h',
1196 '../../src/compiler/mips/code-generator-mips.cc', 1195 '../../src/compiler/mips/code-generator-mips.cc',
1197 '../../src/compiler/mips/instruction-codes-mips.h', 1196 '../../src/compiler/mips/instruction-codes-mips.h',
1198 '../../src/compiler/mips/instruction-selector-mips.cc', 1197 '../../src/compiler/mips/instruction-selector-mips.cc',
1199 '../../src/compiler/mips/linkage-mips.cc', 1198 '../../src/compiler/mips/linkage-mips.cc',
1199 '../../src/full-codegen/mips/full-codegen-mips.cc',
1200 '../../src/ic/mips/access-compiler-mips.cc', 1200 '../../src/ic/mips/access-compiler-mips.cc',
1201 '../../src/ic/mips/handler-compiler-mips.cc', 1201 '../../src/ic/mips/handler-compiler-mips.cc',
1202 '../../src/ic/mips/ic-mips.cc', 1202 '../../src/ic/mips/ic-mips.cc',
1203 '../../src/ic/mips/ic-compiler-mips.cc', 1203 '../../src/ic/mips/ic-compiler-mips.cc',
1204 '../../src/ic/mips/stub-cache-mips.cc', 1204 '../../src/ic/mips/stub-cache-mips.cc',
1205 ], 1205 ],
1206 }], 1206 }],
1207 ['v8_target_arch=="mips64el"', { 1207 ['v8_target_arch=="mips64el"', {
1208 'sources': [ ### gcmole(arch:mips64el) ### 1208 'sources': [ ### gcmole(arch:mips64el) ###
1209 '../../src/mips64/assembler-mips64.cc', 1209 '../../src/mips64/assembler-mips64.cc',
1210 '../../src/mips64/assembler-mips64.h', 1210 '../../src/mips64/assembler-mips64.h',
1211 '../../src/mips64/assembler-mips64-inl.h', 1211 '../../src/mips64/assembler-mips64-inl.h',
1212 '../../src/mips64/builtins-mips64.cc', 1212 '../../src/mips64/builtins-mips64.cc',
1213 '../../src/mips64/codegen-mips64.cc', 1213 '../../src/mips64/codegen-mips64.cc',
1214 '../../src/mips64/codegen-mips64.h', 1214 '../../src/mips64/codegen-mips64.h',
1215 '../../src/mips64/code-stubs-mips64.cc', 1215 '../../src/mips64/code-stubs-mips64.cc',
1216 '../../src/mips64/code-stubs-mips64.h', 1216 '../../src/mips64/code-stubs-mips64.h',
1217 '../../src/mips64/constants-mips64.cc', 1217 '../../src/mips64/constants-mips64.cc',
1218 '../../src/mips64/constants-mips64.h', 1218 '../../src/mips64/constants-mips64.h',
1219 '../../src/mips64/cpu-mips64.cc', 1219 '../../src/mips64/cpu-mips64.cc',
1220 '../../src/mips64/debug-mips64.cc', 1220 '../../src/mips64/debug-mips64.cc',
1221 '../../src/mips64/deoptimizer-mips64.cc', 1221 '../../src/mips64/deoptimizer-mips64.cc',
1222 '../../src/mips64/disasm-mips64.cc', 1222 '../../src/mips64/disasm-mips64.cc',
1223 '../../src/mips64/frames-mips64.cc', 1223 '../../src/mips64/frames-mips64.cc',
1224 '../../src/mips64/frames-mips64.h', 1224 '../../src/mips64/frames-mips64.h',
1225 '../../src/mips64/full-codegen-mips64.cc',
1226 '../../src/mips64/interface-descriptors-mips64.cc', 1225 '../../src/mips64/interface-descriptors-mips64.cc',
1227 '../../src/mips64/lithium-codegen-mips64.cc', 1226 '../../src/mips64/lithium-codegen-mips64.cc',
1228 '../../src/mips64/lithium-codegen-mips64.h', 1227 '../../src/mips64/lithium-codegen-mips64.h',
1229 '../../src/mips64/lithium-gap-resolver-mips64.cc', 1228 '../../src/mips64/lithium-gap-resolver-mips64.cc',
1230 '../../src/mips64/lithium-gap-resolver-mips64.h', 1229 '../../src/mips64/lithium-gap-resolver-mips64.h',
1231 '../../src/mips64/lithium-mips64.cc', 1230 '../../src/mips64/lithium-mips64.cc',
1232 '../../src/mips64/lithium-mips64.h', 1231 '../../src/mips64/lithium-mips64.h',
1233 '../../src/mips64/macro-assembler-mips64.cc', 1232 '../../src/mips64/macro-assembler-mips64.cc',
1234 '../../src/mips64/macro-assembler-mips64.h', 1233 '../../src/mips64/macro-assembler-mips64.h',
1235 '../../src/mips64/regexp-macro-assembler-mips64.cc', 1234 '../../src/mips64/regexp-macro-assembler-mips64.cc',
1236 '../../src/mips64/regexp-macro-assembler-mips64.h', 1235 '../../src/mips64/regexp-macro-assembler-mips64.h',
1237 '../../src/mips64/simulator-mips64.cc', 1236 '../../src/mips64/simulator-mips64.cc',
1238 '../../src/mips64/simulator-mips64.h', 1237 '../../src/mips64/simulator-mips64.h',
1239 '../../src/compiler/mips64/code-generator-mips64.cc', 1238 '../../src/compiler/mips64/code-generator-mips64.cc',
1240 '../../src/compiler/mips64/instruction-codes-mips64.h', 1239 '../../src/compiler/mips64/instruction-codes-mips64.h',
1241 '../../src/compiler/mips64/instruction-selector-mips64.cc', 1240 '../../src/compiler/mips64/instruction-selector-mips64.cc',
1242 '../../src/compiler/mips64/linkage-mips64.cc', 1241 '../../src/compiler/mips64/linkage-mips64.cc',
1242 '../../src/full-codegen/mips64/full-codegen-mips64.cc',
1243 '../../src/ic/mips64/access-compiler-mips64.cc', 1243 '../../src/ic/mips64/access-compiler-mips64.cc',
1244 '../../src/ic/mips64/handler-compiler-mips64.cc', 1244 '../../src/ic/mips64/handler-compiler-mips64.cc',
1245 '../../src/ic/mips64/ic-mips64.cc', 1245 '../../src/ic/mips64/ic-mips64.cc',
1246 '../../src/ic/mips64/ic-compiler-mips64.cc', 1246 '../../src/ic/mips64/ic-compiler-mips64.cc',
1247 '../../src/ic/mips64/stub-cache-mips64.cc', 1247 '../../src/ic/mips64/stub-cache-mips64.cc',
1248 ], 1248 ],
1249 }], 1249 }],
1250 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1250 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1251 'sources': [ ### gcmole(arch:x64) ### 1251 'sources': [ ### gcmole(arch:x64) ###
1252 '../../src/x64/assembler-x64-inl.h', 1252 '../../src/x64/assembler-x64-inl.h',
1253 '../../src/x64/assembler-x64.cc', 1253 '../../src/x64/assembler-x64.cc',
1254 '../../src/x64/assembler-x64.h', 1254 '../../src/x64/assembler-x64.h',
1255 '../../src/x64/builtins-x64.cc', 1255 '../../src/x64/builtins-x64.cc',
1256 '../../src/x64/code-stubs-x64.cc', 1256 '../../src/x64/code-stubs-x64.cc',
1257 '../../src/x64/code-stubs-x64.h', 1257 '../../src/x64/code-stubs-x64.h',
1258 '../../src/x64/codegen-x64.cc', 1258 '../../src/x64/codegen-x64.cc',
1259 '../../src/x64/codegen-x64.h', 1259 '../../src/x64/codegen-x64.h',
1260 '../../src/x64/cpu-x64.cc', 1260 '../../src/x64/cpu-x64.cc',
1261 '../../src/x64/debug-x64.cc', 1261 '../../src/x64/debug-x64.cc',
1262 '../../src/x64/deoptimizer-x64.cc', 1262 '../../src/x64/deoptimizer-x64.cc',
1263 '../../src/x64/disasm-x64.cc', 1263 '../../src/x64/disasm-x64.cc',
1264 '../../src/x64/frames-x64.cc', 1264 '../../src/x64/frames-x64.cc',
1265 '../../src/x64/frames-x64.h', 1265 '../../src/x64/frames-x64.h',
1266 '../../src/x64/full-codegen-x64.cc',
1267 '../../src/x64/interface-descriptors-x64.cc', 1266 '../../src/x64/interface-descriptors-x64.cc',
1268 '../../src/x64/lithium-codegen-x64.cc', 1267 '../../src/x64/lithium-codegen-x64.cc',
1269 '../../src/x64/lithium-codegen-x64.h', 1268 '../../src/x64/lithium-codegen-x64.h',
1270 '../../src/x64/lithium-gap-resolver-x64.cc', 1269 '../../src/x64/lithium-gap-resolver-x64.cc',
1271 '../../src/x64/lithium-gap-resolver-x64.h', 1270 '../../src/x64/lithium-gap-resolver-x64.h',
1272 '../../src/x64/lithium-x64.cc', 1271 '../../src/x64/lithium-x64.cc',
1273 '../../src/x64/lithium-x64.h', 1272 '../../src/x64/lithium-x64.h',
1274 '../../src/x64/macro-assembler-x64.cc', 1273 '../../src/x64/macro-assembler-x64.cc',
1275 '../../src/x64/macro-assembler-x64.h', 1274 '../../src/x64/macro-assembler-x64.h',
1276 '../../src/x64/regexp-macro-assembler-x64.cc', 1275 '../../src/x64/regexp-macro-assembler-x64.cc',
1277 '../../src/x64/regexp-macro-assembler-x64.h', 1276 '../../src/x64/regexp-macro-assembler-x64.h',
1277 '../../src/full-codegen/x64/full-codegen-x64.cc',
1278 '../../src/ic/x64/access-compiler-x64.cc', 1278 '../../src/ic/x64/access-compiler-x64.cc',
1279 '../../src/ic/x64/handler-compiler-x64.cc', 1279 '../../src/ic/x64/handler-compiler-x64.cc',
1280 '../../src/ic/x64/ic-x64.cc', 1280 '../../src/ic/x64/ic-x64.cc',
1281 '../../src/ic/x64/ic-compiler-x64.cc', 1281 '../../src/ic/x64/ic-compiler-x64.cc',
1282 '../../src/ic/x64/stub-cache-x64.cc', 1282 '../../src/ic/x64/stub-cache-x64.cc',
1283 ], 1283 ],
1284 }], 1284 }],
1285 ['v8_target_arch=="x64"', { 1285 ['v8_target_arch=="x64"', {
1286 'sources': [ 1286 'sources': [
1287 '../../src/compiler/x64/code-generator-x64.cc', 1287 '../../src/compiler/x64/code-generator-x64.cc',
(...skipping 13 matching lines...) Expand all
1301 '../../src/ppc/codegen-ppc.cc', 1301 '../../src/ppc/codegen-ppc.cc',
1302 '../../src/ppc/codegen-ppc.h', 1302 '../../src/ppc/codegen-ppc.h',
1303 '../../src/ppc/constants-ppc.h', 1303 '../../src/ppc/constants-ppc.h',
1304 '../../src/ppc/constants-ppc.cc', 1304 '../../src/ppc/constants-ppc.cc',
1305 '../../src/ppc/cpu-ppc.cc', 1305 '../../src/ppc/cpu-ppc.cc',
1306 '../../src/ppc/debug-ppc.cc', 1306 '../../src/ppc/debug-ppc.cc',
1307 '../../src/ppc/deoptimizer-ppc.cc', 1307 '../../src/ppc/deoptimizer-ppc.cc',
1308 '../../src/ppc/disasm-ppc.cc', 1308 '../../src/ppc/disasm-ppc.cc',
1309 '../../src/ppc/frames-ppc.cc', 1309 '../../src/ppc/frames-ppc.cc',
1310 '../../src/ppc/frames-ppc.h', 1310 '../../src/ppc/frames-ppc.h',
1311 '../../src/ppc/full-codegen-ppc.cc',
1312 '../../src/ppc/interface-descriptors-ppc.cc', 1311 '../../src/ppc/interface-descriptors-ppc.cc',
1313 '../../src/ppc/interface-descriptors-ppc.h', 1312 '../../src/ppc/interface-descriptors-ppc.h',
1314 '../../src/ppc/lithium-ppc.cc', 1313 '../../src/ppc/lithium-ppc.cc',
1315 '../../src/ppc/lithium-ppc.h', 1314 '../../src/ppc/lithium-ppc.h',
1316 '../../src/ppc/lithium-codegen-ppc.cc', 1315 '../../src/ppc/lithium-codegen-ppc.cc',
1317 '../../src/ppc/lithium-codegen-ppc.h', 1316 '../../src/ppc/lithium-codegen-ppc.h',
1318 '../../src/ppc/lithium-gap-resolver-ppc.cc', 1317 '../../src/ppc/lithium-gap-resolver-ppc.cc',
1319 '../../src/ppc/lithium-gap-resolver-ppc.h', 1318 '../../src/ppc/lithium-gap-resolver-ppc.h',
1320 '../../src/ppc/macro-assembler-ppc.cc', 1319 '../../src/ppc/macro-assembler-ppc.cc',
1321 '../../src/ppc/macro-assembler-ppc.h', 1320 '../../src/ppc/macro-assembler-ppc.h',
1322 '../../src/ppc/regexp-macro-assembler-ppc.cc', 1321 '../../src/ppc/regexp-macro-assembler-ppc.cc',
1323 '../../src/ppc/regexp-macro-assembler-ppc.h', 1322 '../../src/ppc/regexp-macro-assembler-ppc.h',
1324 '../../src/ppc/simulator-ppc.cc', 1323 '../../src/ppc/simulator-ppc.cc',
1325 '../../src/ppc/simulator-ppc.h', 1324 '../../src/ppc/simulator-ppc.h',
1326 '../../src/compiler/ppc/code-generator-ppc.cc', 1325 '../../src/compiler/ppc/code-generator-ppc.cc',
1327 '../../src/compiler/ppc/instruction-codes-ppc.h', 1326 '../../src/compiler/ppc/instruction-codes-ppc.h',
1328 '../../src/compiler/ppc/instruction-selector-ppc.cc', 1327 '../../src/compiler/ppc/instruction-selector-ppc.cc',
1329 '../../src/compiler/ppc/linkage-ppc.cc', 1328 '../../src/compiler/ppc/linkage-ppc.cc',
1329 '../../src/full-codegen/ppc/full-codegen-ppc.cc',
1330 '../../src/ic/ppc/access-compiler-ppc.cc', 1330 '../../src/ic/ppc/access-compiler-ppc.cc',
1331 '../../src/ic/ppc/handler-compiler-ppc.cc', 1331 '../../src/ic/ppc/handler-compiler-ppc.cc',
1332 '../../src/ic/ppc/ic-ppc.cc', 1332 '../../src/ic/ppc/ic-ppc.cc',
1333 '../../src/ic/ppc/ic-compiler-ppc.cc', 1333 '../../src/ic/ppc/ic-compiler-ppc.cc',
1334 '../../src/ic/ppc/stub-cache-ppc.cc', 1334 '../../src/ic/ppc/stub-cache-ppc.cc',
1335 ], 1335 ],
1336 }], 1336 }],
1337 ['OS=="win"', { 1337 ['OS=="win"', {
1338 'variables': { 1338 'variables': {
1339 'gyp_generators': '<!(echo $GYP_GENERATORS)', 1339 'gyp_generators': '<!(echo $GYP_GENERATORS)',
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 }], 1969 }],
1970 ['want_separate_host_toolset==1', { 1970 ['want_separate_host_toolset==1', {
1971 'toolsets': ['host'], 1971 'toolsets': ['host'],
1972 }, { 1972 }, {
1973 'toolsets': ['target'], 1973 'toolsets': ['target'],
1974 }], 1974 }],
1975 ], 1975 ],
1976 }, 1976 },
1977 ], 1977 ],
1978 } 1978 }
OLDNEW
« no previous file with comments | « test/cctest/test-mark-compact.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698