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

Issue 1434263003: MIPS: Use BOVC/BNVC for overflow checking on r6. (Closed)

Created:
5 years, 1 month ago by balazs.kilvady
Modified:
5 years ago
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Use BOVC/BNVC for overflow checking on r6. BUG= Committed: https://crrev.com/21b331e3ff9f4da302d31627db7ca265adf1a767 Cr-Commit-Position: refs/heads/master@{#32630}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Rebase, nits fixed, sub added. #

Patch Set 3 : Rebase #

Total comments: 2

Patch Set 4 : Remove unnecessary BranchOnOverflow() call. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -176 lines) Patch
M src/compiler/mips/code-generator-mips.cc View 1 2 3 4 chunks +50 lines, -29 lines 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 2 3 3 chunks +19 lines, -22 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 4 chunks +5 lines, -11 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 2 3 1 chunk +12 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 3 2 chunks +40 lines, -34 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 3 3 chunks +129 lines, -74 lines 0 comments Download

Messages

Total messages: 29 (15 generated)
paul.l...
First round of comments. More to come ... https://codereview.chromium.org/1434263003/diff/1/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/1434263003/diff/1/src/compiler/mips/code-generator-mips.cc#newcode587 src/compiler/mips/code-generator-mips.cc:587: // ...
5 years, 1 month ago (2015-11-13 02:16:20 UTC) #2
Alan Li
https://codereview.chromium.org/1434263003/diff/1/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/1434263003/diff/1/src/compiler/mips/code-generator-mips.cc#newcode1124 src/compiler/mips/code-generator-mips.cc:1124: __ li(result, 1); So I guess another very easy ...
5 years, 1 month ago (2015-11-20 01:28:39 UTC) #4
balazs.kilvady
https://codereview.chromium.org/1434263003/diff/1/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/1434263003/diff/1/src/compiler/mips/code-generator-mips.cc#newcode587 src/compiler/mips/code-generator-mips.cc:587: // Noop, AdduAndCheckForOverflow() executed at branch/result processing. On 2015/11/13 ...
5 years, 1 month ago (2015-11-20 19:28:08 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434263003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434263003/40001
5 years, 1 month ago (2015-11-20 19:29:53 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-20 19:51:07 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434263003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434263003/60001
5 years ago (2015-11-30 17:36:03 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-11-30 18:02:25 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434263003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434263003/60001
5 years ago (2015-12-01 11:59:18 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-01 12:00:56 UTC) #20
paul.l...
LGTM, but one nit to fix before landing. https://codereview.chromium.org/1434263003/diff/60001/src/full-codegen/mips/full-codegen-mips.cc File src/full-codegen/mips/full-codegen-mips.cc (right): https://codereview.chromium.org/1434263003/diff/60001/src/full-codegen/mips/full-codegen-mips.cc#newcode2304 src/full-codegen/mips/full-codegen-mips.cc:2304: __ ...
5 years ago (2015-12-04 20:04:12 UTC) #21
balazs.kilvady
https://codereview.chromium.org/1434263003/diff/60001/src/full-codegen/mips/full-codegen-mips.cc File src/full-codegen/mips/full-codegen-mips.cc (right): https://codereview.chromium.org/1434263003/diff/60001/src/full-codegen/mips/full-codegen-mips.cc#newcode2304 src/full-codegen/mips/full-codegen-mips.cc:2304: __ BranchOnOverflow(&stub_call, scratch1); On 2015/12/04 20:04:12, paul.l... wrote: > ...
5 years ago (2015-12-05 11:58:44 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434263003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434263003/80001
5 years ago (2015-12-05 11:59:01 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years ago (2015-12-05 12:18:35 UTC) #27
commit-bot: I haz the power
5 years ago (2015-12-05 12:18:58 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/21b331e3ff9f4da302d31627db7ca265adf1a767
Cr-Commit-Position: refs/heads/master@{#32630}

Powered by Google App Engine
This is Rietveld 408576698