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

Issue 143633007: A64: Synchronize with r18764. (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 r18764. This brings experimental/a64 up to 2014-01-23. BUG= R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=19209

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8184 lines, -12460 lines) Patch
M ChangeLog View 1 chunk +25 lines, -0 lines 0 comments Download
M OWNERS View 1 chunk +2 lines, -1 line 0 comments Download
M build/toolchain.gypi View 1 chunk +5 lines, -0 lines 0 comments Download
M include/v8.h View 4 chunks +7 lines, -14 lines 0 comments Download
M src/a64/code-stubs-a64.h View 2 chunks +1 line, -50 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 9 chunks +229 lines, -579 lines 0 comments Download
M src/a64/codegen-a64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 6 chunks +21 lines, -24 lines 0 comments Download
M src/a64/ic-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/lithium-a64.h View 5 chunks +15 lines, -22 lines 0 comments Download
M src/a64/lithium-a64.cc View 6 chunks +23 lines, -27 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/lithium-codegen-a64.cc View 9 chunks +106 lines, -66 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/a64/macro-assembler-a64.cc View 3 chunks +11 lines, -2 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 17 chunks +172 lines, -874 lines 0 comments Download
M src/api.cc View 9 chunks +51 lines, -20 lines 0 comments Download
M src/arm/code-stubs-arm.h View 3 chunks +0 lines, -55 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 12 chunks +223 lines, -576 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 6 chunks +20 lines, -24 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-arm.h View 4 chunks +12 lines, -23 lines 0 comments Download
M src/arm/lithium-arm.cc View 6 chunks +18 lines, -32 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 13 chunks +75 lines, -50 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 18 chunks +169 lines, -858 lines 0 comments Download
M src/ast.h View 98 chunks +241 lines, -219 lines 0 comments Download
M src/ast.cc View 8 chunks +38 lines, -26 lines 0 comments Download
M src/bootstrapper.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 9 chunks +92 lines, -60 lines 0 comments Download
M src/code-stubs.h View 12 chunks +64 lines, -34 lines 0 comments Download
M src/code-stubs.cc View 5 chunks +32 lines, -21 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 10 chunks +70 lines, -19 lines 0 comments Download
M src/codegen.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/d8.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/d8.gyp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/disassembler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/effects.h View 6 chunks +13 lines, -15 lines 0 comments Download
M src/elements.cc View 11 chunks +178 lines, -47 lines 0 comments Download
M src/elements-kind.h View 3 chunks +27 lines, -2 lines 0 comments Download
M src/elements-kind.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/extensions/externalize-string-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/extensions/free-buffer-extension.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/extensions/free-buffer-extension.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/extensions/gc-extension.h View 1 chunk +12 lines, -2 lines 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +3 lines, -22 lines 0 comments Download
M src/extensions/statistics-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/statistics-extension.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/extensions/trigger-failure-extension.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/extensions/trigger-failure-extension.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/factory.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/factory.cc View 4 chunks +29 lines, -12 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +1 line, -5 lines 0 comments Download
M src/full-codegen.h View 4 chunks +3 lines, -7 lines 0 comments Download
M src/full-codegen.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/heap.h View 6 chunks +30 lines, -9 lines 0 comments Download
M src/heap.cc View 20 chunks +276 lines, -336 lines 0 comments Download
M src/heap-inl.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/hydrogen.h View 5 chunks +10 lines, -10 lines 0 comments Download
M src/hydrogen.cc View 34 chunks +139 lines, -87 lines 0 comments Download
M src/hydrogen-instructions.h View 14 chunks +52 lines, -73 lines 0 comments Download
M src/hydrogen-instructions.cc View 6 chunks +6 lines, -20 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 3 chunks +0 lines, -53 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 10 chunks +212 lines, -565 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 6 chunks +20 lines, -24 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 15 chunks +43 lines, -38 lines 0 comments Download
M src/ia32/lithium-ia32.h View 7 chunks +17 lines, -27 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 6 chunks +20 lines, -34 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 22 chunks +125 lines, -931 lines 0 comments Download
M src/ic.h View 17 chunks +68 lines, -86 lines 0 comments Download
M src/ic.cc View 22 chunks +67 lines, -115 lines 0 comments Download
M src/ic-inl.h View 3 chunks +12 lines, -12 lines 0 comments Download
M src/incremental-marking.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M src/isolate.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/list.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/list-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/macros.py View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mark-compact.h View 4 chunks +8 lines, -5 lines 0 comments Download
M src/mark-compact.cc View 9 chunks +45 lines, -18 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/code-stubs-mips.h View 3 chunks +0 lines, -55 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 10 chunks +212 lines, -525 lines 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 5 chunks +15 lines, -20 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 13 chunks +73 lines, -47 lines 0 comments Download
M src/mips/lithium-mips.h View 4 chunks +12 lines, -23 lines 0 comments Download
M src/mips/lithium-mips.cc View 6 chunks +18 lines, -33 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 10 chunks +13 lines, -742 lines 0 comments Download
M src/objects.h View 15 chunks +123 lines, -23 lines 0 comments Download
M src/objects.cc View 18 chunks +153 lines, -196 lines 0 comments Download
M src/objects-debug.cc View 3 chunks +46 lines, -2 lines 0 comments Download
M src/objects-inl.h View 14 chunks +319 lines, -5 lines 0 comments Download
M src/objects-printer.cc View 4 chunks +80 lines, -64 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/objects-visiting.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/parser.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/parser.cc View 6 chunks +8 lines, -10 lines 0 comments Download
M src/prettyprinter.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/prettyprinter.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/promise.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/property-details.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/proxy.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/rewriter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 8 chunks +23 lines, -20 lines 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/spaces.h View 6 chunks +13 lines, -2 lines 0 comments Download
M src/spaces.cc View 4 chunks +24 lines, -1 line 0 comments Download
M src/string.js View 14 chunks +40 lines, -80 lines 0 comments Download
M src/stub-cache.h View 18 chunks +38 lines, -70 lines 0 comments Download
M src/stub-cache.cc View 30 chunks +115 lines, -76 lines 0 comments Download
M src/sweeper-thread.h View 2 chunks +0 lines, -5 lines 0 comments Download
M src/sweeper-thread.cc View 2 chunks +3 lines, -22 lines 0 comments Download
M src/third_party/valgrind/valgrind.h View 16 chunks +22 lines, -22 lines 0 comments Download
M src/third_party/vtune/jitprofiling.h View 7 chunks +46 lines, -46 lines 0 comments Download
M src/third_party/vtune/jitprofiling.cc View 14 chunks +20 lines, -20 lines 0 comments Download
M src/third_party/vtune/v8-vtune.h View 2 chunks +11 lines, -11 lines 0 comments Download
M src/third_party/vtune/vtune-jit.h View 2 chunks +11 lines, -11 lines 0 comments Download
M src/third_party/vtune/vtune-jit.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/type-info.h View 4 chunks +9 lines, -14 lines 0 comments Download
M src/type-info.cc View 12 chunks +31 lines, -42 lines 0 comments Download
M src/types.h View 8 chunks +174 lines, -23 lines 0 comments Download
M src/types.cc View 14 chunks +53 lines, -49 lines 0 comments Download
M src/typing.h View 1 chunk +3 lines, -4 lines 0 comments Download
M src/typing.cc View 18 chunks +39 lines, -37 lines 0 comments Download
M src/unicode.h View 3 chunks +13 lines, -2 lines 0 comments Download
M src/unicode-inl.h View 2 chunks +15 lines, -5 lines 0 comments Download
M src/v8.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8natives.js View 2 chunks +16 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 46 chunks +78 lines, -78 lines 0 comments Download
M src/x64/code-stubs-x64.h View 5 chunks +4 lines, -52 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 123 chunks +448 lines, -769 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 19 chunks +29 lines, -29 lines 0 comments Download
M src/x64/debug-x64.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 6 chunks +17 lines, -17 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 100 chunks +195 lines, -199 lines 0 comments Download
M src/x64/ic-x64.cc View 44 chunks +57 lines, -57 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 76 chunks +144 lines, -136 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 4 chunks +12 lines, -12 lines 0 comments Download
M src/x64/lithium-x64.h View 6 chunks +13 lines, -26 lines 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +22 lines, -35 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 131 chunks +204 lines, -197 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 24 chunks +42 lines, -42 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 56 chunks +189 lines, -984 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +5 lines, -4 lines 0 comments Download
M test/cctest/cctest.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 3 chunks +5 lines, -1 line 0 comments Download
A + test/cctest/print-extension.h View 2 chunks +7 lines, -8 lines 0 comments Download
A + test/cctest/print-extension.cc View 2 chunks +14 lines, -19 lines 0 comments Download
M test/cctest/profiler-extension.h View 2 chunks +11 lines, -0 lines 0 comments Download
M test/cctest/profiler-extension.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M test/cctest/test-api.cc View 9 chunks +220 lines, -8 lines 0 comments Download
M test/cctest/test-ast.cc View 1 chunk +1 line, -1 line 0 comments Download
A + test/cctest/test-code-stubs-mips.cc View 5 chunks +35 lines, -31 lines 0 comments Download
M test/cctest/test-compiler.cc View 2 chunks +1 line, -44 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 16 chunks +26 lines, -31 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 9 chunks +11 lines, -138 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 5 chunks +11 lines, -16 lines 0 comments Download
M test/cctest/test-types.cc View 1 chunk +720 lines, -643 lines 0 comments Download
A + test/cctest/trace-extension.h View 2 chunks +15 lines, -10 lines 0 comments Download
A test/cctest/trace-extension.cc View 1 chunk +142 lines, -0 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/array-feedback.js View 3 chunks +78 lines, -83 lines 0 comments Download
M test/mjsunit/array-literal-feedback.js View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/array-push.js View 2 chunks +33 lines, -0 lines 0 comments Download
M test/mjsunit/d8-performance-now.js View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/elements-kind.js View 1 chunk +1 line, -2 lines 0 comments Download
M test/mjsunit/fast-prototype.js View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +16 lines, -0 lines 0 comments Download
M test/mjsunit/opt-elements-kind.js View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/osr-elements-kind.js View 1 chunk +0 lines, -5 lines 0 comments Download
A + test/mjsunit/regress-333594.js View 1 chunk +12 lines, -6 lines 0 comments Download
M test/mjsunit/regress/regress-165637.js View 1 chunk +0 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-334708.js View 1 chunk +12 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/regress-array-pop-deopt.js View 2 chunks +9 lines, -11 lines 0 comments Download
A + test/mjsunit/regress/regress-is-contextual.js View 1 chunk +10 lines, -13 lines 0 comments Download
A test/mjsunit/set-prototype-of.js View 1 chunk +170 lines, -0 lines 0 comments Download
M test/webkit/Object-create-expected.txt View 1 chunk +2 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 tools/merge-to-branch.sh View 1 chunk +3 lines, -1 line 0 comments Download
M tools/push-to-trunk/auto_roll.py View 4 chunks +19 lines, -4 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 1 chunk +14 lines, -0 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/run-deopt-fuzzer.py View 1 chunk +4 lines, -3 lines 0 comments Download
M tools/run-tests.py View 4 chunks +17 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-07 21:03:57 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-02-07 21:04:25 UTC) #2
jbramley
6 years, 10 months ago (2014-02-07 21:06:54 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19209 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698