Reviewers: m.m.capewell,
Description:
A64: Synchronize with r17635.
This brings experimental/a64 up to 2013-11-12.
BUG=none
Please review this at https://codereview.chromium.org/132373011/
SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64
Affected files (+6043, -2907 lines):
D test/cctest/test-random.cc
M ChangeLog
M Makefile
M include/v8.h
M src/a64/assembler-a64-inl.h
M src/a64/assembler-a64.h
M src/a64/code-stubs-a64.cc
M src/a64/full-codegen-a64.cc
M src/a64/lithium-a64.h
M src/a64/lithium-a64.cc
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/api.cc
M src/arm/assembler-arm-inl.h
M src/arm/assembler-arm.h
M src/arm/code-stubs-arm.cc
M src/arm/full-codegen-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/stub-cache-arm.cc
M src/assembler.h
M src/assembler.cc
M src/ast.h
M src/ast.cc
M src/builtins.cc
M src/code-stubs-hydrogen.cc
M src/code-stubs.h
M src/code-stubs.cc
M src/codegen.cc
M src/compiler.cc
M src/d8.cc
M src/deoptimizer.h
M src/deoptimizer.cc
M src/factory.cc
M src/flag-definitions.h
M src/func-name-inferrer.cc
M src/globals.h
M src/handles.h
M src/handles.cc
M src/heap-inl.h
M src/heap-profiler.h
M src/heap-profiler.cc
M src/heap.h
M src/heap.cc
M src/hydrogen-instructions.h
M src/hydrogen-instructions.cc
M src/hydrogen-load-elimination.cc
M src/hydrogen.h
M src/hydrogen.cc
M src/ia32/code-stubs-ia32.cc
M src/ia32/full-codegen-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.cc
M src/isolate.h
M src/isolate.cc
M src/jsregexp.cc
M src/lithium.cc
M src/mark-compact.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/mksnapshot.cc
M src/objects-printer.cc
M src/objects.h
M src/objects.cc
M src/optimizing-compiler-thread.cc
M src/parser.h
M src/parser.cc
M src/platform-posix.cc
M src/property-details.h
M src/rewriter.cc
M src/runtime.h
M src/runtime.cc
M src/runtime.js
M src/safepoint-table.h
M src/safepoint-table.cc
M src/scopeinfo.cc
M src/scopes.cc
M src/serialize.cc
M src/spaces-inl.h
M src/spaces.h
M src/stub-cache.h
M src/stub-cache.cc
M src/typedarray.js
M src/unicode.h
M src/v8.h
M src/v8.cc
M src/version.cc
M src/x64/assembler-x64.h
M src/x64/assembler-x64.cc
M src/x64/builtins-x64.cc
M src/x64/code-stubs-x64.cc
M src/x64/codegen-x64.cc
M src/x64/debug-x64.cc
M src/x64/full-codegen-x64.cc
M src/x64/lithium-codegen-x64.h
M src/x64/lithium-codegen-x64.cc
M src/x64/lithium-gap-resolver-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/regexp-macro-assembler-x64.cc
M src/x64/stub-cache-x64.cc
M test/cctest/cctest.gyp
M test/cctest/test-code-stubs-ia32.cc
M test/cctest/test-code-stubs-x64.cc
M test/cctest/test-compiler.cc
M test/cctest/test-debug.cc
M test/cctest/test-macro-assembler-arm.cc
A test/cctest/test-macro-assembler-ia32.cc
M test/cctest/test-macro-assembler-x64.cc
A test/cctest/test-representation.cc
A + test/message/instanceof.js
A test/message/instanceof.out
M test/mjsunit/array-literal-feedback.js
M test/mjsunit/fast-literal.js
M test/mjsunit/fast-prototype.js
A + test/mjsunit/new-string-add.js
A + test/mjsunit/regress/regress-298269.js
A + test/mjsunit/regress/regress-2984.js
A + test/mjsunit/regress/regress-2987.js
A + test/mjsunit/regress/regress-2988.js
M test/webkit/exception-for-nonobject-expected.txt
M test/webkit/fast/js/array-bad-time-expected.txt
M test/webkit/fast/js/array-bad-time.js
M test/webkit/fast/js/array-slow-put-expected.txt
M test/webkit/fast/js/array-slow-put.js
M test/webkit/fast/js/object-bad-time-expected.txt
M test/webkit/fast/js/object-bad-time.js
M test/webkit/fast/js/object-slow-put-expected.txt
M test/webkit/fast/js/object-slow-put.js
M test/webkit/instance-of-immediates-expected.txt
M test/webkit/webkit.status
M tools/gyp/v8.gyp
A tools/push-to-trunk/common_includes.py
A tools/push-to-trunk/push_to_trunk.py
A 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.