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

Issue 2069933003: Implement byte swapping instructions on MIPS32 and MIPS64. (Closed)

Created:
4 years, 6 months ago by ivica.bogosavljevic
Modified:
4 years, 5 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

Implement byte swapping instructions on MIPS32 and MIPS64. BUG= Committed: https://crrev.com/e1e50f3fff84af3a31133025d8c68b5d76b5ee52 Cr-Commit-Position: refs/heads/master@{#37295}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address code review remarks. Remove testing already covered in test-macro-assembler-mips64.cc #

Total comments: 2

Patch Set 3 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+534 lines, -61 lines) Patch
M src/mips/assembler-mips.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.cc View 2 chunks +15 lines, -1 line 0 comments Download
M src/mips/constants-mips.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 chunk +23 lines, -4 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 3 chunks +73 lines, -2 lines 0 comments Download
M src/mips/simulator-mips.cc View 1 1 chunk +44 lines, -5 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 2 chunks +24 lines, -1 line 0 comments Download
M src/mips64/constants-mips64.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/mips64/disasm-mips64.cc View 2 chunks +18 lines, -7 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 2 chunks +43 lines, -1 line 0 comments Download
M src/mips64/simulator-mips64.cc View 1 3 chunks +91 lines, -34 lines 0 comments Download
M test/cctest/test-disasm-mips.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-mips64.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-mips64.cc View 1 2 1 chunk +83 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
ivica.bogosavljevic
PTAL Need this in order to support WASM on big-endian effectively
4 years, 6 months ago (2016-06-15 14:39:25 UTC) #2
balazs.kilvady
Loloks good. So far I just took a quick look to the 32-bit part and ...
4 years, 6 months ago (2016-06-21 10:24:58 UTC) #3
ivica.bogosavljevic
4 years, 6 months ago (2016-06-22 14:19:31 UTC) #4
balazs.kilvady
lgtm with minor nits. https://codereview.chromium.org/2069933003/diff/20001/test/cctest/test-macro-assembler-mips.cc File test/cctest/test-macro-assembler-mips.cc (right): https://codereview.chromium.org/2069933003/diff/20001/test/cctest/test-macro-assembler-mips.cc#newcode68 test/cctest/test-macro-assembler-mips.cc:68: typedef struct { Please use ...
4 years, 5 months ago (2016-06-27 09:25:55 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2069933003/40001
4 years, 5 months ago (2016-06-27 14:04:08 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-27 14:28:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2069933003/40001
4 years, 5 months ago (2016-06-27 14:32:59 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-06-27 14:35:13 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-06-27 14:36:55 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e1e50f3fff84af3a31133025d8c68b5d76b5ee52
Cr-Commit-Position: refs/heads/master@{#37295}

Powered by Google App Engine
This is Rietveld 408576698