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

Issue 148573005: A64: Synchronize with r16249. (Closed)

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

Description

A64: Synchronize with r16249. This brings experimental/a64 up to 2013-08-20. One revision (r16244) hasn't been ported because it could be done in parallel. I've added it to the spreadsheet. BUG=none R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=19027

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5474 lines, -8048 lines) Patch
M ChangeLog View 1 chunk +42 lines, -0 lines 0 comments Download
M build/toolchain.gypi View 3 chunks +18 lines, -4 lines 0 comments Download
M include/v8.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/a64/lithium-a64.h View 5 chunks +31 lines, -16 lines 0 comments Download
M src/a64/lithium-a64.cc View 3 chunks +13 lines, -18 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 3 chunks +8 lines, -6 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 12 chunks +76 lines, -160 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 2 chunks +0 lines, -501 lines 0 comments Download
M src/accessors.h View 2 chunks +6 lines, -8 lines 0 comments Download
M src/accessors.cc View 2 chunks +19 lines, -8 lines 0 comments Download
M src/arm/lithium-arm.h View 144 chunks +245 lines, -227 lines 0 comments Download
M src/arm/lithium-arm.cc View 4 chunks +10 lines, -21 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 7 chunks +10 lines, -14 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 32 chunks +106 lines, -188 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 4 chunks +37 lines, -26 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +0 lines, -518 lines 0 comments Download
M src/assert-scope.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/ast.h View 100 chunks +244 lines, -226 lines 0 comments Download
M src/ast.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M src/bootstrapper.cc View 7 chunks +52 lines, -64 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +2 lines, -12 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 10 chunks +11 lines, -10 lines 0 comments Download
M src/codegen.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/compiler.h View 4 chunks +12 lines, -7 lines 0 comments Download
M src/compiler.cc View 13 chunks +19 lines, -15 lines 0 comments Download
M src/d8.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M src/deoptimizer.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M src/effects.h View 1 chunk +1 line, -1 line 0 comments Download
D src/extensions/i18n/break-iterator.h View 1 chunk +0 lines, -85 lines 0 comments Download
D src/extensions/i18n/break-iterator.cc View 1 chunk +0 lines, -333 lines 0 comments Download
M src/extensions/i18n/break-iterator.js View 7 chunks +8 lines, -15 lines 0 comments Download
D src/extensions/i18n/collator.h View 1 chunk +0 lines, -68 lines 0 comments Download
D src/extensions/i18n/collator.cc View 1 chunk +0 lines, -366 lines 0 comments Download
M src/extensions/i18n/collator.js View 3 chunks +4 lines, -7 lines 0 comments Download
M src/extensions/i18n/footer.js View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/i18n/header.js View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/i18n/i18n-extension.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/extensions/i18n/i18n-extension.cc View 2 chunks +0 lines, -34 lines 0 comments Download
D src/extensions/i18n/i18n-utils.h View 1 chunk +0 lines, -91 lines 0 comments Download
D src/extensions/i18n/i18n-utils.cc View 1 chunk +0 lines, -177 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +5 lines, -9 lines 0 comments Download
M src/global-handles.h View 3 chunks +7 lines, -57 lines 0 comments Download
M src/global-handles.cc View 10 chunks +149 lines, -380 lines 0 comments Download
M src/globals.h View 2 chunks +71 lines, -0 lines 0 comments Download
M src/handles.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M src/heap.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/heap.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M src/hydrogen.h View 33 chunks +82 lines, -78 lines 0 comments Download
M src/hydrogen.cc View 41 chunks +206 lines, -70 lines 0 comments Download
M src/hydrogen-dce.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/hydrogen-escape-analysis.cc View 2 chunks +9 lines, -5 lines 0 comments Download
M src/hydrogen-gvn.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 260 chunks +675 lines, -657 lines 0 comments Download
M src/hydrogen-instructions.cc View 14 chunks +45 lines, -186 lines 0 comments Download
M src/hydrogen-mark-deoptimize.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/hydrogen-mark-deoptimize.cc View 2 chunks +21 lines, -8 lines 0 comments Download
M src/hydrogen-osr.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen-representation-changes.cc View 3 chunks +3 lines, -7 lines 0 comments Download
M src/i18n.h View 3 chunks +51 lines, -2 lines 0 comments Download
M src/i18n.cc View 13 chunks +437 lines, -16 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 8 chunks +12 lines, -43 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 10 chunks +65 lines, -22 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 43 chunks +341 lines, -355 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-ia32.h View 151 chunks +248 lines, -240 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 9 chunks +20 lines, -37 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +9 lines, -4 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 7 chunks +79 lines, -29 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +0 lines, -514 lines 0 comments Download
M src/ic.cc View 3 chunks +2 lines, -15 lines 0 comments Download
M src/isolate.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/lithium.h View 16 chunks +16 lines, -17 lines 0 comments Download
M src/lithium.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 7 chunks +14 lines, -15 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 33 chunks +118 lines, -202 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-mips.h View 142 chunks +240 lines, -222 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +10 lines, -21 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M src/objects.h View 3 chunks +14 lines, -1 line 0 comments Download
M src/objects.cc View 10 chunks +64 lines, -33 lines 0 comments Download
M src/objects-inl.h View 1 chunk +15 lines, -2 lines 0 comments Download
M src/runtime.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/runtime.cc View 15 chunks +264 lines, -27 lines 0 comments Download
M src/sampler.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M src/stub-cache.h View 1 chunk +0 lines, -12 lines 0 comments Download
M src/stub-cache.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/type-info.cc View 2 chunks +1 line, -8 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 5 chunks +5 lines, -9 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 23 chunks +87 lines, -193 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-x64.h View 141 chunks +244 lines, -224 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +10 lines, -21 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +0 lines, -478 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +0 lines, -53 lines 0 comments Download
M test/cctest/cctest.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M test/cctest/test-api.cc View 6 chunks +4 lines, -14 lines 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 chunk +11 lines, -42 lines 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/test-global-handles.cc View 3 chunks +0 lines, -155 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M test/cctest/test-strings.cc View 1 chunk +52 lines, -0 lines 0 comments Download
M test/intl/intl.status View 1 chunk +3 lines, -0 lines 0 comments Download
A + test/mjsunit/constant-compare-nil-value.js View 1 chunk +9 lines, -7 lines 0 comments Download
A test/mjsunit/debug-evaluate-const.js View 1 chunk +121 lines, -0 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/load_poly_effect.js View 1 chunk +14 lines, -13 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/object-literal-overwrite.js View 4 chunks +17 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-2836.js View 1 chunk +5 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-convert-function-to-double.js View 1 chunk +7 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-convert-hole2.js View 1 chunk +49 lines, -24 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-272564.js View 1 chunk +14 lines, -15 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-274438.js View 1 chunk +7 lines, -14 lines 0 comments Download
A + test/mjsunit/regress/regress-et-clobbers-doubles.js View 1 chunk +10 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-hoist-load-named-field.js View 1 chunk +28 lines, -23 lines 0 comments Download
A + test/mjsunit/regress/regress-map-invalidation-1.js View 1 chunk +14 lines, -11 lines 0 comments Download
A + test/mjsunit/regress/regress-map-invalidation-2.js View 1 chunk +17 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-phi-truncation.js View 1 chunk +49 lines, -40 lines 0 comments Download
A + test/mjsunit/regress/regress-smi-math-floor-round.js View 1 chunk +30 lines, -24 lines 0 comments Download
A + test/mjsunit/regress/regress-x87.js View 1 chunk +18 lines, -15 lines 0 comments Download
M test/mjsunit/shift-for-integer-div.js View 1 chunk +40 lines, -12 lines 0 comments Download
M test/webkit/webkit.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/gcmole/Makefile View 1 chunk +1 line, -1 line 0 comments Download
A tools/gcmole/bootstrap.sh View 1 chunk +126 lines, -0 lines 0 comments Download
M tools/gcmole/gcmole.lua View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 13 chunks +60 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-03 13:41:25 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-02-03 13:50:47 UTC) #2
jbramley
6 years, 10 months ago (2014-02-03 13:56:02 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19027.

Powered by Google App Engine
This is Rietveld 408576698