Reviewers: m.m.capewell, Rodolph Perfetta (ARM),

Description:
Synchronize with r15701.

This brings experimental/a64 up to 2013-07-17.

BUG=none

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

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

Affected files (+5695, -3551 lines):
  D test/cctest/test-compare-nil-ic-stub.cc
  M ChangeLog
  M DEPS
  M Makefile
  M Makefile.android
  M Makefile.nacl
  M build/gyp_v8
  M build/toolchain.gypi
  M include/v8.h
  M samples/lineprocessor.cc
  M samples/process.cc
  M samples/samples.gyp
  M samples/shell.cc
  M src/a64/code-stubs-a64.cc
  M src/a64/deoptimizer-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/api.cc
  M src/apinatives.js
  M src/arm/assembler-arm.h
  M src/arm/assembler-arm.cc
  M src/arm/codegen-arm.cc
  M src/arm/constants-arm.h
  M src/arm/deoptimizer-arm.cc
  M src/arm/disasm-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.h
  M src/arm/lithium-codegen-arm.cc
  M src/arm/simulator-arm.h
  M src/arm/simulator-arm.cc
  A src/array-iterator.js
  M src/ast.h
  M src/bootstrapper.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/d8.gyp
  M src/debug.cc
  M src/deoptimizer.cc
  M src/flag-definitions.h
  M src/frames-inl.h
  M src/frames.h
  M src/frames.cc
  M src/globals.h
  M src/handles.cc
  M src/heap-snapshot-generator.cc
  M src/heap.h
  M src/heap.cc
  A + src/hydrogen-canonicalize.h
  A + src/hydrogen-canonicalize.cc
  A + src/hydrogen-dehoist.h
  A + src/hydrogen-dehoist.cc
  A + src/hydrogen-deoptimizing-mark.h
  A src/hydrogen-deoptimizing-mark.cc
  M src/hydrogen-escape-analysis.cc
  M src/hydrogen-gvn.h
  M src/hydrogen-gvn.cc
  M src/hydrogen-instructions.h
  M src/hydrogen-instructions.cc
  A + src/hydrogen-minus-zero.h
  A + src/hydrogen-minus-zero.cc
  M src/hydrogen-range-analysis.h
  M src/hydrogen-range-analysis.cc
  A + src/hydrogen-removable-simulates.h
  A src/hydrogen-removable-simulates.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/ia32/assembler-ia32.h
  M src/ia32/assembler-ia32.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/deoptimizer-ia32.cc
  M src/ia32/lithium-codegen-ia32.h
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/lithium-gap-resolver-ia32.cc
  M src/ia32/lithium-ia32.h
  M src/ia32/lithium-ia32.cc
  M src/ic.cc
  M src/icu_util.h
  M src/icu_util.cc
  M src/isolate.cc
  M src/json-stringifier.h
  M src/liveedit.cc
  M src/log-utils.h
  M src/log-utils.cc
  M src/log.h
  M src/log.cc
  M src/mark-compact.h
  M src/mark-compact.cc
  M src/mips/deoptimizer-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/mksnapshot.cc
  M src/object-observe.js
  M src/objects-inl.h
  M src/objects.h
  M src/objects.cc
  M src/parser.cc
  M src/platform-cygwin.cc
  M src/platform-freebsd.cc
  M src/platform-linux.cc
  M src/platform-macos.cc
  M src/platform-nullos.cc
  M src/platform-openbsd.cc
  M src/platform-posix.h
  M src/platform-posix.cc
  M src/platform-solaris.cc
  M src/platform.h
  M src/runtime-profiler.cc
  M src/runtime.h
  M src/runtime.cc
  M src/store-buffer-inl.h
  M src/store-buffer.h
  M src/store-buffer.cc
  M src/type-info.cc
  M src/typedarray.js
  M src/types.h
  M src/types.cc
  M src/typing.h
  M src/typing.cc
  M src/v8globals.h
  M src/v8utils.h
  M src/version.cc
  M src/x64/deoptimizer-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 test/cctest/cctest.gyp
  M test/cctest/test-api.cc
  M test/cctest/test-assembler-arm.cc
  A test/cctest/test-code-stubs-ia32.cc
  M test/cctest/test-disasm-arm.cc
  M test/cctest/test-heap-profiler.cc
  M test/cctest/test-heap.cc
  M test/cctest/test-object-observe.cc
  A + test/mjsunit/allocation-folding.js
  M test/mjsunit/allocation-site-info.js
  M test/mjsunit/compiler/inline-arguments.js
  A test/mjsunit/double-truncation.js
  M test/mjsunit/elements-kind.js
  M test/mjsunit/elide-double-hole-check-9.js
  M test/mjsunit/external-array-no-sse2.js
  M test/mjsunit/external-array.js
  M test/mjsunit/generated-transition-stub.js
  A test/mjsunit/harmony/array-iterator.js
  M test/mjsunit/harmony/dataview-accessors.js
  M test/mjsunit/harmony/typedarrays.js
  A + test/mjsunit/never-optimize.js
  M test/mjsunit/opt-elements-kind.js
  M test/mjsunit/osr-elements-kind.js
  A + test/mjsunit/regress/regress-1713b.js
  A + test/mjsunit/regress/regress-173361.js
  A + test/mjsunit/regress/regress-2711.js
  A + test/mjsunit/regress/regress-97116b.js
  A + test/mjsunit/regress/regress-crbug-173907b.js
  A + test/mjsunit/regress/regress-deopt-gcb.js
  A + test/mjsunit/regress/regress-mul-canoverflowb.js
  A + test/mjsunit/transition-elements-kind.js
  M tools/blink_tests/TestExpectations
  M tools/gyp/v8.gyp


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