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

Issue 222433002: ARM64: Introduce a version of ADR handling distant targets. (Closed)

Created:
6 years, 8 months ago by Alexandre Rames
Modified:
6 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM64: Introduce a version of ADR handling distant targets. This fixes an out-of-range label error for an ADR instruction in the mozilla/data/js1_5/Regress/regress-280769-2.js test. R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20545

Patch Set 1 #

Patch Set 2 : Fix loop offset #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -15 lines) Patch
M src/arm64/assembler-arm64.h View 2 chunks +10 lines, -1 line 0 comments Download
M src/arm64/assembler-arm64.cc View 1 1 chunk +70 lines, -0 lines 0 comments Download
M src/arm64/instructions-arm64.h View 4 chunks +14 lines, -1 line 0 comments Download
M src/arm64/instructions-arm64.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +37 lines, -0 lines 1 comment Download
M src/arm64/macro-assembler-arm64-inl.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/arm64/regexp-macro-assembler-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Alexandre Rames
6 years, 8 months ago (2014-04-02 16:09:00 UTC) #1
ulan
lgtm https://codereview.chromium.org/222433002/diff/20001/src/arm64/macro-assembler-arm64.cc File src/arm64/macro-assembler-arm64.cc (right): https://codereview.chromium.org/222433002/diff/20001/src/arm64/macro-assembler-arm64.cc#newcode622 src/arm64/macro-assembler-arm64.cc:622: int min_adr_offset = -1 << (Instruction::ImmPCRelRangeBitwidth - 1); ...
6 years, 8 months ago (2014-04-07 11:54:15 UTC) #2
Alexandre Rames
6 years, 8 months ago (2014-04-07 12:33:17 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r20545 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698