Reviewers: m.m.capewell,
Description:
A64: Synchronize with r17807.
This brings experimental/a64 up to 2013-11-16.
BUG=none
Please review this at https://codereview.chromium.org/149133004/
SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64
Affected files (+6208, -3018 lines):
M ChangeLog
M PRESUBMIT.py
M build/all.gyp
M include/v8-defaults.h
M include/v8.h
M include/v8config.h
M samples/process.cc
M src/a64/code-stubs-a64.cc
M src/a64/deoptimizer-a64.cc
M src/a64/full-codegen-a64.cc
M src/a64/ic-a64.cc
M src/a64/lithium-a64.cc
M src/a64/lithium-codegen-a64.cc
M src/a64/macro-assembler-a64.cc
M src/a64/stub-cache-a64.cc
A src/allocation-tracker.h
A src/allocation-tracker.cc
M src/api.cc
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/full-codegen-arm.cc
M src/arm/ic-arm.cc
M src/arm/lithium-arm.h
M src/arm/lithium-arm.cc
M src/arm/lithium-codegen-arm.h
M src/arm/lithium-codegen-arm.cc
M src/arm/macro-assembler-arm.cc
M src/arm/stub-cache-arm.cc
M src/array-iterator.js
M src/assembler.h
M src/ast.h
M src/ast.cc
M src/builtins.cc
M src/checks.h
M src/code-stubs-hydrogen.cc
M src/code-stubs.h
M src/code-stubs.cc
M src/codegen.h
M src/compiler.h
M src/compiler.cc
M src/d8.cc
M src/defaults.cc
M src/deoptimizer.h
M src/deoptimizer.cc
M src/elements-kind.h
M src/elements-kind.cc
M src/factory.h
M src/factory.cc
M src/flag-definitions.h
M src/frames.cc
M src/heap-profiler.cc
M src/heap-snapshot-generator.h
M src/heap-snapshot-generator.cc
M src/heap.h
M src/heap.cc
M src/hydrogen-dehoist.cc
M src/hydrogen-instructions.h
M src/hydrogen-instructions.cc
M src/hydrogen-minus-zero.cc
M src/hydrogen.h
M src/hydrogen.cc
M src/i18n.js
M src/ia32/code-stubs-ia32.cc
M src/ia32/deoptimizer-ia32.cc
M src/ia32/full-codegen-ia32.cc
M src/ia32/ic-ia32.cc
M src/ia32/lithium-codegen-ia32.h
M src/ia32/lithium-codegen-ia32.cc
M src/ia32/lithium-ia32.h
M src/ia32/lithium-ia32.cc
M src/ia32/macro-assembler-ia32.cc
M src/ia32/stub-cache-ia32.cc
M src/ic-inl.h
M src/ic.h
M src/ic.cc
M src/isolate.cc
M src/lithium.h
M src/lithium.cc
M src/macros.py
M src/math.js
M src/messages.js
M src/mips/code-stubs-mips.cc
M src/mips/deoptimizer-mips.cc
M src/mips/full-codegen-mips.cc
M src/mips/ic-mips.cc
M src/mips/lithium-codegen-mips.h
M src/mips/lithium-codegen-mips.cc
M src/mips/lithium-mips.h
M src/mips/lithium-mips.cc
M src/mips/macro-assembler-mips.cc
M src/mips/stub-cache-mips.cc
M src/objects-debug.cc
M src/objects-inl.h
M src/objects-printer.cc
M src/objects.h
M src/objects.cc
M src/parser.cc
M src/runtime.h
M src/runtime.cc
M src/runtime.js
M src/serialize.cc
M src/spaces.h
M src/spaces.cc
M src/stub-cache.h
M src/stub-cache.cc
M src/type-info.h
M src/type-info.cc
M src/typedarray.js
M src/types.h
M src/types.cc
M src/typing.cc
M src/v8conversions.h
M src/version.cc
M src/x64/code-stubs-x64.cc
M src/x64/deoptimizer-x64.cc
M src/x64/full-codegen-x64.cc
M src/x64/ic-x64.cc
M src/x64/lithium-codegen-x64.h
M src/x64/lithium-codegen-x64.cc
M src/x64/lithium-x64.h
M src/x64/lithium-x64.cc
M src/x64/macro-assembler-x64.cc
M src/x64/stub-cache-x64.cc
M test/cctest/cctest.h
M test/cctest/cctest.status
M test/cctest/test-accessors.cc
M test/cctest/test-api.cc
M test/cctest/test-cpu-profiler.cc
M test/cctest/test-decls.cc
M test/cctest/test-heap-profiler.cc
M test/cctest/test-heap.cc
M test/cctest/test-macro-assembler-x64.cc
M test/mjsunit/allocation-folding.js
M test/mjsunit/array-constructor-feedback.js
M test/mjsunit/compiler/minus-zero.js
M test/mjsunit/constant-folding-2.js
M test/mjsunit/harmony/object-observe.js
A + test/mjsunit/harmony/private.js
M test/mjsunit/harmony/symbols.js
A + test/mjsunit/keyed-array-call.js
A + test/mjsunit/load-callback-from-value-classic.js
M test/mjsunit/mjsunit.status
A + test/mjsunit/regress/clear-keyed-call.js
A + test/mjsunit/regress/regress-319120.js
A + test/mjsunit/regress/regress-319722-ArrayBuffer.js
A + test/mjsunit/regress/regress-319722-TypedArrays.js
A + test/mjsunit/regress/regress-crbug-318671.js
A + test/mjsunit/regress/regress-crbug-319835.js
A + test/mjsunit/regress/regress-crbug-319860.js
M test/mjsunit/sin-cos.js
M test/mozilla/mozilla.status
M test/test262/test262.status
M test/webkit/webkit.status
M tools/gyp/v8.gyp
A tools/lexer-shell.cc
A + tools/lexer-shell.gyp
M tools/push-to-trunk/common_includes.py
M tools/push-to-trunk/push_to_trunk.py
M tools/push-to-trunk/test_scripts.py
--
--
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/groups/opt_out.