Reviewers: m.m.capewell,
Description:
A64: Synchronize with r18256.
This brings experimental/a64 up to 2013-12-04.
Note that this merge enables the NewStringAdd stub by default, so it may
expose bugs.
BUG=
Please review this at https://codereview.chromium.org/136643008/
SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64
Affected files (+3023, -4588 lines):
M .clang-format
M ChangeLog
M Makefile
M OWNERS
M build/standalone.gypi
M include/v8-profiler.h
M samples/process.cc
M src/a64/code-stubs-a64.h
M src/a64/code-stubs-a64.cc
M src/a64/codegen-a64.cc
M src/a64/full-codegen-a64.cc
M src/a64/ic-a64.cc
M src/a64/lithium-a64.h
M src/a64/lithium-a64.cc
M src/a64/lithium-codegen-a64.h
M src/a64/lithium-codegen-a64.cc
M src/a64/macro-assembler-a64.h
M src/a64/macro-assembler-a64.cc
M src/a64/stub-cache-a64.cc
M src/allocation-tracker.h
M src/allocation-tracker.cc
M src/api.h
M src/api.cc
M src/arm/code-stubs-arm.h
M src/arm/code-stubs-arm.cc
M src/arm/codegen-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.h
M src/arm/macro-assembler-arm.cc
M src/arm/stub-cache-arm.cc
M src/array.js
M src/assembler.h
M src/assembler.cc
M src/ast.h
M src/ast.cc
M src/builtins.h
M src/builtins.cc
M src/code-stubs-hydrogen.cc
M src/code-stubs.h
M src/code-stubs.cc
M src/compiler.cc
M src/d8.cc
M src/debug.cc
M src/deoptimizer.cc
M src/factory.cc
M src/flag-definitions.h
M src/frames.cc
M src/globals.h
M src/handles.h
M src/heap-inl.h
M src/heap-profiler.h
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-check-elimination.h
M src/hydrogen-check-elimination.cc
M src/hydrogen-environment-liveness.cc
M src/hydrogen-instructions.h
M src/hydrogen-instructions.cc
M src/hydrogen-mark-unreachable.h
M src/hydrogen.h
M src/hydrogen.cc
M src/ia32/code-stubs-ia32.h
M src/ia32/code-stubs-ia32.cc
M src/ia32/codegen-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.h
M src/ia32/macro-assembler-ia32.cc
M src/ia32/stub-cache-ia32.cc
M src/ic.h
M src/ic.cc
M src/isolate.h
M src/isolate.cc
M src/list.h
M src/lithium-codegen.h
M src/lithium-codegen.cc
M src/log.cc
M src/mark-compact.cc
M src/messages.js
M src/mips/code-stubs-mips.h
M src/mips/code-stubs-mips.cc
M src/mips/codegen-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.h
M src/mips/macro-assembler-mips.cc
M src/mips/stub-cache-mips.cc
M src/objects-inl.h
M src/objects-printer.cc
M src/objects.h
M src/platform-posix.cc
M src/platform-win32.cc
M src/platform.h
M src/runtime.h
M src/runtime.cc
M src/serialize.h
M src/stub-cache.h
M src/stub-cache.cc
M src/token.h
M src/type-info.h
M src/type-info.cc
M src/typing.cc
M src/v8-counters.h
M src/version.cc
M src/x64/assembler-x64.h
M src/x64/assembler-x64.cc
M src/x64/code-stubs-x64.h
M src/x64/code-stubs-x64.cc
M src/x64/codegen-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.h
M src/x64/macro-assembler-x64.cc
M src/x64/stub-cache-x64.cc
M test/cctest/cctest.h
M test/cctest/test-api.cc
M test/cctest/test-code-stubs-arm.cc
M test/cctest/test-code-stubs-ia32.cc
M test/cctest/test-code-stubs-x64.cc
M test/cctest/test-debug.cc
M test/cctest/test-heap-profiler.cc
M test/cctest/test-heap.cc
M test/cctest/test-macro-assembler-arm.cc
M test/cctest/test-macro-assembler-ia32.cc
M test/cctest/test-macro-assembler-x64.cc
A + test/mjsunit/compiler/compare_map_elim.js
A + test/mjsunit/compiler/dead-loops-neg.js
A + test/mjsunit/compiler/dead-loops.js
M test/mjsunit/object-freeze.js
M test/mjsunit/object-seal.js
M test/mjsunit/regress/regress-2711.js
A + test/mjsunit/regress/regress-299979.js
A + test/mjsunit/regress/regress-3029.js
A + test/mjsunit/regress/regress-3032.js
A + test/mjsunit/regress/regress-crbug-325225.js
M test/mjsunit/sin-cos.js
M tools/merge-to-branch.sh
M tools/push-to-trunk/auto_roll.py
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
M tools/run-tests.py
M tools/testrunner/local/progress.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.