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

Description:
A64: Synchronize with r16587.

This brings experimental/a64 up to 2013-09-09.

BUG=none

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

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

Affected files (+5461, -4145 lines):
  D test/cctest/test-sockets.cc
  M ChangeLog
  M include/v8-profiler.h
  M include/v8.h
  M samples/process.cc
  M src/a64/lithium-a64.h
  M src/a64/lithium-codegen-a64.cc
  M src/a64/stub-cache-a64.cc
  M src/accessors.cc
  M src/api.cc
  M src/apinatives.js
  M src/arm/lithium-arm.h
  M src/arm/lithium-arm.cc
  M src/arm/lithium-codegen-arm.cc
  M src/arm/stub-cache-arm.cc
  M src/assembler.cc
  M src/ast.h
  M src/ast.cc
  M src/bootstrapper.cc
  M src/builtins.h
  M src/builtins.cc
  M src/circular-queue-inl.h
  M src/circular-queue.h
  M src/code-stubs-hydrogen.cc
  M src/compiler.h
  M src/compiler.cc
  M src/contexts.h
  M src/contexts.cc
  M src/cpu-profiler.h
  M src/cpu-profiler.cc
  M src/d8-debug.cc
  M src/d8.cc
  M src/debug-agent.h
  M src/debug-agent.cc
  M src/debug-debugger.js
  M src/debug.h
  M src/debug.cc
  M src/deoptimizer.h
  M src/deoptimizer.cc
  M src/disassembler.cc
  M src/elements.cc
  M src/execution.h
  M src/execution.cc
  M src/extensions/statistics-extension.cc
  M src/factory.cc
  M src/flag-definitions.h
  M src/frames.cc
  M src/full-codegen.h
  M src/full-codegen.cc
  M src/handles.cc
  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-escape-analysis.h
  M src/hydrogen-escape-analysis.cc
  M src/hydrogen-infer-representation.cc
  M src/hydrogen-instructions.h
  M src/hydrogen-instructions.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/i18n.cc
  M src/ia32/codegen-ia32.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/lithium-ia32.h
  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-inl.h
  M src/isolate.h
  M src/isolate.cc
  M src/json-stringifier.h
  M src/jsregexp.cc
  M src/liveedit.cc
  M src/log.cc
  M src/macros.py
  M src/mark-compact.h
  M src/mark-compact.cc
  M src/mips/code-stubs-mips.cc
  M src/mips/codegen-mips.h
  M src/mips/full-codegen-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-debug.cc
  M src/objects-inl.h
  M src/objects-printer.cc
  M src/objects-visiting-inl.h
  M src/objects.h
  M src/objects.cc
  M src/optimizing-compiler-thread.h
  M src/optimizing-compiler-thread.cc
  M src/parser.h
  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-openbsd.cc
  M src/platform-posix.cc
  M src/platform-solaris.cc
  M src/platform-win32.cc
  M src/platform.h
  A src/platform/condition-variable.h
  A src/platform/condition-variable.cc
  M src/platform/elapsed-timer.h
  M src/platform/mutex.h
  M src/platform/mutex.cc
  A + src/platform/socket.h
  A src/platform/socket.cc
  M src/platform/time.h
  M src/platform/time.cc
  M src/profile-generator-inl.h
  M src/profile-generator.h
  M src/profile-generator.cc
  M src/regexp-macro-assembler.cc
  M src/regexp-stack.cc
  M src/runtime-profiler.cc
  M src/runtime.h
  M src/runtime.cc
  M src/scopeinfo.cc
  M src/scopes.cc
  M src/serialize.h
  M src/serialize.cc
  M src/snapshot-common.cc
  M src/snapshot.h
  M src/spaces.h
  M src/spaces.cc
  M src/store-buffer.cc
  M src/string-stream.h
  M src/string-stream.cc
  M src/stub-cache.h
  M src/stub-cache.cc
  M src/transitions.h
  M src/transitions.cc
  M src/v8.h
  M src/v8.cc
  M src/v8threads.h
  M src/v8threads.cc
  M src/version.cc
  M src/x64/disasm-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x64/lithium-x64.h
  M src/x64/stub-cache-x64.cc
  M test/cctest/cctest.gyp
  M test/cctest/cctest.h
  M test/cctest/cctest.status
  M test/cctest/test-accessors.cc
  M test/cctest/test-alloc.cc
  M test/cctest/test-api.cc
  M test/cctest/test-circular-queue.cc
  M test/cctest/test-code-stubs-arm.cc
  M test/cctest/test-compiler.cc
  A test/cctest/test-condition-variable.cc
  M test/cctest/test-debug.cc
  M test/cctest/test-declarative-accessors.cc
  M test/cctest/test-decls.cc
  M test/cctest/test-deoptimization.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-mark-compact.cc
  M test/cctest/test-parsing.cc
  M test/cctest/test-platform-linux.cc
  M test/cctest/test-profile-generator.cc
  M test/cctest/test-random.cc
  M test/cctest/test-serialize.cc
  A + test/cctest/test-socket.cc
  M test/cctest/test-thread-termination.cc
  M test/cctest/test-weakmaps.cc
  M test/cctest/test-weaksets.cc
  M test/mjsunit/compiler/optimized-for-in.js
  A test/mjsunit/debug-step-4-in-frame.js
  A + test/mjsunit/lithium/MulI.js
  A + test/mjsunit/regress/post-increment-close-context.js
  A + test/mjsunit/regress/regress-crbug-285355.js
  M test/mjsunit/regress/regress-map-invalidation-2.js
  A + test/mjsunit/regress/regress-regexp-construct-result.js
  M test/mjsunit/track-fields.js
  M tools/gyp/v8.gyp
  M tools/plot-timer-events
  M tools/profviz/composer.js
  M tools/profviz/profviz.html
  M tools/profviz/profviz.js
  M tools/profviz/stdio.js
  M tools/profviz/worker.js
  M tools/run-tests.py
  M tools/v8heapconst.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