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 634333002: emitIAS for fld and fstp (Closed)

Created:
6 years, 2 months ago by jvoung (off chromium)
Modified:
6 years, 2 months ago
Reviewers:
Jim Stichnoth
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : allow NULL for now #

Patch Set 3 : handle st(0) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -65 lines) Patch
M src/IceInstX8632.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/IceInstX8632.cpp View 1 2 4 chunks +73 lines, -1 line 0 comments Download
M src/IceInstX8632.def View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/IceRegistersX8632.h View 1 2 5 chunks +17 lines, -3 lines 0 comments Download
M src/assembler_ia32.h View 1 2 4 chunks +7 lines, -12 lines 0 comments Download
M src/assembler_ia32.cpp View 1 2 3 chunks +13 lines, -43 lines 0 comments Download
M tests_lit/llvm2ice_tests/fp.pnacl.ll View 6 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
jvoung (off chromium)
6 years, 2 months ago (2014-10-08 18:00:59 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/634333002/diff/1/src/IceInstX8632.cpp File src/IceInstX8632.cpp (left): https://codereview.chromium.org/634333002/diff/1/src/IceInstX8632.cpp#oldcode1930 src/IceInstX8632.cpp:1930: if (getDest() == NULL) { I think "fstp st(0)" ...
6 years, 2 months ago (2014-10-08 19:09:42 UTC) #3
jvoung (off chromium)
https://codereview.chromium.org/634333002/diff/1/src/IceInstX8632.cpp File src/IceInstX8632.cpp (left): https://codereview.chromium.org/634333002/diff/1/src/IceInstX8632.cpp#oldcode1930 src/IceInstX8632.cpp:1930: if (getDest() == NULL) { On 2014/10/08 19:09:41, stichnot ...
6 years, 2 months ago (2014-10-08 20:51:47 UTC) #4
Jim Stichnoth
lgtm https://codereview.chromium.org/634333002/diff/1/src/IceInstX8632.cpp File src/IceInstX8632.cpp (left): https://codereview.chromium.org/634333002/diff/1/src/IceInstX8632.cpp#oldcode1930 src/IceInstX8632.cpp:1930: if (getDest() == NULL) { On 2014/10/08 20:51:47, ...
6 years, 2 months ago (2014-10-08 21:10:28 UTC) #5
jvoung (off chromium)
6 years, 2 months ago (2014-10-09 04:05:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
479e5633db43479c072256c0d7a9eb89acecf240 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698