Skip to content

Commit

Permalink
deps: update v8.gyp
Browse files Browse the repository at this point in the history
until 7aac6bc9058a26c0fc30b53e22a392a26cdeb3ec
  • Loading branch information
targos authored and nodejs-ci committed Nov 20, 2018
1 parent eb354a7 commit 7bc3ce4
Showing 1 changed file with 67 additions and 68 deletions.
135 changes: 67 additions & 68 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"../test/torque/test-torque.tq",
"../third_party/v8/builtins/array-sort.tq",
],
'torque_modules': [
'torque_namespaces': [
"base",
"array",
"iterator",
Expand All @@ -40,7 +40,7 @@
"test",
],
# Since there is no foreach in GYP we manualy unroll the following:
# foreach(module, torque_modules) {
# foreach(module, torque_namespaces) {
# outputs += [
# "$target_gen_dir/torque-generated/builtins-$module-from-dsl-gen.cc",
# "$target_gen_dir/torque-generated/builtins-$module-from-dsl-gen.h",
Expand Down Expand Up @@ -723,6 +723,32 @@
'../src/compiler/all-nodes.h',
'../src/compiler/allocation-builder-inl.h',
'../src/compiler/allocation-builder.h',
'../src/compiler/backend/code-generator-impl.h',
'../src/compiler/backend/code-generator.cc',
'../src/compiler/backend/code-generator.h',
'../src/compiler/backend/frame-elider.cc',
'../src/compiler/backend/frame-elider.h',
'../src/compiler/backend/gap-resolver.cc',
'../src/compiler/backend/gap-resolver.h',
'../src/compiler/backend/instruction-codes.h',
'../src/compiler/backend/instruction-scheduler.cc',
'../src/compiler/backend/instruction-scheduler.h',
'../src/compiler/backend/instruction-selector-impl.h',
'../src/compiler/backend/instruction-selector.cc',
'../src/compiler/backend/instruction-selector.h',
'../src/compiler/backend/instruction.cc',
'../src/compiler/backend/instruction.h',
'../src/compiler/backend/jump-threading.cc',
'../src/compiler/backend/jump-threading.h',
'../src/compiler/backend/live-range-separator.cc',
'../src/compiler/backend/live-range-separator.h',
'../src/compiler/backend/move-optimizer.cc',
'../src/compiler/backend/move-optimizer.h',
'../src/compiler/backend/register-allocator-verifier.cc',
'../src/compiler/backend/register-allocator-verifier.h',
'../src/compiler/backend/register-allocator.cc',
'../src/compiler/backend/register-allocator.h',
'../src/compiler/backend/unwinding-info-writer.h',
'../src/compiler/basic-block-instrumentor.cc',
'../src/compiler/basic-block-instrumentor.h',
'../src/compiler/branch-elimination.cc',
Expand All @@ -738,9 +764,6 @@
'../src/compiler/checkpoint-elimination.h',
'../src/compiler/code-assembler.cc',
'../src/compiler/code-assembler.h',
'../src/compiler/code-generator-impl.h',
'../src/compiler/code-generator.cc',
'../src/compiler/code-generator.h',
'../src/compiler/common-node-cache.cc',
'../src/compiler/common-node-cache.h',
'../src/compiler/common-operator-reducer.cc',
Expand All @@ -766,15 +789,11 @@
'../src/compiler/escape-analysis-reducer.h',
'../src/compiler/escape-analysis.cc',
'../src/compiler/escape-analysis.h',
'../src/compiler/frame-elider.cc',
'../src/compiler/frame-elider.h',
'../src/compiler/frame-states.cc',
'../src/compiler/frame-states.h',
'../src/compiler/frame.cc',
'../src/compiler/frame.h',
'../src/compiler/functional-list.h',
'../src/compiler/gap-resolver.cc',
'../src/compiler/gap-resolver.h',
'../src/compiler/graph-assembler.cc',
'../src/compiler/graph-assembler.h',
'../src/compiler/graph-reducer.cc',
Expand All @@ -785,14 +804,6 @@
'../src/compiler/graph-visualizer.h',
'../src/compiler/graph.cc',
'../src/compiler/graph.h',
'../src/compiler/instruction-codes.h',
'../src/compiler/instruction-scheduler.cc',
'../src/compiler/instruction-scheduler.h',
'../src/compiler/instruction-selector-impl.h',
'../src/compiler/instruction-selector.cc',
'../src/compiler/instruction-selector.h',
'../src/compiler/instruction.cc',
'../src/compiler/instruction.h',
'../src/compiler/int64-lowering.cc',
'../src/compiler/int64-lowering.h',
'../src/compiler/js-call-reducer.cc',
Expand Down Expand Up @@ -823,12 +834,8 @@
'../src/compiler/js-type-hint-lowering.h',
'../src/compiler/js-typed-lowering.cc',
'../src/compiler/js-typed-lowering.h',
'../src/compiler/jump-threading.cc',
'../src/compiler/jump-threading.h',
'../src/compiler/linkage.cc',
'../src/compiler/linkage.h',
'../src/compiler/live-range-separator.cc',
'../src/compiler/live-range-separator.h',
'../src/compiler/load-elimination.cc',
'../src/compiler/load-elimination.h',
'../src/compiler/loop-analysis.cc',
Expand All @@ -847,8 +854,6 @@
'../src/compiler/machine-operator.h',
'../src/compiler/memory-optimizer.cc',
'../src/compiler/memory-optimizer.h',
'../src/compiler/move-optimizer.cc',
'../src/compiler/move-optimizer.h',
'../src/compiler/node-aux-data.h',
'../src/compiler/node-cache.cc',
'../src/compiler/node-cache.h',
Expand Down Expand Up @@ -886,10 +891,6 @@
'../src/compiler/redundancy-elimination.h',
'../src/compiler/refs-map.cc',
'../src/compiler/refs-map.h',
'../src/compiler/register-allocator-verifier.cc',
'../src/compiler/register-allocator-verifier.h',
'../src/compiler/register-allocator.cc',
'../src/compiler/register-allocator.h',
'../src/compiler/representation-change.cc',
'../src/compiler/representation-change.h',
'../src/compiler/schedule.cc',
Expand Down Expand Up @@ -920,7 +921,6 @@
'../src/compiler/typer.h',
'../src/compiler/types.cc',
'../src/compiler/types.h',
'../src/compiler/unwinding-info-writer.h',
'../src/compiler/value-numbering-reducer.cc',
'../src/compiler/value-numbering-reducer.h',
'../src/compiler/verifier.cc',
Expand Down Expand Up @@ -972,6 +972,7 @@
'../src/deoptimize-reason.h',
'../src/deoptimizer.cc',
'../src/deoptimizer.h',
'../src/detachable-vector.cc',
'../src/detachable-vector.h',
'../src/disasm.h',
'../src/disassembler.cc',
Expand Down Expand Up @@ -1555,7 +1556,6 @@
'../src/third_party/utf8-decoder/utf8-decoder.h',
'../src/thread-id.cc',
'../src/thread-id.h',
'../src/torque-assembler.h',
'../src/tracing/trace-event.cc',
'../src/tracing/trace-event.h',
'../src/tracing/traced-value.cc',
Expand All @@ -1574,7 +1574,6 @@
'../src/turbo-assembler.h',
'../src/type-hints.cc',
'../src/type-hints.h',
'../src/unicode-cache-inl.h',
'../src/unicode-cache.h',
'../src/unicode-decoder.cc',
'../src/unicode-decoder.h',
Expand Down Expand Up @@ -1695,10 +1694,10 @@
}],
['v8_target_arch=="ia32"', {
'sources': [
'../src/compiler/ia32/code-generator-ia32.cc',
'../src/compiler/ia32/instruction-codes-ia32.h',
'../src/compiler/ia32/instruction-scheduler-ia32.cc',
'../src/compiler/ia32/instruction-selector-ia32.cc',
'../src/compiler/backend/ia32/code-generator-ia32.cc',
'../src/compiler/backend/ia32/instruction-codes-ia32.h',
'../src/compiler/backend/ia32/instruction-scheduler-ia32.cc',
'../src/compiler/backend/ia32/instruction-selector-ia32.cc',
'../src/debug/ia32/debug-ia32.cc',
'../src/ia32/assembler-ia32-inl.h',
'../src/ia32/assembler-ia32.cc',
Expand All @@ -1724,12 +1723,12 @@
}],
['v8_target_arch=="x64"', {
'sources': [
'../src/compiler/x64/code-generator-x64.cc',
'../src/compiler/x64/instruction-codes-x64.h',
'../src/compiler/x64/instruction-scheduler-x64.cc',
'../src/compiler/x64/instruction-selector-x64.cc',
'../src/compiler/x64/unwinding-info-writer-x64.cc',
'../src/compiler/x64/unwinding-info-writer-x64.h',
'../src/compiler/backend/x64/code-generator-x64.cc',
'../src/compiler/backend/x64/instruction-codes-x64.h',
'../src/compiler/backend/x64/instruction-scheduler-x64.cc',
'../src/compiler/backend/x64/instruction-selector-x64.cc',
'../src/compiler/backend/x64/unwinding-info-writer-x64.cc',
'../src/compiler/backend/x64/unwinding-info-writer-x64.h',
'../src/debug/x64/debug-x64.cc',
'../src/regexp/x64/regexp-macro-assembler-x64.cc',
'../src/regexp/x64/regexp-macro-assembler-x64.h',
Expand Down Expand Up @@ -1790,12 +1789,12 @@
'../src/arm/macro-assembler-arm.h',
'../src/arm/simulator-arm.cc',
'../src/arm/simulator-arm.h',
'../src/compiler/arm/code-generator-arm.cc',
'../src/compiler/arm/instruction-codes-arm.h',
'../src/compiler/arm/instruction-scheduler-arm.cc',
'../src/compiler/arm/instruction-selector-arm.cc',
'../src/compiler/arm/unwinding-info-writer-arm.cc',
'../src/compiler/arm/unwinding-info-writer-arm.h',
'../src/compiler/backend/arm/code-generator-arm.cc',
'../src/compiler/backend/arm/instruction-codes-arm.h',
'../src/compiler/backend/arm/instruction-scheduler-arm.cc',
'../src/compiler/backend/arm/instruction-selector-arm.cc',
'../src/compiler/backend/arm/unwinding-info-writer-arm.cc',
'../src/compiler/backend/arm/unwinding-info-writer-arm.h',
'../src/debug/arm/debug-arm.cc',
'../src/regexp/arm/regexp-macro-assembler-arm.cc',
'../src/regexp/arm/regexp-macro-assembler-arm.h',
Expand Down Expand Up @@ -1835,12 +1834,12 @@
'../src/arm64/simulator-logic-arm64.cc',
'../src/arm64/utils-arm64.cc',
'../src/arm64/utils-arm64.h',
'../src/compiler/arm64/code-generator-arm64.cc',
'../src/compiler/arm64/instruction-codes-arm64.h',
'../src/compiler/arm64/instruction-scheduler-arm64.cc',
'../src/compiler/arm64/instruction-selector-arm64.cc',
'../src/compiler/arm64/unwinding-info-writer-arm64.cc',
'../src/compiler/arm64/unwinding-info-writer-arm64.h',
'../src/compiler/backend/arm64/code-generator-arm64.cc',
'../src/compiler/backend/arm64/instruction-codes-arm64.h',
'../src/compiler/backend/arm64/instruction-scheduler-arm64.cc',
'../src/compiler/backend/arm64/instruction-selector-arm64.cc',
'../src/compiler/backend/arm64/unwinding-info-writer-arm64.cc',
'../src/compiler/backend/arm64/unwinding-info-writer-arm64.h',
'../src/debug/arm64/debug-arm64.cc',
'../src/regexp/arm64/regexp-macro-assembler-arm64.cc',
'../src/regexp/arm64/regexp-macro-assembler-arm64.h',
Expand All @@ -1849,10 +1848,10 @@
}],
['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
'sources': [
'../src/compiler/mips/code-generator-mips.cc',
'../src/compiler/mips/instruction-codes-mips.h',
'../src/compiler/mips/instruction-scheduler-mips.cc',
'../src/compiler/mips/instruction-selector-mips.cc',
'../src/compiler/backend/mips/code-generator-mips.cc',
'../src/compiler/backend/mips/instruction-codes-mips.h',
'../src/compiler/backend/mips/instruction-scheduler-mips.cc',
'../src/compiler/backend/mips/instruction-selector-mips.cc',
'../src/debug/mips/debug-mips.cc',
'../src/mips/assembler-mips-inl.h',
'../src/mips/assembler-mips.cc',
Expand All @@ -1879,10 +1878,10 @@
}],
['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
'sources': [
'../src/compiler/mips64/code-generator-mips64.cc',
'../src/compiler/mips64/instruction-codes-mips64.h',
'../src/compiler/mips64/instruction-scheduler-mips64.cc',
'../src/compiler/mips64/instruction-selector-mips64.cc',
'../src/compiler/backend/mips64/code-generator-mips64.cc',
'../src/compiler/backend/mips64/instruction-codes-mips64.h',
'../src/compiler/backend/mips64/instruction-scheduler-mips64.cc',
'../src/compiler/backend/mips64/instruction-selector-mips64.cc',
'../src/debug/mips64/debug-mips64.cc',
'../src/mips64/assembler-mips64-inl.h',
'../src/mips64/assembler-mips64.cc',
Expand All @@ -1909,10 +1908,10 @@
}],
['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
'sources': [
'../src/compiler/ppc/code-generator-ppc.cc',
'../src/compiler/ppc/instruction-codes-ppc.h',
'../src/compiler/ppc/instruction-scheduler-ppc.cc',
'../src/compiler/ppc/instruction-selector-ppc.cc',
'../src/compiler/backend/ppc/code-generator-ppc.cc',
'../src/compiler/backend/ppc/instruction-codes-ppc.h',
'../src/compiler/backend/ppc/instruction-scheduler-ppc.cc',
'../src/compiler/backend/ppc/instruction-selector-ppc.cc',
'../src/debug/ppc/debug-ppc.cc',
'../src/ppc/assembler-ppc-inl.h',
'../src/ppc/assembler-ppc.cc',
Expand All @@ -1939,10 +1938,10 @@
}],
['v8_target_arch=="s390" or v8_target_arch=="s390x"', {
'sources': [
'../src/compiler/s390/code-generator-s390.cc',
'../src/compiler/s390/instruction-codes-s390.h',
'../src/compiler/s390/instruction-scheduler-s390.cc',
'../src/compiler/s390/instruction-selector-s390.cc',
'../src/compiler/backend/s390/code-generator-s390.cc',
'../src/compiler/backend/s390/instruction-codes-s390.h',
'../src/compiler/backend/s390/instruction-scheduler-s390.cc',
'../src/compiler/backend/s390/instruction-selector-s390.cc',
'../src/debug/s390/debug-s390.cc',
'../src/regexp/s390/regexp-macro-assembler-s390.cc',
'../src/regexp/s390/regexp-macro-assembler-s390.h',
Expand Down

0 comments on commit 7bc3ce4

Please sign in to comment.