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

Issue 1338713004: MIPS: Fix testcases r6_beqzc and mov. (Closed)

Created:
5 years, 3 months ago by Ilija.Pavlovic1
Modified:
5 years, 3 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: Fix testcases r6_beqzc and mov. Remove incorrect usage of callee-saved FPU regs (f20 and above). Also remove unnecessary push/pop which were occasionally unpaired, and caused crash. TEST=cctest/test-assembler-mips[64] BUG= Committed: https://crrev.com/863ff3e3dd1796072f48c2675aae0dddecbd2163 Cr-Commit-Position: refs/heads/master@{#30729}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Corrections according review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -27 lines) Patch
M src/mips/assembler-mips.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 6 chunks +12 lines, -13 lines 0 comments Download
M test/cctest/test-assembler-mips64.cc View 1 3 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
Ilija.Pavlovic1
5 years, 3 months ago (2015-09-11 13:01:19 UTC) #2
paul.l...
Can you please update the commit message to be more descriptive. This line "Adapted testcases ...
5 years, 3 months ago (2015-09-11 13:58:19 UTC) #3
petarj
https://codereview.chromium.org/1338713004/diff/1/test/cctest/test-assembler-mips.cc File test/cctest/test-assembler-mips.cc (right): https://codereview.chromium.org/1338713004/diff/1/test/cctest/test-assembler-mips.cc#newcode2709 test/cctest/test-assembler-mips.cc:2709: __ ldc1(f5, MemOperand(a0, offsetof(TestFloat, a)) ); Is it possible ...
5 years, 3 months ago (2015-09-11 14:02:28 UTC) #5
petarj
One more thing/nit... I notice that in assembler-mips.cc and in assembler-mips64.cc we have the following ...
5 years, 3 months ago (2015-09-11 14:22:00 UTC) #6
Ilija.Pavlovic1
On 2015/09/11 13:58:19, paul.l... wrote: > Can you please update the commit message to be ...
5 years, 3 months ago (2015-09-14 13:09:56 UTC) #7
Ilija.Pavlovic1
On 2015/09/11 14:02:28, petarj wrote: > https://codereview.chromium.org/1338713004/diff/1/test/cctest/test-assembler-mips.cc > File test/cctest/test-assembler-mips.cc (right): > > https://codereview.chromium.org/1338713004/diff/1/test/cctest/test-assembler-mips.cc#newcode2709 > ...
5 years, 3 months ago (2015-09-14 13:14:52 UTC) #8
Ilija.Pavlovic1
On 2015/09/11 14:22:00, petarj wrote: > One more thing/nit... > > I notice that in ...
5 years, 3 months ago (2015-09-14 13:15:24 UTC) #9
paul.l...
LGTM.
5 years, 3 months ago (2015-09-14 14:58:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1338713004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1338713004/20001
5 years, 3 months ago (2015-09-15 07:12:48 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-15 07:37:05 UTC) #13
commit-bot: I haz the power
5 years, 3 months ago (2015-09-15 07:37:28 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/863ff3e3dd1796072f48c2675aae0dddecbd2163
Cr-Commit-Position: refs/heads/master@{#30729}

Powered by Google App Engine
This is Rietveld 408576698