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

Issue 677483005: [turbofan] Implement the correct semantics for integer division/modulus. (Closed)

Created:
6 years, 2 months ago by Benedikt Meurer
Modified:
6 years, 1 month ago
Reviewers:
Jarin
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[turbofan] Implement the correct semantics for integer division/modulus. Also fix the sdiv/udiv instructions on ARM as a nice side effect. TEST=cctest,unittests R=jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24888

Patch Set 1 #

Patch Set 2 : Improve SignedMod32. #

Patch Set 3 : Fixes and tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+391 lines, -62 lines) Patch
M src/arm/simulator-arm.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M src/base/bits.h View 1 chunk +26 lines, -0 lines 0 comments Download
M src/base/bits.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M src/compiler/machine-operator-reducer.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/machine-operator-reducer.cc View 1 2 5 chunks +66 lines, -44 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 3 chunks +65 lines, -9 lines 0 comments Download
M test/unittests/base/bits-unittest.cc View 1 chunk +52 lines, -0 lines 0 comments Download
M test/unittests/compiler/machine-operator-reducer-unittest.cc View 1 2 2 chunks +157 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Benedikt Meurer
PTAL
6 years, 2 months ago (2014-10-24 11:49:13 UTC) #2
Jarin
lgtm
6 years, 2 months ago (2014-10-24 13:09:47 UTC) #3
Benedikt Meurer
6 years, 1 month ago (2014-10-26 12:50:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 24888 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698