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

Issue 1907363002: MIPS64: Fix [turbofan] Length and index2 are unsigned in CheckedLoad/CheckedStore. (Closed)

Created:
4 years, 8 months ago by balazs.kilvady
Modified:
4 years, 7 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

MIPS64: Fix [turbofan] Length and index2 are unsigned in CheckedLoad/CheckedStore. Port b994ad45b089c64eb253f63526723ffc2a0c86c6 Original commit message: Also factor out test cases from test-run-machops.cc into test-run-load-store.cc TEST=cctest/test-run-load-store/RunLoadStoreZeroExtend64, cctest/test-run-load-store/RunOobCheckedLoadT_pseudo7, cctest/test-run-load-store/RunOobCheckedLoad_pseudo7 BUG=chromium:599717 LOG=Y Committed: https://crrev.com/7551eca9816a7386282789e806bafedb9d4817bd Cr-Commit-Position: refs/heads/master@{#36017}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -11 lines) Patch
M src/compiler/mips64/code-generator-mips64.cc View 1 10 chunks +11 lines, -9 lines 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (4 generated)
balazs.kilvady
PTAL, I had to add case MachineRepresentation::kWord32: opcode = load_rep.IsUnsigned() ? kMips64Lwu : kMips64Lw; in ...
4 years, 8 months ago (2016-04-22 17:07:14 UTC) #2
titzer
https://codereview.chromium.org/1907363002/diff/1/src/compiler/mips64/code-generator-mips64.cc File src/compiler/mips64/code-generator-mips64.cc (right): https://codereview.chromium.org/1907363002/diff/1/src/compiler/mips64/code-generator-mips64.cc#newcode369 src/compiler/mips64/code-generator-mips64.cc:369: __ And(kScratchReg, offset, Operand(0xffffffff)); \ We've been making the ...
4 years, 8 months ago (2016-04-25 08:44:10 UTC) #3
balazs.kilvady
https://codereview.chromium.org/1907363002/diff/1/src/compiler/mips64/code-generator-mips64.cc File src/compiler/mips64/code-generator-mips64.cc (right): https://codereview.chromium.org/1907363002/diff/1/src/compiler/mips64/code-generator-mips64.cc#newcode369 src/compiler/mips64/code-generator-mips64.cc:369: __ And(kScratchReg, offset, Operand(0xffffffff)); \ On 2016/04/25 08:44:10, titzer ...
4 years, 8 months ago (2016-04-25 10:49:19 UTC) #4
titzer
On 2016/04/25 10:49:19, balazs.kilvady wrote: > https://codereview.chromium.org/1907363002/diff/1/src/compiler/mips64/code-generator-mips64.cc > File src/compiler/mips64/code-generator-mips64.cc (right): > > https://codereview.chromium.org/1907363002/diff/1/src/compiler/mips64/code-generator-mips64.cc#newcode369 > ...
4 years, 8 months ago (2016-04-25 11:03:41 UTC) #5
balazs.kilvady
On 2016/04/25 11:03:41, titzer wrote: > On 2016/04/25 10:49:19, balazs.kilvady wrote: > > > https://codereview.chromium.org/1907363002/diff/1/src/compiler/mips64/code-generator-mips64.cc ...
4 years, 8 months ago (2016-04-25 12:05:43 UTC) #6
balazs.kilvady
On 2016/04/25 12:05:43, balazs.kilvady wrote: > On 2016/04/25 11:03:41, titzer wrote: > > On 2016/04/25 ...
4 years, 8 months ago (2016-04-26 10:05:52 UTC) #7
titzer
On 2016/04/26 10:05:52, balazs.kilvady wrote: > On 2016/04/25 12:05:43, balazs.kilvady wrote: > > On 2016/04/25 ...
4 years, 7 months ago (2016-05-03 13:27:45 UTC) #8
titzer
On 2016/05/03 13:27:45, titzer wrote: > On 2016/04/26 10:05:52, balazs.kilvady wrote: > > On 2016/04/25 ...
4 years, 7 months ago (2016-05-03 13:28:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1907363002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1907363002/20001
4 years, 7 months ago (2016-05-04 11:19:31 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-04 11:42:17 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 11:43:16 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7551eca9816a7386282789e806bafedb9d4817bd
Cr-Commit-Position: refs/heads/master@{#36017}

Powered by Google App Engine
This is Rietveld 408576698