Reviewers: m.m.capewell,

Description:
A64: Synchronize with r19234.

This brings experimental/a64 up to 2014-02-10.

BUG=

Please review this at https://codereview.chromium.org/149403003/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64

Affected files (+3994, -3965 lines):
  D test/mjsunit/compiler/compare_map_elim.js
  D test/mjsunit/compiler/compare_objeq_elim.js
  D test/mjsunit/proto-poison.js
  D test/mjsunit/third_party/array-isarray.js
  D test/mjsunit/third_party/array-splice-webkit.js
  D test/mjsunit/third_party/string-trim.js
  M ChangeLog
  M include/v8.h
  M src/a64/code-stubs-a64.cc
  M src/a64/codegen-a64.h
  M src/a64/lithium-a64.cc
  M src/a64/macro-assembler-a64.cc
  M src/a64/stub-cache-a64.cc
  M src/accessors.h
  M src/accessors.cc
  M src/allocation-tracker.cc
  M src/api.cc
  M src/arm/code-stubs-arm.cc
  M src/arm/codegen-arm.h
  M src/arm/full-codegen-arm.cc
  M src/arm/lithium-arm.cc
  M src/arm/lithium-codegen-arm.cc
  M src/arm/macro-assembler-arm.cc
  M src/arm/stub-cache-arm.cc
  M src/ast.h
  M src/bootstrapper.cc
  M src/builtins.cc
  M src/char-predicates.h
  M src/code-stubs-hydrogen.cc
  M src/codegen.h
  M src/conversions-inl.h
  M src/dateparser.h
  M src/debug-agent.h
  M src/debug-agent.cc
  M src/flag-definitions.h
  M src/heap-inl.h
  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.cc
  M src/hydrogen-gvn.h
  M src/hydrogen-gvn.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/codegen-ia32.h
  M src/ia32/full-codegen-ia32.cc
  M src/ia32/ic-ia32.cc
  M src/ia32/lithium-ia32.cc
  M src/ia32/macro-assembler-ia32.h
  M src/ia32/stub-cache-ia32.cc
  M src/ic.h
  M src/ic.cc
  M src/interface.cc
  M src/isolate.h
  M src/jsregexp.cc
  M src/list.h
  M src/messages.js
  M src/mips/builtins-mips.cc
  M src/mips/code-stubs-mips.cc
  M src/mips/codegen-mips.h
  M src/mips/codegen-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.cc
  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.h
  M src/objects.cc
  M src/parser.h
  M src/parser.cc
  M src/preparser.h
  M src/preparser.cc
  M src/runtime.cc
  M src/scanner.h
  M src/scanner.cc
  M src/spaces.h
  M src/stub-cache.h
  M src/stub-cache.cc
  M src/typedarray.js
  M src/unicode.h
  M src/unicode.cc
  M src/utils.h
  M src/v8natives.js
  M src/version.cc
  M src/x64/assembler-x64.h
  M src/x64/builtins-x64.cc
  M src/x64/code-stubs-x64.cc
  M src/x64/codegen-x64.h
  M src/x64/codegen-x64.cc
  M src/x64/deoptimizer-x64.cc
  M src/x64/disasm-x64.cc
  M src/x64/full-codegen-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x64/lithium-x64.cc
  M src/x64/macro-assembler-x64.h
  M src/x64/stub-cache-x64.cc
  A + src/zone-allocator.h
  A + src/zone-containers.h
  A test/cctest/OWNERS
  M test/cctest/cctest.gyp
  M test/cctest/cctest.h
  M test/cctest/test-accessors.cc
  M test/cctest/test-api.cc
  M test/cctest/test-assembler-mips.cc
  M test/cctest/test-assembler-x64.cc
  M test/cctest/test-disasm-ia32.cc
  M test/cctest/test-disasm-x64.cc
  M test/cctest/test-global-handles.cc
  M test/cctest/test-heap-profiler.cc
  M test/cctest/test-heap.cc
  M test/cctest/test-log.cc
  M test/cctest/test-macro-assembler-x64.cc
  A + test/cctest/test-mementos.cc
  M test/cctest/test-parsing.cc
  M test/cctest/test-profile-generator.cc
  M test/cctest/test-regexp.cc
  M test/cctest/test-strings.cc
  M test/cctest/test-threads.cc
  A + test/mjsunit/compiler/compare-map-elim.js
  A + test/mjsunit/compiler/compare-map-elim2.js
  M test/mjsunit/mjsunit.status
  A + test/mjsunit/proto-accessor.js
  A + test/mjsunit/recursive-store-opt.js
  A + test/mjsunit/regress/binop-in-effect-context-deopt.js
  A + test/mjsunit/regress/call-function-in-effect-context-deopt.js
  A + test/mjsunit/regress/regress-340125.js
  A + test/mjsunit/regress/regress-crbug-336148.js
  A + test/mjsunit/regress/regress-crbug-340064.js
  A test/mjsunit/whitespaces.js
  M test/webkit/dfg-check-structure-elimination-for-non-cell-expected.txt
  M test/webkit/fast/js/array-prototype-properties-expected.txt
  M test/webkit/fast/js/basic-strict-mode-expected.txt
  M test/webkit/fast/js/date-toisostring-expected.txt
  M test/webkit/fast/js/toString-overrides-expected.txt
  M test/webkit/string-trim-expected.txt
  M tools/blink_tests/TestExpectations
  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


--
--
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.

Reply via email to