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

Issue 1323763002: MIPS: Fixing illegal use of at register (Closed)

Created:
5 years, 3 months ago by Djordje.Pesic
Modified:
5 years, 3 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Fix illegal use of at register Fix illegal use of at register when ldc1 and sdc1 are called. Added dchecks to prevent such a usage. TEST=mjsunit/asm/float64array-negative-offset(r6), mjsunit/asm/float64array-outofbounds(r6) Committed: https://crrev.com/9e05ee74467e9ee14e53452f719782b5fe73d92d Cr-Commit-Position: refs/heads/master@{#30670}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed comments #

Total comments: 2

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -19 lines) Patch
M src/compiler/mips/code-generator-mips.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/assembler-mips64.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
paul.l...
nit: please edit commit message to say "Fix illegal use of ....", rather than Fixing ...
5 years, 3 months ago (2015-08-31 22:56:34 UTC) #2
paul.l...
Also, you should add a 'TEST=' line, to show at least one of the tests ...
5 years, 3 months ago (2015-08-31 23:04:16 UTC) #3
Djordje.Pesic
I had one more issue in macroassembler-mips.cc. Switched t8 usage to t9 https://codereview.chromium.org/1323763002/diff/1/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc ...
5 years, 3 months ago (2015-09-07 11:34:17 UTC) #4
paul.l...
https://codereview.chromium.org/1323763002/diff/20001/src/mips/assembler-mips.cc File src/mips/assembler-mips.cc (right): https://codereview.chromium.org/1323763002/diff/20001/src/mips/assembler-mips.cc#newcode2030 src/mips/assembler-mips.cc:2030: DCHECK(!src.rm().is(t8)); Why check for t8 here? You do not ...
5 years, 3 months ago (2015-09-08 15:48:41 UTC) #5
Djordje.Pesic
https://codereview.chromium.org/1323763002/diff/20001/src/mips/assembler-mips.cc File src/mips/assembler-mips.cc (right): https://codereview.chromium.org/1323763002/diff/20001/src/mips/assembler-mips.cc#newcode2030 src/mips/assembler-mips.cc:2030: DCHECK(!src.rm().is(t8)); On 2015/09/08 15:48:41, paul.l... wrote: > Why check ...
5 years, 3 months ago (2015-09-09 06:41:54 UTC) #6
paul.l...
LGTM. Thanks!
5 years, 3 months ago (2015-09-10 04:09:43 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1323763002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1323763002/40001
5 years, 3 months ago (2015-09-10 05:39:35 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-10 06:02:31 UTC) #11
commit-bot: I haz the power
5 years, 3 months ago (2015-09-10 06:02:45 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9e05ee74467e9ee14e53452f719782b5fe73d92d
Cr-Commit-Position: refs/heads/master@{#30670}

Powered by Google App Engine
This is Rietveld 408576698