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

Issue 1453373002: ​MIPS: Improve Cvt_d_uw on mips32. (Closed)

Created:
5 years, 1 month ago by Alan Li
Modified:
5 years 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: Improve Cvt_d_uw on mips32. BUG= Committed: https://crrev.com/000baddfd3ec4000df1cd4c83fcb676a8408b765 Cr-Commit-Position: refs/heads/master@{#32418}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fixes for comments #

Total comments: 6

Patch Set 3 : addes tests, also removes redundant mfc1/mtc1 instrs. #

Patch Set 4 : Further improvements #

Total comments: 2

Patch Set 5 : remove t9 #

Patch Set 6 : fix compilation errors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -42 lines) Patch
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 2 3 4 5 2 chunks +2 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 3 4 5 1 chunk +25 lines, -36 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 2 3 4 5 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (11 generated)
paul.l...
Issue title should be 'MIPS: Improve Cvt_d_uw. I think you should add tests for this, ...
5 years, 1 month ago (2015-11-18 01:49:13 UTC) #3
Alan Li
​PS2 passes mips32 and 32r6 checks. https://codereview.chromium.org/1453373002/diff/1/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/1453373002/diff/1/src/mips/macro-assembler-mips.cc#newcode1275 src/mips/macro-assembler-mips.cc:1275: cvt_d_l(fd, fs); On ...
5 years, 1 month ago (2015-11-18 02:53:21 UTC) #4
Alan Li
https://codereview.chromium.org/1453373002/diff/1/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/1453373002/diff/1/src/mips/macro-assembler-mips.cc#newcode1274 src/mips/macro-assembler-mips.cc:1274: // on FP64Mode we can simple do convertion from ...
5 years, 1 month ago (2015-11-18 17:07:03 UTC) #5
paul.l...
Please do the test case & edit issue title as mentioned in previous comment. https://codereview.chromium.org/1453373002/diff/20001/src/mips/macro-assembler-mips.cc ...
5 years, 1 month ago (2015-11-19 01:23:38 UTC) #6
Alan Li
I will address other similar sub-optimal cases in a new CL. https://codereview.chromium.org/1453373002/diff/20001/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): ...
5 years, 1 month ago (2015-11-20 17:57:55 UTC) #8
ivica.bogosavljevic
https://codereview.chromium.org/1453373002/diff/60001/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/1453373002/diff/60001/src/mips/macro-assembler-mips.cc#newcode1279 src/mips/macro-assembler-mips.cc:1279: DCHECK(!rs.is(t9)); On one hand, I wished you weren't using ...
5 years ago (2015-11-23 08:56:45 UTC) #10
paul.l...
https://codereview.chromium.org/1453373002/diff/60001/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/1453373002/diff/60001/src/mips/macro-assembler-mips.cc#newcode1279 src/mips/macro-assembler-mips.cc:1279: DCHECK(!rs.is(t9)); On 2015/11/23 08:56:45, ivica.bogosavljevic wrote: > On one ...
5 years ago (2015-11-23 15:57:40 UTC) #11
Alan Li
So the latest patch set passes tests on simulator on both r6 and r2.
5 years ago (2015-11-23 23:43:18 UTC) #12
balazs.kilvady
lgtm. Please change the description to 'MIPS: Improve Cvt_d_uw.'
5 years ago (2015-11-30 17:05:37 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1453373002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1453373002/80001
5 years ago (2015-11-30 17:26:11 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_mipsel_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mipsel_compile_rel/builds/7357)
5 years ago (2015-11-30 17:37:18 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1453373002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1453373002/100001
5 years ago (2015-11-30 20:36:39 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-11-30 20:59:30 UTC) #23
commit-bot: I haz the power
5 years ago (2015-11-30 21:00:16 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/000baddfd3ec4000df1cd4c83fcb676a8408b765
Cr-Commit-Position: refs/heads/master@{#32418}

Powered by Google App Engine
This is Rietveld 408576698