Reviewers: m.m.capewell, Rodolph Perfetta (ARM),
Description:
A64: Synchronize with r16356.
This brings experimental/a64 up to 2013-08-27.
BUG=none
Please review this at https://codereview.chromium.org/151163005/
SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64
Affected files (+5804, -5126 lines):
D src/circular-queue.cc
M ChangeLog
M include/v8-profiler.h
M include/v8.h
A include/v8config.h
M include/v8stdint.h
M src/a64/builtins-a64.cc
M src/a64/code-stubs-a64.cc
M src/a64/cpu-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.cc
M src/a64/simulator-a64.cc
M src/a64/stub-cache-a64.cc
M src/api.h
M src/api.cc
M src/apinatives.js
M src/arguments.h
M src/arguments.cc
M src/arm/assembler-arm.cc
M src/arm/builtins-arm.cc
M src/arm/code-stubs-arm.h
M src/arm/code-stubs-arm.cc
M src/arm/cpu-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/ast.h
M src/ast.cc
M src/bootstrapper.cc
M src/builtins.h
M src/builtins.cc
M src/checks.h
M src/circular-queue-inl.h
M src/circular-queue.h
M src/code-stubs-hydrogen.cc
M src/code-stubs.h
M src/code-stubs.cc
M src/compiler.h
M src/compiler.cc
M src/cpu-profiler-inl.h
M src/cpu-profiler.h
M src/cpu-profiler.cc
M src/cpu.h
A src/cpu.cc
M src/d8.h
M src/debug.cc
M src/deoptimizer.h
M src/elements.cc
M src/flag-definitions.h
M src/flags.cc
M src/global-handles.h
M src/global-handles.cc
M src/globals.h
M src/handles.cc
M src/heap-inl.h
M src/heap.h
M src/heap.cc
M src/hydrogen-bch.cc
M src/hydrogen-escape-analysis.h
M src/hydrogen-escape-analysis.cc
M src/hydrogen-instructions.h
M src/hydrogen-instructions.cc
M src/hydrogen.h
M src/hydrogen.cc
M src/ia32/assembler-ia32.h
M src/ia32/assembler-ia32.cc
M src/ia32/builtins-ia32.cc
M src/ia32/code-stubs-ia32.cc
M src/ia32/cpu-ia32.cc
M src/ia32/disasm-ia32.cc
M src/ia32/full-codegen-ia32.cc
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.cc
M src/ia32/stub-cache-ia32.cc
M src/ic.cc
M src/isolate.h
M src/isolate.cc
M src/jsregexp.h
M src/jsregexp.cc
M src/lazy-instance.h
M src/liveedit.cc
M src/log.h
M src/log.cc
M src/macros.py
M src/mark-compact.cc
M src/mips/assembler-mips.cc
M src/mips/builtins-mips.cc
M src/mips/cpu-mips.cc
M src/mips/full-codegen-mips.cc
M src/mips/lithium-mips.cc
M src/mips/macro-assembler-mips.cc
M src/mips/stub-cache-mips.cc
M src/objects-debug.cc
M src/objects-inl.h
M src/objects-printer.cc
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-linux.cc
M src/platform-nullos.cc
M src/platform-posix.cc
M src/platform-win32.cc
M src/platform.h
M src/property.h
M src/runtime-profiler.cc
M src/runtime.h
M src/runtime.cc
M src/sampler.h
M src/sampler.cc
M src/scopes.cc
M src/spaces.cc
M src/stub-cache.cc
M src/types.h
M src/v8.cc
M src/v8globals.h
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.h
M src/x64/codegen-x64.cc
M src/x64/cpu-x64.cc
M src/x64/disasm-x64.cc
M src/x64/full-codegen-x64.cc
M src/x64/ic-x64.cc
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.cc
M src/x64/stub-cache-x64.cc
M test/cctest/cctest.gyp
M test/cctest/cctest.status
M test/cctest/log-eq-of-logging-and-traversal.js
M test/cctest/test-accessors.cc
M test/cctest/test-api.cc
M test/cctest/test-circular-queue.cc
A + test/cctest/test-code-stubs-arm.cc
M test/cctest/test-code-stubs.h
M test/cctest/test-code-stubs.cc
A + test/cctest/test-cpu-ia32.cc
M test/cctest/test-cpu-profiler.cc
A + test/cctest/test-cpu-x64.cc
A + test/cctest/test-cpu.cc
M test/cctest/test-debug.cc
M test/cctest/test-deoptimization.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.cc
M test/cctest/test-javascript-a64.cc
M test/cctest/test-js-a64-variables.cc
M test/cctest/test-lockers.cc
M test/cctest/test-mark-compact.cc
M test/cctest/test-parsing.cc
M test/mjsunit/array-store-and-grow.js
M test/mjsunit/assert-opt-and-deopt.js
M test/mjsunit/compiler/escape-analysis.js
A + test/mjsunit/compiler/increment-typefeedback.js
M test/mjsunit/compiler/parallel-proto-change.js
A + test/mjsunit/compiler/regress-shared-deopt.js
M test/mjsunit/fuzz-natives-part1.js
M test/mjsunit/fuzz-natives-part2.js
M test/mjsunit/fuzz-natives-part3.js
M test/mjsunit/fuzz-natives-part4.js
M test/mjsunit/manual-parallel-recompile.js
M test/mjsunit/mjsunit.js
M test/mjsunit/mjsunit.status
M test/mjsunit/parallel-initial-prototype-change.js
M test/mjsunit/parallel-invalidate-transition-map.js
M test/mjsunit/parallel-optimize-disabled.js
A + test/mjsunit/regress/consolidated-holey-load.js
A + test/mjsunit/regress/debug-prepare-step-in.js
A + test/mjsunit/regress/regress-2594.js
A + test/mjsunit/regress/regress-2790.js
A + test/mjsunit/regress/regress-2829.js
A + test/mjsunit/regress/regress-2855.js
M test/mjsunit/regress/regress-debug-deopt-while-recompile.js
M test/mjsunit/regress/regress-embedded-cons-string.js
M test/mjsunit/regress/regress-opt-after-debug-deopt.js
M test/mjsunit/regress/regress-prepare-break-while-recompile.js
M test/mjsunit/tools/profviz-test.log
A tools/SourceMap.js
M tools/grokdump.py
M tools/gyp/v8.gyp
M tools/linux-tick-processor
M tools/profviz/composer.js
M tools/run-deopt-fuzzer.py
M tools/tickprocessor-driver.js
M tools/tickprocessor.js
M tools/v8heapconst.py
M tools/windows-tick-processor.bat
--
--
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.