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

Issue 132373011: A64: Synchronize with r17635. (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 r17635. This brings experimental/a64 up to 2013-11-12. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19116

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6043 lines, -2907 lines) Patch
M ChangeLog View 1 chunk +22 lines, -0 lines 0 comments Download
M Makefile View 1 chunk +4 lines, -0 lines 0 comments Download
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/assembler-a64.h View 2 chunks +4 lines, -8 lines 0 comments Download
M src/a64/assembler-a64-inl.h View 6 chunks +10 lines, -20 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 7 chunks +54 lines, -28 lines 0 comments Download
M src/a64/lithium-a64.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/a64/lithium-a64.cc View 3 chunks +16 lines, -6 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 7 chunks +21 lines, -28 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/api.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 5 chunks +6 lines, -16 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 7 chunks +56 lines, -27 lines 0 comments Download
M src/arm/lithium-arm.h View 4 chunks +24 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +19 lines, -6 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 9 chunks +83 lines, -36 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/assembler.h View 2 chunks +0 lines, -5 lines 0 comments Download
M src/assembler.cc View 3 chunks +1 line, -17 lines 0 comments Download
M src/ast.h View 7 chunks +41 lines, -39 lines 0 comments Download
M src/ast.cc View 1 chunk +163 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/code-stubs.h View 6 chunks +100 lines, -51 lines 0 comments Download
M src/code-stubs.cc View 3 chunks +25 lines, -2 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 2 chunks +32 lines, -2 lines 0 comments Download
M src/codegen.cc View 2 chunks +18 lines, -11 lines 0 comments Download
M src/compiler.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/d8.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.cc View 74 chunks +278 lines, -178 lines 0 comments Download
M src/factory.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/func-name-inferrer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/handles.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/handles.cc View 3 chunks +6 lines, -24 lines 0 comments Download
M src/heap.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/heap.cc View 10 chunks +13 lines, -21 lines 0 comments Download
M src/heap-inl.h View 3 chunks +10 lines, -5 lines 0 comments Download
M src/heap-profiler.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/heap-profiler.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/hydrogen.h View 6 chunks +40 lines, -1 line 0 comments Download
M src/hydrogen.cc View 8 chunks +364 lines, -28 lines 0 comments Download
M src/hydrogen-instructions.h View 11 chunks +89 lines, -8 lines 0 comments Download
M src/hydrogen-instructions.cc View 3 chunks +36 lines, -8 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 7 chunks +61 lines, -35 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 35 chunks +101 lines, -72 lines 0 comments Download
M src/ia32/lithium-ia32.h View 10 chunks +33 lines, -9 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 7 chunks +26 lines, -16 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +5 lines, -7 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 4 chunks +55 lines, -13 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/ic.cc View 16 chunks +91 lines, -98 lines 0 comments Download
M src/isolate.h View 5 chunks +71 lines, -1 line 0 comments Download
M src/isolate.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/lithium.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mark-compact.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 6 chunks +47 lines, -25 lines 0 comments Download
M src/mips/ic-mips.cc View 2 chunks +31 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 9 chunks +85 lines, -52 lines 0 comments Download
M src/mips/lithium-mips.h View 4 chunks +26 lines, -7 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +14 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +56 lines, -0 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 5 chunks +3 lines, -10 lines 0 comments Download
M src/objects.cc View 11 chunks +12 lines, -15 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/parser.h View 2 chunks +0 lines, -37 lines 0 comments Download
M src/parser.cc View 8 chunks +13 lines, -176 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/property-details.h View 6 chunks +35 lines, -6 lines 0 comments Download
M src/rewriter.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 2 chunks +2 lines, -10 lines 0 comments Download
M src/runtime.cc View 32 chunks +238 lines, -271 lines 0 comments Download
M src/runtime.js View 1 chunk +1 line, -1 line 0 comments Download
M src/safepoint-table.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/safepoint-table.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +7 lines, -8 lines 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 3 chunks +29 lines, -53 lines 0 comments Download
M src/spaces.h View 1 chunk +1 line, -8 lines 0 comments Download
M src/spaces-inl.h View 4 chunks +1 line, -18 lines 0 comments Download
M src/stub-cache.h View 1 chunk +0 lines, -39 lines 0 comments Download
M src/stub-cache.cc View 4 chunks +4 lines, -47 lines 0 comments Download
M src/typedarray.js View 3 chunks +47 lines, -40 lines 0 comments Download
M src/unicode.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/v8.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/v8.cc View 3 chunks +3 lines, -25 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 4 chunks +6 lines, -7 lines 0 comments Download
M src/x64/assembler-x64.cc View 4 chunks +27 lines, -38 lines 0 comments Download
M src/x64/builtins-x64.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 16 chunks +28 lines, -21 lines 0 comments Download
M src/x64/codegen-x64.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M src/x64/debug-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 9 chunks +61 lines, -40 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 77 chunks +219 lines, -72 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-x64.h View 34 chunks +272 lines, -130 lines 0 comments Download
M src/x64/lithium-x64.cc View 28 chunks +115 lines, -55 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 8 chunks +28 lines, -21 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 35 chunks +132 lines, -134 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 6 chunks +6 lines, -10 lines 0 comments Download
M test/cctest/cctest.gyp View 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 2 chunks +10 lines, -6 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-macro-assembler-arm.cc View 1 chunk +97 lines, -0 lines 0 comments Download
A test/cctest/test-macro-assembler-ia32.cc View 1 chunk +140 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 38 chunks +180 lines, -92 lines 0 comments Download
D test/cctest/test-random.cc View 1 chunk +0 lines, -100 lines 0 comments Download
A test/cctest/test-representation.cc View 1 chunk +124 lines, -0 lines 0 comments Download
A + test/message/instanceof.js View 1 chunk +1 line, -2 lines 0 comments Download
A test/message/instanceof.out View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/array-literal-feedback.js View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/fast-literal.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/fast-prototype.js View 1 chunk +2 lines, -0 lines 0 comments Download
A + test/mjsunit/new-string-add.js View 2 chunks +3 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-298269.js View 1 chunk +15 lines, -16 lines 0 comments Download
A + test/mjsunit/regress/regress-2984.js View 1 chunk +6 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-2987.js View 1 chunk +24 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-2988.js View 1 chunk +8 lines, -17 lines 0 comments Download
M test/webkit/exception-for-nonobject-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/array-bad-time.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/array-bad-time-expected.txt View 1 chunk +51 lines, -52 lines 0 comments Download
M test/webkit/fast/js/array-slow-put.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/array-slow-put-expected.txt View 1 chunk +101 lines, -102 lines 0 comments Download
M test/webkit/fast/js/object-bad-time.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/object-bad-time-expected.txt View 1 chunk +51 lines, -52 lines 0 comments Download
M test/webkit/fast/js/object-slow-put.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/object-slow-put-expected.txt View 1 chunk +101 lines, -102 lines 0 comments Download
M test/webkit/instance-of-immediates-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M test/webkit/webkit.status View 1 chunk +12 lines, -9 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +6 lines, -0 lines 0 comments Download
A tools/push-to-trunk/common_includes.py View 1 chunk +289 lines, -0 lines 0 comments Download
A tools/push-to-trunk/push_to_trunk.py View 1 chunk +592 lines, -0 lines 0 comments Download
A tools/push-to-trunk/test_scripts.py View 1 chunk +428 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-05 17:35:59 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-05 17:36:56 UTC) #2
jbramley
6 years, 10 months ago (2014-02-05 17:42:42 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19116 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698