Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Issue 151163005: A64: Synchronize with r16356. (Closed)

Created:
6 years, 10 months ago by jbramley
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

A64: Synchronize with r16356. This brings experimental/a64 up to 2013-08-27. BUG=none R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=19034

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5804 lines, -5126 lines) Patch
M ChangeLog View 1 chunk +61 lines, -0 lines 0 comments Download
M include/v8.h View 36 chunks +81 lines, -158 lines 0 comments Download
M include/v8-profiler.h View 1 chunk +1 line, -1 line 0 comments Download
A include/v8config.h View 1 chunk +380 lines, -0 lines 0 comments Download
M include/v8stdint.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/a64/builtins-a64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 2 chunks +12 lines, -161 lines 0 comments Download
M src/a64/cpu-a64.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 2 chunks +1 line, -6 lines 0 comments Download
M src/a64/lithium-a64.h View 2 chunks +21 lines, -0 lines 0 comments Download
M src/a64/lithium-a64.cc View 5 chunks +20 lines, -20 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/a64/simulator-a64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 4 chunks +7 lines, -13 lines 0 comments Download
M src/api.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/api.cc View 16 chunks +126 lines, -354 lines 0 comments Download
M src/apinatives.js View 2 chunks +39 lines, -22 lines 0 comments Download
M src/arguments.h View 4 chunks +23 lines, -91 lines 0 comments Download
M src/arguments.cc View 2 chunks +26 lines, -112 lines 0 comments Download
M src/arm/assembler-arm.cc View 2 chunks +15 lines, -12 lines 0 comments Download
M src/arm/builtins-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.h View 2 chunks +1 line, -14 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +118 lines, -135 lines 0 comments Download
M src/arm/cpu-arm.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +1 line, -7 lines 0 comments Download
M src/arm/lithium-arm.h View 5 chunks +25 lines, -18 lines 0 comments Download
M src/arm/lithium-arm.cc View 8 chunks +26 lines, -36 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 7 chunks +18 lines, -25 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +35 lines, -21 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 4 chunks +93 lines, -92 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 4 chunks +7 lines, -13 lines 0 comments Download
M src/ast.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/builtins.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/builtins.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/checks.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/circular-queue.h View 2 chunks +24 lines, -39 lines 0 comments Download
D src/circular-queue.cc View 1 chunk +0 lines, -125 lines 0 comments Download
M src/circular-queue-inl.h View 1 chunk +46 lines, -16 lines 0 comments Download
M src/code-stubs.h View 4 chunks +26 lines, -6 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 8 chunks +207 lines, -10 lines 0 comments Download
M src/compiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 8 chunks +18 lines, -12 lines 0 comments Download
M src/cpu.h View 3 chunks +80 lines, -8 lines 0 comments Download
A src/cpu.cc View 1 chunk +446 lines, -0 lines 0 comments Download
M src/cpu-profiler.h View 4 chunks +18 lines, -8 lines 0 comments Download
M src/cpu-profiler.cc View 6 chunks +53 lines, -42 lines 0 comments Download
M src/cpu-profiler-inl.h View 1 chunk +19 lines, -2 lines 0 comments Download
M src/d8.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/debug.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/elements.cc View 1 chunk +1 line, -7 lines 0 comments Download
M src/flag-definitions.h View 10 chunks +62 lines, -21 lines 0 comments Download
M src/flags.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M src/global-handles.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/global-handles.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/globals.h View 4 chunks +22 lines, -129 lines 0 comments Download
M src/handles.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M src/heap.h View 2 chunks +6 lines, -2 lines 0 comments Download
M src/heap.cc View 6 chunks +11 lines, -5 lines 0 comments Download
M src/heap-inl.h View 1 chunk +37 lines, -0 lines 0 comments Download
M src/hydrogen.h View 11 chunks +22 lines, -33 lines 0 comments Download
M src/hydrogen.cc View 47 chunks +206 lines, -161 lines 0 comments Download
M src/hydrogen-bch.cc View 5 chunks +16 lines, -24 lines 0 comments Download
M src/hydrogen-escape-analysis.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 4 chunks +7 lines, -21 lines 0 comments Download
M src/hydrogen-instructions.h View 22 chunks +146 lines, -28 lines 0 comments Download
M src/hydrogen-instructions.cc View 10 chunks +214 lines, -25 lines 0 comments Download
M src/ia32/assembler-ia32.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 3 chunks +16 lines, -77 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +11 lines, -159 lines 0 comments Download
M src/ia32/cpu-ia32.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +1 line, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 6 chunks +17 lines, -9 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +19 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 6 chunks +21 lines, -26 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +6 lines, -12 lines 0 comments Download
M src/ic.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/isolate.h View 3 chunks +0 lines, -9 lines 0 comments Download
M src/isolate.cc View 5 chunks +4 lines, -7 lines 0 comments Download
M src/jsregexp.h View 1 chunk +32 lines, -11 lines 0 comments Download
M src/jsregexp.cc View 16 chunks +45 lines, -59 lines 0 comments Download
M src/lazy-instance.h View 3 chunks +8 lines, -11 lines 0 comments Download
M src/liveedit.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/log.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/log.cc View 9 chunks +18 lines, -15 lines 0 comments Download
M src/macros.py View 1 chunk +2 lines, -1 line 0 comments Download
M src/mark-compact.cc View 2 chunks +2 lines, -11 lines 0 comments Download
M src/mips/assembler-mips.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips/builtins-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/cpu-mips.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +5 lines, -26 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 2 chunks +0 lines, -580 lines 0 comments Download
M src/objects.h View 23 chunks +65 lines, -43 lines 0 comments Download
M src/objects.cc View 60 chunks +399 lines, -393 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-inl.h View 9 chunks +48 lines, -13 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +1 line, -1 line 0 comments Download
M src/optimizing-compiler-thread.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M src/parser.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/parser.cc View 4 chunks +34 lines, -3 lines 0 comments Download
M src/platform.h View 1 chunk +0 lines, -12 lines 0 comments Download
M src/platform-linux.cc View 2 chunks +0 lines, -187 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/property.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/runtime.h View 5 chunks +5 lines, -2 lines 0 comments Download
M src/runtime.cc View 16 chunks +103 lines, -57 lines 0 comments Download
M src/runtime-profiler.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M src/sampler.h View 2 chunks +14 lines, -2 lines 0 comments Download
M src/sampler.cc View 11 chunks +92 lines, -132 lines 0 comments Download
M src/scopes.cc View 1 chunk +16 lines, -10 lines 0 comments Download
M src/spaces.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M src/stub-cache.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M src/types.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/v8globals.h View 2 chunks +1 line, -23 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 3 chunks +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 4 chunks +28 lines, -91 lines 0 comments Download
M src/x64/builtins-x64.cc View 10 chunks +12 lines, -11 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 40 chunks +78 lines, -247 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +67 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/x64/disasm-x64.cc View 3 chunks +21 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +1 line, -5 lines 0 comments Download
M src/x64/ic-x64.cc View 7 chunks +12 lines, -11 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +9 lines, -1 line 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +19 lines, -1 line 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +20 lines, -20 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 33 chunks +185 lines, -64 lines 0 comments Download
M test/cctest/cctest.gyp View 4 chunks +5 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +3 lines, -0 lines 0 comments Download
M test/cctest/log-eq-of-logging-and-traversal.js View 2 chunks +6 lines, -2 lines 0 comments Download
M test/cctest/test-accessors.cc View 5 chunks +58 lines, -16 lines 0 comments Download
M test/cctest/test-api.cc View 10 chunks +121 lines, -11 lines 0 comments Download
M test/cctest/test-circular-queue.cc View 5 chunks +39 lines, -46 lines 0 comments Download
M test/cctest/test-code-stubs.h View 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/test-code-stubs.cc View 3 chunks +22 lines, -7 lines 0 comments Download
A + test/cctest/test-code-stubs-arm.cc View 3 chunks +75 lines, -43 lines 0 comments Download
A + test/cctest/test-cpu.cc View 1 chunk +16 lines, -17 lines 0 comments Download
A + test/cctest/test-cpu-ia32.cc View 1 chunk +10 lines, -15 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 9 chunks +29 lines, -27 lines 0 comments Download
A + test/cctest/test-cpu-x64.cc View 1 chunk +13 lines, -12 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 6 chunks +12 lines, -12 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +1 line, -10 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M test/cctest/test-global-handles.cc View 2 chunks +27 lines, -15 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +73 lines, -1 line 0 comments Download
M test/cctest/test-javascript-a64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-js-a64-variables.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-lockers.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-mark-compact.cc View 2 chunks +33 lines, -31 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M test/mjsunit/array-store-and-grow.js View 2 chunks +47 lines, -0 lines 0 comments Download
M test/mjsunit/assert-opt-and-deopt.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/escape-analysis.js View 1 chunk +41 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/increment-typefeedback.js View 1 chunk +8 lines, -5 lines 0 comments Download
M test/mjsunit/compiler/parallel-proto-change.js View 2 chunks +7 lines, -7 lines 0 comments Download
A + test/mjsunit/compiler/regress-shared-deopt.js View 1 chunk +31 lines, -11 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 2 chunks +2 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/manual-parallel-recompile.js View 2 chunks +8 lines, -8 lines 0 comments Download
M test/mjsunit/mjsunit.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/mjsunit/parallel-initial-prototype-change.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/parallel-invalidate-transition-map.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/parallel-optimize-disabled.js View 2 chunks +4 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/consolidated-holey-load.js View 1 chunk +8 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/debug-prepare-step-in.js View 2 chunks +19 lines, -14 lines 0 comments Download
A + test/mjsunit/regress/regress-2594.js View 1 chunk +72 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-2790.js View 1 chunk +3 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/regress-2829.js View 1 chunk +21 lines, -19 lines 0 comments Download
A + test/mjsunit/regress/regress-2855.js View 1 chunk +10 lines, -10 lines 0 comments Download
M test/mjsunit/regress/regress-debug-deopt-while-recompile.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-embedded-cons-string.js View 1 chunk +8 lines, -8 lines 0 comments Download
M test/mjsunit/regress/regress-opt-after-debug-deopt.js View 2 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/regress/regress-prepare-break-while-recompile.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/tools/profviz-test.log View 26 chunks +54 lines, -54 lines 0 comments Download
A tools/SourceMap.js View 1 chunk +371 lines, -0 lines 0 comments Download
M tools/grokdump.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 11 chunks +1 line, -52 lines 0 comments Download
M tools/linux-tick-processor View 1 chunk +1 line, -0 lines 0 comments Download
M tools/profviz/composer.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/run-deopt-fuzzer.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/tickprocessor.js View 5 chunks +45 lines, -5 lines 0 comments Download
M tools/tickprocessor-driver.js View 3 chunks +19 lines, -1 line 0 comments Download
M tools/v8heapconst.py View 2 chunks +10 lines, -10 lines 0 comments Download
M tools/windows-tick-processor.bat View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-03 15:41:06 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-02-03 15:45:13 UTC) #2
jbramley
6 years, 10 months ago (2014-02-03 15:49:22 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19034 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698