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

Issue 2505923002: MIPS64: Port "Reland of "MIPS: Optimize load/store with large offset"". (Closed)

Created:
4 years, 1 month ago by Marija Antic
Modified:
4 years ago
Reviewers:
ivica.bogosavljevic, ilija.pavlovic, miran.karic, dusan.simicic
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS64: Port "Reland of "MIPS: Optimize load/store with large offset"". Port 961a45da69b613b819dbadf0c83b2b4ab820c68c BUG= Committed: https://crrev.com/daedefd3fc117754eaaa1b961880fff07d84852c Cr-Commit-Position: refs/heads/master@{#41284}

Patch Set 1 #

Patch Set 2 : Adding coprocessor instructions #

Patch Set 3 : Fix for float64 #

Total comments: 6

Patch Set 4 : Address comments #

Patch Set 5 : Remove unnecessary check for Float64 instructions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -48 lines) Patch
M src/compiler/mips64/instruction-selector-mips64.cc View 1 1 chunk +27 lines, -1 line 0 comments Download
M src/mips64/assembler-mips64.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 2 3 4 15 chunks +55 lines, -32 lines 0 comments Download
M test/unittests/compiler/mips64/instruction-selector-mips64-unittest.cc View 4 chunks +10 lines, -15 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
Marija Antic
PTAL
4 years, 1 month ago (2016-11-18 13:51:20 UTC) #2
ivica.bogosavljevic
https://codereview.chromium.org/2505923002/diff/40001/src/mips64/assembler-mips64.cc File src/mips64/assembler-mips64.cc (right): https://codereview.chromium.org/2505923002/diff/40001/src/mips64/assembler-mips64.cc#newcode1943 src/mips64/assembler-mips64.cc:1943: daddiu(at, zero_reg, (src.offset_ >> kLuiShift) & kImm16Mask); Do you ...
4 years, 1 month ago (2016-11-21 14:23:37 UTC) #3
Marija Antic
https://codereview.chromium.org/2505923002/diff/40001/src/mips64/assembler-mips64.cc File src/mips64/assembler-mips64.cc (right): https://codereview.chromium.org/2505923002/diff/40001/src/mips64/assembler-mips64.cc#newcode1943 src/mips64/assembler-mips64.cc:1943: daddiu(at, zero_reg, (src.offset_ >> kLuiShift) & kImm16Mask); I've ran ...
4 years ago (2016-11-24 08:46:29 UTC) #4
ivica.bogosavljevic
lgtm
4 years ago (2016-11-25 08:41:00 UTC) #5
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/2505923002/80001
4 years ago (2016-11-25 09:09:41 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-11-25 09:12:03 UTC) #13
commit-bot: I haz the power
4 years ago (2016-11-25 09:12:37 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/daedefd3fc117754eaaa1b961880fff07d84852c
Cr-Commit-Position: refs/heads/master@{#41284}

Powered by Google App Engine
This is Rietveld 408576698