Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index b2698540fb326814b438b1df6ecf20d2c1c4d5c1..05c02273c9d55bc75a08cf0fe636afcd42ce46bc 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -668,8 +668,8 @@ |
'../../src/frames-inl.h', |
'../../src/frames.cc', |
'../../src/frames.h', |
- '../../src/full-codegen.cc', |
- '../../src/full-codegen.h', |
+ '../../src/full-codegen/full-codegen.cc', |
+ '../../src/full-codegen/full-codegen.h', |
'../../src/func-name-inferrer.cc', |
'../../src/func-name-inferrer.h', |
'../../src/futex-emulation.cc', |
@@ -1000,7 +1000,6 @@ |
'../../src/arm/disasm-arm.cc', |
'../../src/arm/frames-arm.cc', |
'../../src/arm/frames-arm.h', |
- '../../src/arm/full-codegen-arm.cc', |
'../../src/arm/interface-descriptors-arm.cc', |
'../../src/arm/interface-descriptors-arm.h', |
'../../src/arm/lithium-arm.cc', |
@@ -1019,6 +1018,7 @@ |
'../../src/compiler/arm/instruction-codes-arm.h', |
'../../src/compiler/arm/instruction-selector-arm.cc', |
'../../src/compiler/arm/linkage-arm.cc', |
+ '../../src/full-codegen/arm/full-codegen-arm.cc', |
'../../src/ic/arm/access-compiler-arm.cc', |
'../../src/ic/arm/handler-compiler-arm.cc', |
'../../src/ic/arm/ic-arm.cc', |
@@ -1050,7 +1050,6 @@ |
'../../src/arm64/disasm-arm64.h', |
'../../src/arm64/frames-arm64.cc', |
'../../src/arm64/frames-arm64.h', |
- '../../src/arm64/full-codegen-arm64.cc', |
'../../src/arm64/instructions-arm64.cc', |
'../../src/arm64/instructions-arm64.h', |
'../../src/arm64/instrument-arm64.cc', |
@@ -1076,6 +1075,7 @@ |
'../../src/compiler/arm64/instruction-codes-arm64.h', |
'../../src/compiler/arm64/instruction-selector-arm64.cc', |
'../../src/compiler/arm64/linkage-arm64.cc', |
+ '../../src/full-codegen/arm64/full-codegen-arm64.cc', |
'../../src/ic/arm64/access-compiler-arm64.cc', |
'../../src/ic/arm64/handler-compiler-arm64.cc', |
'../../src/ic/arm64/ic-arm64.cc', |
@@ -1099,7 +1099,6 @@ |
'../../src/ia32/disasm-ia32.cc', |
'../../src/ia32/frames-ia32.cc', |
'../../src/ia32/frames-ia32.h', |
- '../../src/ia32/full-codegen-ia32.cc', |
'../../src/ia32/interface-descriptors-ia32.cc', |
'../../src/ia32/lithium-codegen-ia32.cc', |
'../../src/ia32/lithium-codegen-ia32.h', |
@@ -1115,6 +1114,7 @@ |
'../../src/compiler/ia32/instruction-codes-ia32.h', |
'../../src/compiler/ia32/instruction-selector-ia32.cc', |
'../../src/compiler/ia32/linkage-ia32.cc', |
+ '../../src/full-codegen/ia32/full-codegen-ia32.cc', |
'../../src/ic/ia32/access-compiler-ia32.cc', |
'../../src/ic/ia32/handler-compiler-ia32.cc', |
'../../src/ic/ia32/ic-ia32.cc', |
@@ -1138,7 +1138,6 @@ |
'../../src/x87/disasm-x87.cc', |
'../../src/x87/frames-x87.cc', |
'../../src/x87/frames-x87.h', |
- '../../src/x87/full-codegen-x87.cc', |
'../../src/x87/interface-descriptors-x87.cc', |
'../../src/x87/lithium-codegen-x87.cc', |
'../../src/x87/lithium-codegen-x87.h', |
@@ -1154,6 +1153,7 @@ |
'../../src/compiler/x87/instruction-codes-x87.h', |
'../../src/compiler/x87/instruction-selector-x87.cc', |
'../../src/compiler/x87/linkage-x87.cc', |
+ '../../src/full-codegen/x87/full-codegen-x87.cc', |
'../../src/ic/x87/access-compiler-x87.cc', |
'../../src/ic/x87/handler-compiler-x87.cc', |
'../../src/ic/x87/ic-x87.cc', |
@@ -1179,7 +1179,6 @@ |
'../../src/mips/disasm-mips.cc', |
'../../src/mips/frames-mips.cc', |
'../../src/mips/frames-mips.h', |
- '../../src/mips/full-codegen-mips.cc', |
'../../src/mips/interface-descriptors-mips.cc', |
'../../src/mips/lithium-codegen-mips.cc', |
'../../src/mips/lithium-codegen-mips.h', |
@@ -1197,6 +1196,7 @@ |
'../../src/compiler/mips/instruction-codes-mips.h', |
'../../src/compiler/mips/instruction-selector-mips.cc', |
'../../src/compiler/mips/linkage-mips.cc', |
+ '../../src/full-codegen/mips/full-codegen-mips.cc', |
'../../src/ic/mips/access-compiler-mips.cc', |
'../../src/ic/mips/handler-compiler-mips.cc', |
'../../src/ic/mips/ic-mips.cc', |
@@ -1222,7 +1222,6 @@ |
'../../src/mips64/disasm-mips64.cc', |
'../../src/mips64/frames-mips64.cc', |
'../../src/mips64/frames-mips64.h', |
- '../../src/mips64/full-codegen-mips64.cc', |
'../../src/mips64/interface-descriptors-mips64.cc', |
'../../src/mips64/lithium-codegen-mips64.cc', |
'../../src/mips64/lithium-codegen-mips64.h', |
@@ -1240,6 +1239,7 @@ |
'../../src/compiler/mips64/instruction-codes-mips64.h', |
'../../src/compiler/mips64/instruction-selector-mips64.cc', |
'../../src/compiler/mips64/linkage-mips64.cc', |
+ '../../src/full-codegen/mips64/full-codegen-mips64.cc', |
'../../src/ic/mips64/access-compiler-mips64.cc', |
'../../src/ic/mips64/handler-compiler-mips64.cc', |
'../../src/ic/mips64/ic-mips64.cc', |
@@ -1263,7 +1263,6 @@ |
'../../src/x64/disasm-x64.cc', |
'../../src/x64/frames-x64.cc', |
'../../src/x64/frames-x64.h', |
- '../../src/x64/full-codegen-x64.cc', |
'../../src/x64/interface-descriptors-x64.cc', |
'../../src/x64/lithium-codegen-x64.cc', |
'../../src/x64/lithium-codegen-x64.h', |
@@ -1275,6 +1274,7 @@ |
'../../src/x64/macro-assembler-x64.h', |
'../../src/x64/regexp-macro-assembler-x64.cc', |
'../../src/x64/regexp-macro-assembler-x64.h', |
+ '../../src/full-codegen/x64/full-codegen-x64.cc', |
'../../src/ic/x64/access-compiler-x64.cc', |
'../../src/ic/x64/handler-compiler-x64.cc', |
'../../src/ic/x64/ic-x64.cc', |
@@ -1308,7 +1308,6 @@ |
'../../src/ppc/disasm-ppc.cc', |
'../../src/ppc/frames-ppc.cc', |
'../../src/ppc/frames-ppc.h', |
- '../../src/ppc/full-codegen-ppc.cc', |
'../../src/ppc/interface-descriptors-ppc.cc', |
'../../src/ppc/interface-descriptors-ppc.h', |
'../../src/ppc/lithium-ppc.cc', |
@@ -1327,6 +1326,7 @@ |
'../../src/compiler/ppc/instruction-codes-ppc.h', |
'../../src/compiler/ppc/instruction-selector-ppc.cc', |
'../../src/compiler/ppc/linkage-ppc.cc', |
+ '../../src/full-codegen/ppc/full-codegen-ppc.cc', |
'../../src/ic/ppc/access-compiler-ppc.cc', |
'../../src/ic/ppc/handler-compiler-ppc.cc', |
'../../src/ic/ppc/ic-ppc.cc', |