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

Issue 1544743004: [turbofan] Add Int64(Add|Sub)WithOverflow support. (Closed)

Created:
5 years ago by Jarin
Modified:
4 years, 12 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] Add Int64(Add|Sub)WithOverflow support. Committed: https://crrev.com/bafb568b6e9e70968d9b26f506b1cefe89a6b28a Cr-Commit-Position: refs/heads/master@{#33039}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Mips 64 support #

Patch Set 3 : Fix cast #

Patch Set 4 : Add truncation to the int64-sub-with-overflow-branch test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+601 lines, -0 lines) Patch
M src/base/bits.h View 1 chunk +20 lines, -0 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 1 2 chunks +30 lines, -0 lines 0 comments Download
M src/compiler/instruction-selector.cc View 3 chunks +16 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 3 chunks +56 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 2 chunks +26 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/raw-machine-assembler.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/typer.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 3 chunks +26 lines, -0 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 2 chunks +36 lines, -0 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 2 chunks +160 lines, -0 lines 0 comments Download
M test/cctest/compiler/codegen-tester.h View 1 chunk +10 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 1 2 3 1 chunk +184 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Jarin
@v8-mips-ports, could you please help me with the mips64 port? Benedikt, could you please take ...
5 years ago (2015-12-22 10:16:24 UTC) #2
balazs.kilvady
On 2015/12/22 10:16:24, Jarin wrote: > @v8-mips-ports, could you please help me with the mips64 ...
5 years ago (2015-12-22 10:19:30 UTC) #3
Benedikt Meurer
LGTM with nits. https://codereview.chromium.org/1544743004/diff/1/src/base/bits.h File src/base/bits.h (right): https://codereview.chromium.org/1544743004/diff/1/src/base/bits.h#newcode219 src/base/bits.h:219: uint64_t res = static_cast<uint64_t>(lhs) + static_cast<uint64_t>(rhs); ...
5 years ago (2015-12-22 10:32:24 UTC) #4
Jarin
https://codereview.chromium.org/1544743004/diff/1/src/base/bits.h File src/base/bits.h (right): https://codereview.chromium.org/1544743004/diff/1/src/base/bits.h#newcode219 src/base/bits.h:219: uint64_t res = static_cast<uint64_t>(lhs) + static_cast<uint64_t>(rhs); On 2015/12/22 10:32:24, ...
5 years ago (2015-12-22 10:42:21 UTC) #5
balazs.kilvady
On 2015/12/22 10:16:24, Jarin wrote: > @v8-mips-ports, could you please help me with the mips64 ...
5 years ago (2015-12-22 18:55:20 UTC) #6
balazs.kilvady
On 2015/12/22 18:55:20, balazs.kilvady wrote: > On 2015/12/22 10:16:24, Jarin wrote: > > @v8-mips-ports, could ...
5 years ago (2015-12-23 14:18:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1544743004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1544743004/60001
4 years, 12 months ago (2015-12-24 18:48:52 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 12 months ago (2015-12-24 18:50:44 UTC) #11
Jarin
On 2015/12/23 14:18:10, balazs.kilvady wrote: > On 2015/12/22 18:55:20, balazs.kilvady wrote: > > On 2015/12/22 ...
4 years, 12 months ago (2015-12-24 18:50:46 UTC) #12
commit-bot: I haz the power
4 years, 12 months ago (2015-12-24 18:51:36 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/bafb568b6e9e70968d9b26f506b1cefe89a6b28a
Cr-Commit-Position: refs/heads/master@{#33039}

Powered by Google App Engine
This is Rietveld 408576698