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

Issue 2101123005: [turbofan] Introduce integer multiplication with overflow. (Closed)

Created:
4 years, 5 months ago by mvstanton
Modified:
4 years, 5 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Introduce integer multiplication with overflow. BUG= Committed: https://crrev.com/8e18a5f2a0357c6899cd32f5ab66b73d72fdd996 Cr-Commit-Position: refs/heads/master@{#37748}

Patch Set 1 #

Patch Set 2 : Bugfixes. #

Patch Set 3 : REBASE. #

Patch Set 4 : ARM. #

Patch Set 5 : Arm64 and rebase. #

Patch Set 6 : Fix compile error. #

Total comments: 20

Patch Set 7 : Code comments. #

Patch Set 8 : Fix compile error. #

Patch Set 9 : MIPS port. #

Patch Set 10 : rebase changes. #

Patch Set 11 : new MIPS port. #

Patch Set 12 : REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+578 lines, -20 lines) Patch
M src/base/bits.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/base/bits.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 6 4 chunks +58 lines, -8 lines 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 2 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 3 4 5 6 7 4 chunks +50 lines, -1 line 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 2 3 4 4 chunks +10 lines, -1 line 0 comments Download
M src/compiler/arm64/instruction-codes-arm64.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 1 2 3 4 5 6 7 4 chunks +45 lines, -1 line 0 comments Download
M src/compiler/code-assembler.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 1 2 3 4 5 6 7 8 9 2 chunks +11 lines, -0 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -1 line 0 comments Download
M src/compiler/instruction-selector-impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 2 3 4 5 6 7 8 10 11 4 chunks +23 lines, -1 line 0 comments Download
M src/compiler/mips/instruction-codes-mips.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 2 3 4 5 6 7 8 9 4 chunks +23 lines, -1 line 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 2 3 4 5 6 7 8 9 2 chunks +11 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/raw-machine-assembler.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/typer.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
M src/compiler/verifier.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +56 lines, -0 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -0 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +72 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 1 2 3 4 2 chunks +92 lines, -1 line 0 comments Download
A test/mjsunit/math-mul.js View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (10 generated)
mvstanton
Hi Benedikt, here is the CL we discussed, thanks for the look. Mips folks, could ...
4 years, 5 months ago (2016-07-11 14:53:18 UTC) #2
Benedikt Meurer
Looking good, thanks man. First round of comments. https://codereview.chromium.org/2101123005/diff/100001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2101123005/diff/100001/src/code-stubs.cc#newcode1070 src/code-stubs.cc:1070: Label ...
4 years, 5 months ago (2016-07-12 04:09:28 UTC) #3
mvstanton
Hi Benedikt, comments addressed, thanks! --Mike https://codereview.chromium.org/2101123005/diff/100001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2101123005/diff/100001/src/code-stubs.cc#newcode1070 src/code-stubs.cc:1070: Label end(assembler); On ...
4 years, 5 months ago (2016-07-12 08:52:49 UTC) #4
Benedikt Meurer
Thanks, LGTM.
4 years, 5 months ago (2016-07-12 18:23:43 UTC) #5
Marija Antic
MIPS port available https://codereview.chromium.org/2141063004
4 years, 5 months ago (2016-07-13 16:26:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101123005/160001
4 years, 5 months ago (2016-07-13 21:16:26 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/4983) v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
4 years, 5 months ago (2016-07-13 21:17:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101123005/180001
4 years, 5 months ago (2016-07-13 21:37:31 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_mipsel_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mipsel_compile_rel/builds/17703)
4 years, 5 months ago (2016-07-13 21:44:22 UTC) #16
Marija Antic
On 2016/07/13 21:44:22, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 5 months ago (2016-07-14 07:36:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101123005/220001
4 years, 5 months ago (2016-07-14 08:27:28 UTC) #20
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 5 months ago (2016-07-14 08:53:12 UTC) #21
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-14 08:53:15 UTC) #22
commit-bot: I haz the power
4 years, 5 months ago (2016-07-14 08:56:23 UTC) #24
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/8e18a5f2a0357c6899cd32f5ab66b73d72fdd996
Cr-Commit-Position: refs/heads/master@{#37748}

Powered by Google App Engine
This is Rietveld 408576698