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

Issue 159933002: A64: Synchronize with r19289. (Closed)

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

Description

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

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2490 lines, -2042 lines) Patch
M ChangeLog View 1 chunk +7 lines, -0 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 12 chunks +71 lines, -39 lines 0 comments Download
M src/a64/debug-a64.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 22 chunks +36 lines, -39 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 13 chunks +63 lines, -44 lines 0 comments Download
M src/arm/debug-arm.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 22 chunks +36 lines, -38 lines 0 comments Download
M src/ast.h View 18 chunks +70 lines, -9 lines 0 comments Download
M src/ast.cc View 6 chunks +29 lines, -6 lines 0 comments Download
M src/code-stubs.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 2 chunks +6 lines, -10 lines 0 comments Download
M src/compiler.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/compiler.cc View 4 chunks +10 lines, -3 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/factory.cc View 2 chunks +0 lines, -2 lines 0 comments Download
A src/feedback-slots.h View 1 chunk +110 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +2 lines, -7 lines 0 comments Download
M src/full-codegen.h View 6 chunks +11 lines, -17 lines 0 comments Download
M src/full-codegen.cc View 6 chunks +13 lines, -26 lines 0 comments Download
M src/harmony-math.js View 1 chunk +1 line, -2 lines 0 comments Download
M src/heap.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap.cc View 6 chunks +11 lines, -7 lines 0 comments Download
M src/hydrogen.cc View 10 chunks +20 lines, -46 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/hydrogen-gvn.h View 3 chunks +68 lines, -6 lines 0 comments Download
M src/hydrogen-gvn.cc View 26 chunks +243 lines, -211 lines 0 comments Download
M src/hydrogen-instructions.h View 47 chunks +99 lines, -119 lines 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +51 lines, -27 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 11 chunks +52 lines, -29 lines 0 comments Download
M src/ia32/debug-ia32.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 22 chunks +39 lines, -38 lines 0 comments Download
M src/ic.cc View 5 chunks +5 lines, -7 lines 0 comments Download
M src/isolate.h View 12 chunks +40 lines, -87 lines 0 comments Download
M src/isolate.cc View 3 chunks +1 line, -3 lines 0 comments Download
M src/json.js View 1 chunk +15 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/messages.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/messages.cc View 3 chunks +0 lines, -6 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 13 chunks +71 lines, -46 lines 0 comments Download
M src/mips/debug-mips.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 22 chunks +36 lines, -38 lines 0 comments Download
M src/objects.h View 13 chunks +37 lines, -84 lines 0 comments Download
M src/objects.cc View 3 chunks +13 lines, -23 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/objects-inl.h View 10 chunks +15 lines, -61 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.h View 8 chunks +49 lines, -43 lines 0 comments Download
M src/parser.cc View 27 chunks +128 lines, -294 lines 0 comments Download
M src/preparser.h View 14 chunks +462 lines, -195 lines 0 comments Download
M src/preparser.cc View 13 chunks +89 lines, -192 lines 0 comments Download
M src/property.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.h View 3 chunks +12 lines, -6 lines 0 comments Download
M src/type-info.cc View 12 chunks +35 lines, -44 lines 0 comments Download
M src/typing.cc View 2 chunks +4 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 3 chunks +7 lines, -6 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 12 chunks +61 lines, -28 lines 0 comments Download
M src/x64/debug-x64.cc View 3 chunks +9 lines, -5 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 22 chunks +37 lines, -38 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +32 lines, -5 lines 0 comments Download
M test/cctest/test-api.cc View 6 chunks +40 lines, -15 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +11 lines, -9 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 chunk +42 lines, -0 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 2 chunks +35 lines, -2 lines 0 comments Download
A + test/mjsunit/compiler/smi-stores-opt.js View 1 chunk +11 lines, -3 lines 0 comments Download
M test/mjsunit/getters-on-elements.js View 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/math-hyperbolic.js View 2 chunks +7 lines, -1 line 0 comments Download
A test/mjsunit/regress-3135.js View 1 chunk +53 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/setvalueof-deopt.js View 1 chunk +8 lines, -7 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-11 17:34:52 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-02-11 17:36:32 UTC) #2
jbramley
6 years, 10 months ago (2014-02-11 17:37:46 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19292 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698