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

Issue 155723005: A64: Synchronize with r19001. (Closed)

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

Description

A64: Synchronize with r19001. This brings experimental/a64 up to 2014-01-31. BUG= R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=19236

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3961 lines, -8271 lines) Patch
M AUTHORS View 2 chunks +2 lines, -1 line 0 comments Download
M ChangeLog View 1 chunk +15 lines, -0 lines 0 comments Download
M Makefile View 2 chunks +2 lines, -0 lines 0 comments Download
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/code-stubs-a64.cc View 9 chunks +158 lines, -79 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 10 chunks +108 lines, -107 lines 0 comments Download
M src/a64/ic-a64.cc View 4 chunks +4 lines, -402 lines 0 comments Download
M src/a64/lithium-a64.h View 7 chunks +1 line, -45 lines 0 comments Download
M src/a64/lithium-a64.cc View 4 chunks +2 lines, -27 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 6 chunks +14 lines, -70 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/a64/macro-assembler-a64.cc View 3 chunks +10 lines, -13 lines 0 comments Download
M src/a64/simulator-a64.cc View 6 chunks +19 lines, -13 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 9 chunks +18 lines, -587 lines 0 comments Download
M src/accessors.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/accessors.cc View 3 chunks +23 lines, -19 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 8 chunks +152 lines, -79 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 7 chunks +110 lines, -97 lines 0 comments Download
M src/arm/ic-arm.cc View 4 chunks +4 lines, -337 lines 0 comments Download
M src/arm/lithium-arm.h View 6 chunks +1 line, -45 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +1 line, -23 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 6 chunks +18 lines, -68 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/arm/simulator-arm.cc View 4 chunks +10 lines, -4 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 10 chunks +19 lines, -547 lines 0 comments Download
M src/array.js View 19 chunks +19 lines, -76 lines 0 comments Download
M src/ast.h View 9 chunks +22 lines, -47 lines 0 comments Download
M src/ast.cc View 3 chunks +0 lines, -123 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M src/code-stubs.h View 11 chunks +29 lines, -74 lines 0 comments Download
M src/code-stubs.cc View 3 chunks +0 lines, -12 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +0 lines, -27 lines 0 comments Download
M src/debug.cc View 5 chunks +38 lines, -57 lines 0 comments Download
M src/deoptimizer.h View 4 chunks +85 lines, -48 lines 0 comments Download
M src/deoptimizer.cc View 13 chunks +377 lines, -55 lines 0 comments Download
M src/disassembler.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/factory.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/factory.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/flag-definitions.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/frames.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/gdb-jit.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/harmony-array.js View 2 chunks +2 lines, -8 lines 0 comments Download
M src/heap.h View 4 chunks +52 lines, -9 lines 0 comments Download
M src/heap.cc View 5 chunks +7 lines, -14 lines 0 comments Download
M src/heap-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 8 chunks +39 lines, -30 lines 0 comments Download
M src/hydrogen.h View 11 chunks +51 lines, -39 lines 0 comments Download
M src/hydrogen.cc View 56 chunks +498 lines, -374 lines 0 comments Download
M src/hydrogen-instructions.h View 13 chunks +20 lines, -112 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/i18n.js View 2 chunks +39 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +140 lines, -66 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 6 chunks +101 lines, -85 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +2 lines, -366 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 7 chunks +23 lines, -76 lines 0 comments Download
M src/ia32/lithium-ia32.h View 6 chunks +1 line, -45 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +1 line, -23 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 7 chunks +13 lines, -535 lines 0 comments Download
M src/ic.h View 7 chunks +12 lines, -129 lines 0 comments Download
M src/ic.cc View 10 chunks +10 lines, -377 lines 0 comments Download
M src/isolate.h View 5 chunks +10 lines, -4 lines 0 comments Download
M src/isolate.cc View 5 chunks +5 lines, -3 lines 0 comments Download
M src/lithium.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/log.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/log.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 6 chunks +61 lines, -6 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +1 line, -37 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 5 chunks +16 lines, -60 lines 0 comments Download
M src/mips/lithium-mips.h View 6 chunks +1 line, -45 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/mips/simulator-mips.cc View 4 chunks +10 lines, -4 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 11 chunks +20 lines, -172 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.h View 7 chunks +6 lines, -14 lines 0 comments Download
M src/objects.cc View 5 chunks +64 lines, -13 lines 0 comments Download
M src/objects-inl.h View 11 chunks +44 lines, -41 lines 0 comments Download
M src/runtime.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/runtime.cc View 4 chunks +44 lines, -12 lines 0 comments Download
M src/string.js View 2 chunks +23 lines, -0 lines 0 comments Download
M src/stub-cache.h View 8 chunks +4 lines, -186 lines 0 comments Download
M src/stub-cache.cc View 12 chunks +20 lines, -616 lines 0 comments Download
M src/type-info.h View 3 chunks +0 lines, -8 lines 0 comments Download
M src/type-info.cc View 5 chunks +1 line, -55 lines 0 comments Download
M src/typing.cc View 5 chunks +5 lines, -6 lines 0 comments Download
M src/v8globals.h View 1 chunk +5 lines, -10 lines 0 comments Download
M src/v8natives.js View 2 chunks +2 lines, -8 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +165 lines, -69 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 6 chunks +100 lines, -88 lines 0 comments Download
M src/x64/ic-x64.cc View 3 chunks +3 lines, -367 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 7 chunks +24 lines, -72 lines 0 comments Download
M src/x64/lithium-x64.h View 6 chunks +1 line, -43 lines 0 comments Download
M src/x64/lithium-x64.cc View 3 chunks +1 line, -23 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 6 chunks +17 lines, -554 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/cctest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.status View 3 chunks +17 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 29 chunks +184 lines, -40 lines 0 comments Download
M test/cctest/test-debug.cc View 2 chunks +22 lines, -27 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +0 lines, -63 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 4 chunks +48 lines, -5 lines 0 comments Download
A test/intl/string/normalization.js View 1 chunk +145 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/escape-analysis-arguments.js View 1 chunk +187 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/load-elimination.js View 2 chunks +21 lines, -0 lines 0 comments Download
M test/mjsunit/error-tostring-omit.js View 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/mjsunit.status View 6 chunks +19 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-2989.js View 1 chunk +11 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-336820.js View 1 chunk +9 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-keyed-access-string-length.js View 1 chunk +6 lines, -5 lines 0 comments Download
M test/mjsunit/value-wrapper.js View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/value-wrapper-accessor.js View 1 chunk +99 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 13 chunks +37 lines, -31 lines 0 comments Download
M test/test262/test262.status View 2 chunks +8 lines, -15 lines 0 comments Download
A + test/webkit/array-splice.js View 1 chunk +34 lines, -53 lines 0 comments Download
A + test/webkit/array-splice-expected.txt View 1 chunk +22 lines, -2 lines 0 comments Download
M test/webkit/fast/js/Object-getOwnPropertyNames.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/inbuilt_function_proto.js View 1 chunk +1 line, -0 lines 0 comments Download
M test/webkit/fast/js/kde/inbuilt_function_proto-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
A + test/webkit/string-replacement-outofmemory.js View 1 chunk +11 lines, -21 lines 0 comments Download
A + test/webkit/string-replacement-outofmemory-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
M test/webkit/webkit.status View 2 chunks +10 lines, -4 lines 0 comments Download
M tools/grokdump.py View 1 chunk +13 lines, -0 lines 0 comments Download
M tools/run-deopt-fuzzer.py View 2 chunks +5 lines, -0 lines 0 comments Download
M tools/run-tests.py View 3 chunks +7 lines, -0 lines 0 comments Download
M tools/testrunner/local/utils.py View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-10 16:57:58 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-02-10 17:00:32 UTC) #2
jbramley
6 years, 10 months ago (2014-02-10 17:02:41 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19236 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698