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

Issue 6448001: x64: Add MulI and DivI to lithium instructions. (Closed)

Created:
9 years, 10 months ago by Rico
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

x64: Add MulI and DivI to lithium instructions. Committed: http://code.google.com/p/v8/source/detail?r=6681

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -15 lines) Patch
M src/arm/lithium-arm.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +83 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 2 chunks +27 lines, -4 lines 0 comments Download
A test/mjsunit/regress/regress-1117.js View 1 2 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Rico
9 years, 10 months ago (2011-02-08 09:22:07 UTC) #1
William Hesse
LGTM, with comments. http://codereview.chromium.org/6448001/diff/4002/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): http://codereview.chromium.org/6448001/diff/4002/src/x64/lithium-codegen-x64.cc#newcode628 src/x64/lithium-codegen-x64.cc:628: NearLabel left_not_zero; Should we combine the ...
9 years, 10 months ago (2011-02-08 09:42:47 UTC) #2
Rico
Please take another look, added a regression test for the constant 0 right operand with ...
9 years, 10 months ago (2011-02-08 11:22:04 UTC) #3
William Hesse
9 years, 10 months ago (2011-02-08 14:19:41 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698