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

Issue 2420033002: [SubZero] Handle relocatable constants for MIPS (Closed)

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

Description

[SubZero] Handle relocatable constants for MIPS The patch generates HI/LO modifiers for relocatable constants. R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=45e4d5edca13d208bb65cb0423264ab9d9c2f08a

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -22 lines) Patch
M src/IceInstMIPS32.h View 1 3 chunks +52 lines, -19 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tests_lit/llvm2ice_tests/arith.ll View 3 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
jaydeep.patil
4 years, 2 months ago (2016-10-14 07:52:57 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/2420033002/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2420033002/diff/1/src/IceInstMIPS32.h#newcode1014 src/IceInstMIPS32.h:1014: if (Reloc != RO_No) { All other things equal, ...
4 years, 2 months ago (2016-10-16 14:44:43 UTC) #4
jaydeep.patil
https://codereview.chromium.org/2420033002/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2420033002/diff/1/src/IceInstMIPS32.h#newcode1014 src/IceInstMIPS32.h:1014: if (Reloc != RO_No) { On 2016/10/16 14:44:43, Jim ...
4 years, 2 months ago (2016-10-17 04:05:02 UTC) #5
Jim Stichnoth
lgtm
4 years, 2 months ago (2016-10-17 04:50:24 UTC) #6
Jim Stichnoth
4 years, 2 months ago (2016-10-17 04:50:47 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
45e4d5edca13d208bb65cb0423264ab9d9c2f08a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698