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

Issue 1628453002: MIPS: Use PC realitive instructions on r6. (Closed)

Created:
4 years, 11 months ago by balazs.kilvady
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Use PC relative instructions on r6. BUG= Committed: https://crrev.com/ebac85c0a4ada986dad82c1b6ed3aa8ed5dfe309 Cr-Commit-Position: refs/heads/master@{#33703}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Add 32-bit and some fixes. #

Patch Set 3 : Use macro for SwitchTable. #

Patch Set 4 : Improve macro. #

Patch Set 5 : Rebased, Refine parameter names. #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -144 lines) Patch
M src/compiler/mips/code-generator-mips.cc View 1 2 3 4 1 chunk +3 lines, -12 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 2 3 4 1 chunk +3 lines, -15 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 4 1 chunk +11 lines, -10 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 3 4 2 chunks +28 lines, -1 line 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 3 4 1 chunk +11 lines, -10 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 2 3 4 5 2 chunks +35 lines, -1 line 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 2 2 chunks +8 lines, -9 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 2 3 5 chunks +18 lines, -42 lines 0 comments Download
M test/cctest/test-macro-assembler-mips64.cc View 1 2 3 5 chunks +22 lines, -44 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
ivica.bogosavljevic
https://codereview.chromium.org/1628453002/diff/1/src/compiler/mips64/code-generator-mips64.cc File src/compiler/mips64/code-generator-mips64.cc (right): https://codereview.chromium.org/1628453002/diff/1/src/compiler/mips64/code-generator-mips64.cc#newcode1660 src/compiler/mips64/code-generator-mips64.cc:1660: if (kArchVariant >= kMips64r6) { Also, I am not ...
4 years, 11 months ago (2016-01-25 11:40:03 UTC) #2
balazs.kilvady
https://codereview.chromium.org/1628453002/diff/1/src/compiler/mips64/code-generator-mips64.cc File src/compiler/mips64/code-generator-mips64.cc (right): https://codereview.chromium.org/1628453002/diff/1/src/compiler/mips64/code-generator-mips64.cc#newcode1660 src/compiler/mips64/code-generator-mips64.cc:1660: if (kArchVariant >= kMips64r6) { On 2016/01/25 11:40:03, ivica.bogosavljevic ...
4 years, 11 months ago (2016-01-25 12:46:17 UTC) #3
ivica.bogosavljevic
https://codereview.chromium.org/1628453002/diff/1/src/compiler/mips64/code-generator-mips64.cc File src/compiler/mips64/code-generator-mips64.cc (right): https://codereview.chromium.org/1628453002/diff/1/src/compiler/mips64/code-generator-mips64.cc#newcode1663 src/compiler/mips64/code-generator-mips64.cc:1663: if ((masm()->pc_offset() & 7) == 0) { I am ...
4 years, 11 months ago (2016-01-26 08:32:29 UTC) #4
balazs.kilvady
https://codereview.chromium.org/1628453002/diff/1/src/compiler/mips64/code-generator-mips64.cc File src/compiler/mips64/code-generator-mips64.cc (right): https://codereview.chromium.org/1628453002/diff/1/src/compiler/mips64/code-generator-mips64.cc#newcode1663 src/compiler/mips64/code-generator-mips64.cc:1663: if ((masm()->pc_offset() & 7) == 0) { On 2016/01/26 ...
4 years, 11 months ago (2016-01-26 18:40:05 UTC) #5
ivica.bogosavljevic
lgtm
4 years, 11 months ago (2016-01-27 10:30:00 UTC) #6
balazs.kilvady
not lgtm
4 years, 11 months ago (2016-01-27 15:46:19 UTC) #7
balazs.kilvady
4 years, 11 months ago (2016-01-27 18:03:13 UTC) #9
balazs.kilvady
NOT LGTM
4 years, 10 months ago (2016-01-29 10:25:35 UTC) #10
balazs.kilvady
Rebased and macro fixed. PTAL.
4 years, 10 months ago (2016-01-29 12:56:03 UTC) #11
akos.palfi.imgtec
Nice, LGTM!
4 years, 10 months ago (2016-02-03 13:01:36 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1628453002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1628453002/100001
4 years, 10 months ago (2016-02-03 13:12:43 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-03 13:31:05 UTC) #18
commit-bot: I haz the power
4 years, 10 months ago (2016-02-03 13:31:36 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/ebac85c0a4ada986dad82c1b6ed3aa8ed5dfe309
Cr-Commit-Position: refs/heads/master@{#33703}

Powered by Google App Engine
This is Rietveld 408576698