Reviewers: Michael Starzinger,
Message:
Committed patchset #2 manually as r22709 (tree was closed).
Description:
Land the Fan (disabled)
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=22709
Please review this at https://codereview.chromium.org/426233002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+69205, -2624 lines):
M build/toolchain.gypi
M include/v8.h
M src/arm/assembler-arm.h
M src/arm/assembler-arm.cc
M src/arm/code-stubs-arm.cc
M src/arm/deoptimizer-arm.cc
M src/arm/disasm-arm.cc
M src/arm/lithium-arm.h
M src/arm/lithium-arm.cc
M src/arm/lithium-codegen-arm.cc
M src/arm/macro-assembler-arm.h
M src/arm/macro-assembler-arm.cc
M src/arm/simulator-arm.cc
M src/arm64/code-stubs-arm64.cc
M src/arm64/deoptimizer-arm64.cc
M src/arm64/lithium-arm64.h
M src/arm64/lithium-arm64.cc
M src/arm64/lithium-codegen-arm64.cc
M src/arm64/simulator-arm64.h
M src/arm64/simulator-arm64.cc
M src/arm64/utils-arm64.h
M src/ast.h
M src/base/logging.h
M src/bootstrapper.cc
M src/checks.h
M src/checks.cc
M src/code-stubs.h
M src/code-stubs.cc
M src/compiler.h
M src/compiler.cc
M src/compiler-intrinsics.h
A src/compiler/arm/code-generator-arm.cc
A src/compiler/arm/instruction-codes-arm.h
A src/compiler/arm/instruction-selector-arm.cc
A src/compiler/arm/linkage-arm.cc
A src/compiler/arm64/code-generator-arm64.cc
A src/compiler/arm64/instruction-codes-arm64.h
A src/compiler/arm64/instruction-selector-arm64.cc
A src/compiler/arm64/linkage-arm64.cc
A src/compiler/ast-graph-builder.h
A src/compiler/ast-graph-builder.cc
A src/compiler/code-generator.h
A src/compiler/code-generator.cc
A src/compiler/code-generator-impl.h
A src/compiler/common-node-cache.h
A src/compiler/common-operator.h
A src/compiler/control-builders.h
A src/compiler/control-builders.cc
A src/compiler/frame.h
A src/compiler/gap-resolver.h
A src/compiler/gap-resolver.cc
A src/compiler/generic-algorithm.h
A src/compiler/generic-algorithm-inl.h
A src/compiler/generic-graph.h
A src/compiler/generic-node.h
A src/compiler/generic-node-inl.h
A src/compiler/graph.h
A src/compiler/graph.cc
A src/compiler/graph-builder.h
A src/compiler/graph-builder.cc
A src/compiler/graph-inl.h
A src/compiler/graph-reducer.h
A src/compiler/graph-reducer.cc
A src/compiler/graph-replay.h
A src/compiler/graph-replay.cc
A src/compiler/graph-visualizer.h
A src/compiler/graph-visualizer.cc
A src/compiler/ia32/code-generator-ia32.cc
A src/compiler/ia32/instruction-codes-ia32.h
A src/compiler/ia32/instruction-selector-ia32.cc
A src/compiler/ia32/linkage-ia32.cc
A src/compiler/instruction.h
A src/compiler/instruction.cc
A src/compiler/instruction-codes.h
A src/compiler/instruction-selector.h
A src/compiler/instruction-selector.cc
A src/compiler/instruction-selector-impl.h
A + src/compiler/ir-operations.txt
A src/compiler/js-context-specialization.h
A src/compiler/js-context-specialization.cc
A src/compiler/js-generic-lowering.h
A src/compiler/js-generic-lowering.cc
A src/compiler/js-graph.h
A src/compiler/js-graph.cc
A src/compiler/js-operator.h
A src/compiler/js-typed-lowering.h
A src/compiler/js-typed-lowering.cc
A src/compiler/linkage.h
A src/compiler/linkage.cc
A src/compiler/linkage-impl.h
A src/compiler/lowering-builder.h
A src/compiler/lowering-builder.cc
A src/compiler/machine-node-factory.h
A src/compiler/machine-operator.h
A src/compiler/machine-operator-reducer.h
A src/compiler/machine-operator-reducer.cc
A src/compiler/node.h
A src/compiler/node.cc
A src/compiler/node-aux-data.h
A src/compiler/node-aux-data-inl.h
A src/compiler/node-cache.h
A src/compiler/node-cache.cc
A src/compiler/node-matchers.h
A src/compiler/node-properties.h
A src/compiler/node-properties-inl.h
A src/compiler/opcodes.h
A src/compiler/operator.h
A src/compiler/operator-properties.h
A src/compiler/operator-properties-inl.h
A src/compiler/phi-reducer.h
A src/compiler/pipeline.h
A src/compiler/pipeline.cc
A src/compiler/raw-machine-assembler.h
A src/compiler/raw-machine-assembler.cc
A + src/compiler/register-allocator.h
A + src/compiler/register-allocator.cc
A src/compiler/representation-change.h
A src/compiler/schedule.h
A src/compiler/schedule.cc
A src/compiler/scheduler.h
A src/compiler/scheduler.cc
A src/compiler/simplified-lowering.h
A src/compiler/simplified-lowering.cc
A src/compiler/simplified-node-factory.h
A src/compiler/simplified-operator.h
A src/compiler/source-position.h
A src/compiler/source-position.cc
A src/compiler/structured-machine-assembler.h
A src/compiler/structured-machine-assembler.cc
A src/compiler/typer.h
A src/compiler/typer.cc
A src/compiler/verifier.h
A src/compiler/verifier.cc
A src/compiler/x64/code-generator-x64.cc
A src/compiler/x64/instruction-codes-x64.h
A src/compiler/x64/instruction-selector-x64.cc
A src/compiler/x64/linkage-x64.cc
M src/contexts.h
M src/contexts.cc
M src/data-flow.h
M src/deoptimizer.h
M src/deoptimizer.cc
M src/elements-kind.h
M src/field-index.h
M src/flag-definitions.h
M src/frames.cc
M src/gdb-jit.cc
M src/globals.h
M src/hydrogen.h
M src/hydrogen.cc
M src/hydrogen-gvn.h
M src/hydrogen-instructions.h
M src/hydrogen-types.h
M src/hydrogen-types.cc
M src/ia32/assembler-ia32.h
M src/ia32/assembler-ia32.cc
M src/ia32/assembler-ia32-inl.h
M src/ia32/code-stubs-ia32.cc
M src/ia32/deoptimizer-ia32.cc
M src/ia32/disasm-ia32.cc
M src/ia32/lithium-codegen-ia32.cc
M src/ia32/lithium-ia32.h
M src/ia32/lithium-ia32.cc
M src/isolate.h
M src/isolate.cc
M src/lithium.h
M src/lithium.cc
M src/lithium-allocator.h
M src/lithium-allocator.cc
M src/lithium-allocator-inl.h
A + src/lithium-inl.h
M src/mips/code-stubs-mips.cc
M src/mips/deoptimizer-mips.cc
M src/mips/lithium-codegen-mips.cc
M src/mips/lithium-mips.h
M src/mips/lithium-mips.cc
M src/mips64/code-stubs-mips64.cc
M src/mips64/deoptimizer-mips64.cc
M src/mips64/lithium-codegen-mips64.cc
M src/objects.h
M src/objects.cc
M src/objects-debug.cc
M src/objects-inl.h
M src/objects-printer.cc
M src/objects-visiting-inl.h
M src/parser.cc
M src/property.h
M src/property.cc
M src/runtime.h
M src/runtime.cc
M src/safepoint-table.cc
M src/scopeinfo.h
M src/scopeinfo.cc
M src/scopes.h
M src/scopes.cc
M src/string-stream.cc
M src/types.h
M src/types.cc
M src/typing.cc
M src/unique.h
[[ 123 additional files ]]
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.