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

Issue 2123723002: SubZero: legalize for f32/f64 constants in MIPS32 (Closed)

Created:
4 years, 5 months ago by mohit.bhakkad
Modified:
4 years, 5 months ago
CC:
native-client-reviews_googlegroups.com, jaydeep.patil, rich.fuhler_imgtec.com, srdjan.obucina_imgtec.com, sagar.thakur
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix: seperate parts for constants from other types #

Total comments: 6

Patch Set 3 : Changed as suggested #

Total comments: 2

Patch Set 4 : Changed as suggested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -60 lines) Patch
M src/IceInstMIPS32.h View 1 2 3 10 chunks +45 lines, -19 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 2 3 chunks +25 lines, -3 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 2 2 chunks +11 lines, -7 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 3 2 chunks +50 lines, -31 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
mohit.bhakkad
I will add code which adds Labels in data section if this patch looks good.
4 years, 5 months ago (2016-07-05 09:10:34 UTC) #3
mohit.bhakkad
4 years, 5 months ago (2016-07-05 09:10:43 UTC) #4
mohit.bhakkad
Moving all part that takes care of constant types under one condition, to avoid code ...
4 years, 5 months ago (2016-07-05 12:53:28 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/2123723002/diff/20001/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2123723002/diff/20001/src/IceInstMIPS32.h#newcode31 src/IceInstMIPS32.h:31: enum relocOp { no, hi, lo }; Capitalize these ...
4 years, 5 months ago (2016-07-05 14:29:27 UTC) #6
mohit.bhakkad
https://codereview.chromium.org/2123723002/diff/20001/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2123723002/diff/20001/src/IceInstMIPS32.h#newcode121 src/IceInstMIPS32.h:121: Variable *Base; On 2016/07/05 14:29:27, stichnot wrote: > Seems ...
4 years, 5 months ago (2016-07-06 08:00:28 UTC) #7
Jim Stichnoth
https://codereview.chromium.org/2123723002/diff/40001/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2123723002/diff/40001/src/IceInstMIPS32.h#newcode306 src/IceInstMIPS32.h:306: RelocOp Reloc; const RelopOp Reloc; https://codereview.chromium.org/2123723002/diff/40001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): ...
4 years, 5 months ago (2016-07-07 11:52:21 UTC) #8
mohit.bhakkad
On 2016/07/07 11:52:21, stichnot wrote: > https://codereview.chromium.org/2123723002/diff/40001/src/IceInstMIPS32.h > File src/IceInstMIPS32.h (right): > > https://codereview.chromium.org/2123723002/diff/40001/src/IceInstMIPS32.h#newcode306 > ...
4 years, 5 months ago (2016-07-07 12:02:56 UTC) #9
Jim Stichnoth
lgtm
4 years, 5 months ago (2016-07-07 12:05:12 UTC) #10
Jim Stichnoth
4 years, 5 months ago (2016-07-07 12:08:33 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
d1e977762ab3a9f97d25f4665c8589f4078ad54a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698