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

Issue 1902743002: MIPS: Implement unaligned access instruction. (Closed)

Created:
4 years, 8 months ago by ivica.bogosavljevic
Modified:
4 years, 7 months ago
Reviewers:
ilija.pavlovic, balazs.kilvady, miran.karic, Marija Antic, akos.palfi, akos.palfi.imgtec
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: Implement unaligned access instruction. Implement unaligned access instructions, and tests for corresponding instruction BUG= Committed: https://crrev.com/60497de28ca9d8fc9ce1db56692b2f450b5061a2 Cr-Commit-Position: refs/heads/master@{#35873}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address code review remarks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1174 lines, -72 lines) Patch
M src/mips/assembler-mips.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M src/mips/constants-mips.h View 1 1 chunk +13 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 1 chunk +189 lines, -4 lines 0 comments Download
M src/mips/simulator-mips.cc View 1 8 chunks +8 lines, -8 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 3 chunks +16 lines, -0 lines 0 comments Download
M src/mips64/constants-mips64.h View 1 3 chunks +28 lines, -6 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 1 chunk +14 lines, -2 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 3 chunks +220 lines, -32 lines 0 comments Download
M src/mips64/simulator-mips64.cc View 1 15 chunks +60 lines, -15 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 3 chunks +249 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-mips64.cc View 2 chunks +349 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
ivica.bogosavljevic
PTAL This is the code that implements unaligned instructions for MIPS. It has been taken ...
4 years, 8 months ago (2016-04-19 10:28:22 UTC) #2
balazs.kilvady
https://codereview.chromium.org/1902743002/diff/1/src/mips/assembler-mips.cc File src/mips/assembler-mips.cc (right): https://codereview.chromium.org/1902743002/diff/1/src/mips/assembler-mips.cc#newcode1832 src/mips/assembler-mips.cc:1832: DCHECK(is_int16(rs.offset_)); removed in Release 6 so please add a ...
4 years, 8 months ago (2016-04-26 12:08:42 UTC) #3
akos.palfi.imgtec
Added my first round comments. https://codereview.chromium.org/1902743002/diff/1/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/1902743002/diff/1/src/mips/macro-assembler-mips.cc#newcode1198 src/mips/macro-assembler-mips.cc:1198: lw(rd, rs); From the ...
4 years, 8 months ago (2016-04-26 13:07:24 UTC) #5
ivica.bogosavljevic
4 years, 8 months ago (2016-04-26 15:14:45 UTC) #6
akos.palfi.imgtec
lgtm
4 years, 7 months ago (2016-04-27 13:03:35 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902743002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902743002/20001
4 years, 7 months ago (2016-04-28 14:48:44 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-28 15:05:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902743002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902743002/20001
4 years, 7 months ago (2016-04-28 15:07:10 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-04-28 15:09:35 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-01 22:02:47 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/60497de28ca9d8fc9ce1db56692b2f450b5061a2
Cr-Commit-Position: refs/heads/master@{#35873}

Powered by Google App Engine
This is Rietveld 408576698