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

Issue 132623005: A64: Synchronize with r18642. (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 r18642. This brings experimental/a64 up to 2014-01-16. BUG= R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19207

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2394 lines, -2692 lines) Patch
M ChangeLog View 1 chunk +18 lines, -0 lines 0 comments Download
M include/v8.h View 4 chunks +24 lines, -28 lines 0 comments Download
M src/a64/builtins-a64.cc View 9 chunks +18 lines, -31 lines 0 comments Download
M src/a64/code-stubs-a64.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 6 chunks +65 lines, -12 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 12 chunks +32 lines, -21 lines 0 comments Download
M src/a64/ic-a64.cc View 2 chunks +2 lines, -10 lines 0 comments Download
M src/a64/lithium-a64.h View 7 chunks +69 lines, -84 lines 0 comments Download
M src/a64/lithium-a64.cc View 4 chunks +38 lines, -53 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 15 chunks +53 lines, -79 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 2 chunks +5 lines, -21 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 13 chunks +9 lines, -65 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/api.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/api.cc View 5 chunks +8 lines, -8 lines 0 comments Download
D src/apiutils.h View 1 chunk +0 lines, -49 lines 0 comments Download
M src/arm/builtins-arm.cc View 9 chunks +14 lines, -28 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 6 chunks +65 lines, -14 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 10 chunks +32 lines, -23 lines 0 comments Download
M src/arm/ic-arm.cc View 2 chunks +2 lines, -10 lines 0 comments Download
M src/arm/lithium-arm.h View 7 chunks +60 lines, -88 lines 0 comments Download
M src/arm/lithium-arm.cc View 6 chunks +44 lines, -64 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 13 chunks +53 lines, -77 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +6 lines, -23 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 12 chunks +9 lines, -65 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/ast.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M src/code-stubs.h View 3 chunks +42 lines, -1 line 0 comments Download
M src/debug.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/execution.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/execution.cc View 2 chunks +17 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/handles.h View 2 chunks +11 lines, -1 line 0 comments Download
M src/handles.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M src/handles-inl.h View 7 chunks +6 lines, -13 lines 0 comments Download
M src/heap.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.cc View 5 chunks +22 lines, -6 lines 0 comments Download
M src/hydrogen.h View 3 chunks +17 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 20 chunks +168 lines, -139 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +133 lines, -137 lines 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +39 lines, -33 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 9 chunks +7 lines, -23 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 6 chunks +52 lines, -10 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 11 chunks +31 lines, -23 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +2 lines, -10 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 8 chunks +51 lines, -66 lines 0 comments Download
M src/ia32/lithium-ia32.h View 7 chunks +58 lines, -89 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 6 chunks +44 lines, -66 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +7 lines, -26 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 11 chunks +10 lines, -67 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/ic.h View 3 chunks +5 lines, -6 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/isolate.h View 6 chunks +14 lines, -5 lines 0 comments Download
M src/isolate.cc View 5 chunks +15 lines, -0 lines 0 comments Download
M src/lithium-codegen.cc View 2 chunks +16 lines, -2 lines 0 comments Download
M src/mark-compact.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 11 chunks +19 lines, -33 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 7 chunks +59 lines, -62 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 11 chunks +47 lines, -33 lines 0 comments Download
M src/mips/ic-mips.cc View 2 chunks +3 lines, -11 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 15 chunks +68 lines, -85 lines 0 comments Download
M src/mips/lithium-mips.h View 7 chunks +60 lines, -88 lines 0 comments Download
M src/mips/lithium-mips.cc View 7 chunks +45 lines, -66 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +5 lines, -22 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 12 chunks +9 lines, -65 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 5 chunks +7 lines, -28 lines 0 comments Download
M src/objects.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.cc View 6 chunks +19 lines, -7 lines 0 comments Download
M src/objects-inl.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/objects-visiting-inl.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/platform-linux.cc View 4 chunks +13 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M src/stub-cache.h View 4 chunks +3 lines, -7 lines 0 comments Download
M src/stub-cache.cc View 6 chunks +9 lines, -21 lines 0 comments Download
M src/type-info.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/type-info.cc View 1 chunk +1 line, -8 lines 0 comments Download
M src/typing.cc View 1 chunk +1 line, -7 lines 0 comments Download
M src/v8globals.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +26 lines, -6 lines 0 comments Download
M src/x64/builtins-x64.cc View 10 chunks +7 lines, -24 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 6 chunks +52 lines, -10 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 10 chunks +31 lines, -23 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +2 lines, -10 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 13 chunks +65 lines, -79 lines 0 comments Download
M src/x64/lithium-x64.h View 7 chunks +57 lines, -87 lines 0 comments Download
M src/x64/lithium-x64.cc View 6 chunks +44 lines, -66 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +5 lines, -23 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 10 chunks +10 lines, -73 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/cctest.status View 2 chunks +6 lines, -1 line 0 comments Download
M test/cctest/test-heap.cc View 3 chunks +86 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/generators-iteration.js View 21 chunks +37 lines, -37 lines 0 comments Download
M test/mjsunit/regress/regress-2284.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-2286.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-crbug-315252.js View 1 chunk +30 lines, -21 lines 0 comments Download
M test/mjsunit/regress/regress-map-invalidation-1.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M tools/push-to-trunk/auto_roll.py View 5 chunks +23 lines, -0 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 5 chunks +21 lines, -6 lines 0 comments Download
M tools/v8heapconst.py View 1 chunk +24 lines, -24 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-07 17:36:42 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-07 17:37:18 UTC) #2
jbramley
6 years, 10 months ago (2014-02-07 17:38:44 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19207 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698