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

Issue 136643008: A64: Synchronize with r18256. (Closed)

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

Description

A64: Synchronize with r18256. This brings experimental/a64 up to 2013-12-04. Note that this merge enables the NewStringAdd stub by default, so it may expose bugs. BUG= R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19190

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3023 lines, -4588 lines) Patch
M .clang-format View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +31 lines, -0 lines 0 comments Download
M Makefile View 5 chunks +21 lines, -17 lines 0 comments Download
M OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
M build/standalone.gypi View 2 chunks +7 lines, -1 line 0 comments Download
M include/v8-profiler.h View 2 chunks +9 lines, -3 lines 0 comments Download
M samples/process.cc View 9 chunks +12 lines, -12 lines 0 comments Download
M src/a64/code-stubs-a64.h View 2 chunks +0 lines, -6 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 14 chunks +14 lines, -114 lines 0 comments Download
M src/a64/codegen-a64.cc View 5 chunks +6 lines, -9 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M src/a64/ic-a64.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/a64/lithium-a64.h View 6 chunks +6 lines, -30 lines 0 comments Download
M src/a64/lithium-a64.cc View 4 chunks +7 lines, -25 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/a64/lithium-codegen-a64.cc View 8 chunks +5 lines, -64 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 8 chunks +11 lines, -14 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 8 chunks +24 lines, -34 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 23 chunks +51 lines, -129 lines 0 comments Download
M src/allocation-tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M src/allocation-tracker.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/api.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.cc View 12 chunks +29 lines, -29 lines 0 comments Download
M src/arm/code-stubs-arm.h View 3 chunks +0 lines, -4 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 10 chunks +12 lines, -129 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 4 chunks +3 lines, -4 lines 0 comments Download
M src/arm/ic-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 5 chunks +6 lines, -48 lines 0 comments Download
M src/arm/lithium-arm.cc View 8 chunks +10 lines, -34 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 10 chunks +31 lines, -83 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 6 chunks +16 lines, -7 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 22 chunks +52 lines, -123 lines 0 comments Download
M src/array.js View 6 chunks +47 lines, -7 lines 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/assembler.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M src/ast.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/ast.cc View 4 chunks +14 lines, -40 lines 0 comments Download
M src/builtins.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/builtins.cc View 3 chunks +6 lines, -18 lines 0 comments Download
M src/code-stubs.h View 11 chunks +28 lines, -193 lines 0 comments Download
M src/code-stubs.cc View 6 chunks +28 lines, -472 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 8 chunks +28 lines, -28 lines 0 comments Download
M src/compiler.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/d8.cc View 5 chunks +27 lines, -19 lines 0 comments Download
M src/debug.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/frames.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M src/globals.h View 2 chunks +9 lines, -5 lines 0 comments Download
M src/handles.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.cc View 3 chunks +2 lines, -9 lines 0 comments Download
M src/heap-inl.h View 3 chunks +3 lines, -16 lines 0 comments Download
M src/heap-profiler.h View 3 chunks +17 lines, -19 lines 0 comments Download
M src/heap-profiler.cc View 4 chunks +75 lines, -33 lines 0 comments Download
M src/heap-snapshot-generator.h View 9 chunks +9 lines, -70 lines 0 comments Download
M src/heap-snapshot-generator.cc View 30 chunks +47 lines, -171 lines 0 comments Download
M src/hydrogen.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 9 chunks +43 lines, -53 lines 0 comments Download
M src/hydrogen-check-elimination.h View 2 chunks +16 lines, -10 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 5 chunks +43 lines, -9 lines 0 comments Download
M src/hydrogen-environment-liveness.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 9 chunks +30 lines, -26 lines 0 comments Download
M src/hydrogen-instructions.cc View 6 chunks +25 lines, -17 lines 0 comments Download
M src/hydrogen-mark-unreachable.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 10 chunks +15 lines, -193 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 6 chunks +11 lines, -73 lines 0 comments Download
M src/ia32/lithium-ia32.h View 5 chunks +6 lines, -48 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 5 chunks +8 lines, -31 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 6 chunks +16 lines, -15 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 20 chunks +54 lines, -132 lines 0 comments Download
M src/ic.h View 3 chunks +100 lines, -19 lines 0 comments Download
M src/ic.cc View 6 chunks +432 lines, -57 lines 0 comments Download
M src/isolate.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/isolate.cc View 2 chunks +1 line, -6 lines 0 comments Download
M src/list.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/lithium-codegen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/lithium-codegen.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M src/log.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/messages.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.h View 3 chunks +0 lines, -4 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 10 chunks +12 lines, -137 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 6 chunks +7 lines, -5 lines 0 comments Download
M src/mips/ic-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 10 chunks +30 lines, -82 lines 0 comments Download
M src/mips/lithium-mips.h View 5 chunks +6 lines, -48 lines 0 comments Download
M src/mips/lithium-mips.cc View 7 chunks +10 lines, -33 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +1 line, -5 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 9 chunks +14 lines, -11 lines 0 comments Download
M src/objects.h View 3 chunks +1 line, -12 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/platform.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/platform-posix.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M src/platform-win32.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/runtime.cc View 7 chunks +4 lines, -34 lines 0 comments Download
M src/serialize.h View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.h View 15 chunks +40 lines, -24 lines 0 comments Download
M src/stub-cache.cc View 8 chunks +70 lines, -14 lines 0 comments Download
M src/token.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/type-info.h View 7 chunks +29 lines, -33 lines 0 comments Download
M src/type-info.cc View 10 chunks +64 lines, -52 lines 0 comments Download
M src/typing.cc View 1 chunk +26 lines, -22 lines 0 comments Download
M src/v8-counters.h View 1 chunk +0 lines, -3 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 5 chunks +48 lines, -16 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +21 lines, -58 lines 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 9 chunks +15 lines, -200 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 5 chunks +9 lines, -66 lines 0 comments Download
M src/x64/lithium-x64.h View 5 chunks +6 lines, -48 lines 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +8 lines, -31 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 8 chunks +22 lines, -30 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 20 chunks +52 lines, -137 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 28 chunks +334 lines, -316 lines 0 comments Download
M test/cctest/test-code-stubs-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-debug.cc View 3 chunks +1 line, -5 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 11 chunks +52 lines, -51 lines 0 comments Download
M test/cctest/test-macro-assembler-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-macro-assembler-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 33 chunks +10 lines, -33 lines 0 comments Download
A + test/mjsunit/compiler/compare_map_elim.js View 1 chunk +20 lines, -14 lines 0 comments Download
A + test/mjsunit/compiler/dead-loops.js View 1 chunk +52 lines, -9 lines 0 comments Download
A + test/mjsunit/compiler/dead-loops-neg.js View 1 chunk +64 lines, -33 lines 0 comments Download
M test/mjsunit/object-freeze.js View 1 chunk +23 lines, -0 lines 0 comments Download
M test/mjsunit/object-seal.js View 2 chunks +76 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-2711.js View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-299979.js View 1 chunk +6 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-3029.js View 1 chunk +9 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-3032.js View 1 chunk +3 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-crbug-325225.js View 1 chunk +13 lines, -10 lines 0 comments Download
M test/mjsunit/sin-cos.js View 2 chunks +16 lines, -11 lines 0 comments Download
M tools/merge-to-branch.sh View 1 chunk +1 line, -1 line 0 comments Download
M tools/push-to-trunk/auto_roll.py View 2 chunks +5 lines, -1 line 0 comments Download
M tools/push-to-trunk/common_includes.py View 11 chunks +68 lines, -21 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 10 chunks +23 lines, -15 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 13 chunks +88 lines, -55 lines 0 comments Download
M tools/run-tests.py View 5 chunks +15 lines, -4 lines 0 comments Download
M tools/testrunner/local/progress.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-07 09:52:46 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-07 09:53:23 UTC) #2
jbramley
6 years, 10 months ago (2014-02-07 09:56:31 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19190 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698