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

Issue 1416493002: Implements simple returns and call args for Mips. (Closed)

Created:
5 years, 2 months ago by rkotlerimgtec
Modified:
5 years, 2 months ago
Reviewers:
Jim Stichnoth, John
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

Implements simple returns and call args for Mips. This patch is essentially the same as for ARM https://codereview.chromium.org/1127963004 I have incorporated the new 64 bit register work which was not available at the time of this earlier patch. The MIPS O32 Abi is not perfect on this patch but I am more or less following the development of the ARM patches and those were preliminary at this stage too. I will make corrections in a later patch when I incorporate more of the ARM patches. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4167 R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=ac8da5cf6f08122c15db29215a3eb137515528d9

Patch Set 1 #

Total comments: 69

Patch Set 2 : Incorporating changes from stichnot #

Total comments: 26

Patch Set 3 : Incorporation changes from Stichnot re: patch 2 #

Total comments: 5

Patch Set 4 : Corrections to patch set 3 per stichnot review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1151 lines, -123 lines) Patch
M src/IceInstMIPS32.h View 1 2 3 chunks +255 lines, -1 line 0 comments Download
M src/IceInstMIPS32.cpp View 1 2 5 chunks +166 lines, -2 lines 0 comments Download
M src/IceInstMIPS32.def View 1 2 3 1 chunk +131 lines, -41 lines 0 comments Download
M src/IceRegistersMIPS32.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 2 3 chunks +66 lines, -2 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 9 chunks +421 lines, -74 lines 0 comments Download
M tests_lit/llvm2ice_tests/int-arg.ll View 1 2 3 6 chunks +26 lines, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/return_immediates.ll View 1 2 3 25 chunks +83 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
rkotlerimgtec
5 years, 2 months ago (2015-10-18 01:18:19 UTC) #2
Jim Stichnoth
Here are some initial surface comments. Also, the Subject of the CL, and the first ...
5 years, 2 months ago (2015-10-18 11:48:40 UTC) #4
rkotlerimgtec
https://codereview.chromium.org/1416493002/diff/1/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/1416493002/diff/1/src/IceInstMIPS32.cpp#newcode15 src/IceInstMIPS32.cpp:15: #include <limits> On 2015/10/18 11:48:38, stichnot wrote: > Generally ...
5 years, 2 months ago (2015-10-19 00:12:01 UTC) #5
Jim Stichnoth
https://chromiumcodereview.appspot.com/1416493002/diff/20001/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://chromiumcodereview.appspot.com/1416493002/diff/20001/src/IceInstMIPS32.cpp#newcode239 src/IceInstMIPS32.cpp:239: } add the "end of namespace Ice" comment https://chromiumcodereview.appspot.com/1416493002/diff/20001/src/IceInstMIPS32.def ...
5 years, 2 months ago (2015-10-20 04:41:00 UTC) #6
rkotlerimgtec
https://codereview.chromium.org/1416493002/diff/20001/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/1416493002/diff/20001/src/IceInstMIPS32.cpp#newcode239 src/IceInstMIPS32.cpp:239: } On 2015/10/20 04:40:59, stichnot wrote: > add the ...
5 years, 2 months ago (2015-10-21 00:30:54 UTC) #7
Jim Stichnoth
Otherwise LGTM, thanks! After the updated patchset, I should be able to land it myself. ...
5 years, 2 months ago (2015-10-21 02:12:17 UTC) #8
rkotlerimgtec
I added a fix to return_immediates to remove <> there too. Not sure what the ...
5 years, 2 months ago (2015-10-21 03:37:00 UTC) #9
Jim Stichnoth
5 years, 2 months ago (2015-10-21 13:58:07 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
ac8da5cf6f08122c15db29215a3eb137515528d9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698