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

Issue 582713002: [turbofan] IA: Float64ToUint32 supports mem operand (Closed)

Created:
6 years, 3 months ago by Weiliang
Modified:
6 years, 3 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[turbofan] IA: Float64ToUint32 supports mem operand BUG= R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24092

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -10 lines) Patch
M src/compiler/ia32/code-generator-ia32.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 1 1 chunk +40 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Weiliang
PTAL
6 years, 3 months ago (2014-09-18 13:57:54 UTC) #2
titzer
Looks good, just wondering about the below conditions. https://codereview.chromium.org/582713002/diff/1/src/compiler/ia32/code-generator-ia32.cc File src/compiler/ia32/code-generator-ia32.cc (right): https://codereview.chromium.org/582713002/diff/1/src/compiler/ia32/code-generator-ia32.cc#newcode310 src/compiler/ia32/code-generator-ia32.cc:310: __ ...
6 years, 3 months ago (2014-09-18 14:03:06 UTC) #3
Weiliang
https://codereview.chromium.org/582713002/diff/1/src/compiler/ia32/code-generator-ia32.cc File src/compiler/ia32/code-generator-ia32.cc (right): https://codereview.chromium.org/582713002/diff/1/src/compiler/ia32/code-generator-ia32.cc#newcode310 src/compiler/ia32/code-generator-ia32.cc:310: __ j(not_carry, &done, Label::kNear); On 2014/09/18 14:03:06, titzer wrote: ...
6 years, 3 months ago (2014-09-18 14:11:01 UTC) #4
Weiliang
On 2014/09/18 14:11:01, Weiliang wrote: > https://codereview.chromium.org/582713002/diff/1/src/compiler/ia32/code-generator-ia32.cc > File src/compiler/ia32/code-generator-ia32.cc (right): > > https://codereview.chromium.org/582713002/diff/1/src/compiler/ia32/code-generator-ia32.cc#newcode310 > ...
6 years, 3 months ago (2014-09-18 14:31:21 UTC) #5
titzer
On 2014/09/18 14:31:21, Weiliang wrote: > On 2014/09/18 14:11:01, Weiliang wrote: > > > https://codereview.chromium.org/582713002/diff/1/src/compiler/ia32/code-generator-ia32.cc ...
6 years, 3 months ago (2014-09-18 15:46:16 UTC) #6
Weiliang
On 2014/09/18 15:46:16, titzer wrote: > On 2014/09/18 14:31:21, Weiliang wrote: > > On 2014/09/18 ...
6 years, 3 months ago (2014-09-18 16:04:11 UTC) #7
titzer
On 2014/09/18 16:04:11, Weiliang wrote: > On 2014/09/18 15:46:16, titzer wrote: > > On 2014/09/18 ...
6 years, 3 months ago (2014-09-18 16:12:46 UTC) #8
titzer
6 years, 3 months ago (2014-09-19 14:25:28 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 manually as 24092 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698