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

Issue 6368053: Implements DoubleToI on ARM. Refactor some VFP code at the same time and... (Closed)

Created:
9 years, 10 months ago by Rodolph Perfetta
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Implements DoubleToI on ARM. Refactor some VFP code at the same time and fix the simulator behaviour. BUG=none TEST=added to cctest/test-assembler-arm.cc Committed: http://code.google.com/p/v8/source/detail?r=6629

Patch Set 1 #

Total comments: 17

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -159 lines) Patch
M src/arm/assembler-arm.h View 1 1 chunk +7 lines, -11 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 8 chunks +8 lines, -8 lines 0 comments Download
M src/arm/constants-arm.h View 1 2 chunks +17 lines, -7 lines 0 comments Download
M src/arm/lithium-arm.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 3 chunks +74 lines, -19 lines 0 comments Download
M src/arm/simulator-arm.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 1 3 chunks +106 lines, -58 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/checks.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 1 chunk +164 lines, -46 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Rodolph Perfetta
9 years, 10 months ago (2011-02-02 17:24:29 UTC) #1
Søren Thygesen Gjesse
LGTM with the comments addressed. http://codereview.chromium.org/6368053/diff/1/src/arm/constants-arm.h File src/arm/constants-arm.h (right): http://codereview.chromium.org/6368053/diff/1/src/arm/constants-arm.h#newcode410 src/arm/constants-arm.h:410: } Remove a few ...
9 years, 10 months ago (2011-02-03 09:07:17 UTC) #2
Rodolph Perfetta
comments addressed. http://codereview.chromium.org/6368053/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): http://codereview.chromium.org/6368053/diff/1/src/arm/lithium-codegen-arm.cc#newcode2670 src/arm/lithium-codegen-arm.cc:2670: EmitVFPTruncate(kRoundToMinusInf, On 2011/02/03 09:07:17, Søren Gjesse wrote: ...
9 years, 10 months ago (2011-02-03 15:03:39 UTC) #3
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-04 07:10:30 UTC) #4
LGTM

Committed: http://code.google.com/p/v8/source/detail?r=6629

Thank you for the patch.

Powered by Google App Engine
This is Rietveld 408576698