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

Issue 1159823004: First patch for Mips subzero compiler (Closed)

Created:
5 years, 7 months ago by reedkotler
Modified:
5 years, 6 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

First patch for Mips subzero compiler BUG= https://code.google.com/p/nativeclient/issues/detail?id=4167

Patch Set 1 #

Total comments: 15

Patch Set 2 : Changes to address issues from review of Patch Set 1 #

Total comments: 2

Patch Set 3 : Changes to address comments on patch 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1029 lines, -40 lines) Patch
M Makefile.standalone View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceClFlags.cpp View 1 chunk +4 lines, -1 line 0 comments Download
A src/IceInstMIPS32.h View 1 1 chunk +28 lines, -0 lines 0 comments Download
A src/IceInstMIPS32.def View 1 1 chunk +81 lines, -0 lines 0 comments Download
A + src/IceRegistersMIPS32.h View 1 5 chunks +11 lines, -11 lines 0 comments Download
M src/IceTargetLowering.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
A src/IceTargetLoweringMIPS32.h View 1 1 chunk +149 lines, -0 lines 0 comments Download
A src/IceTargetLoweringMIPS32.cpp View 1 1 chunk +705 lines, -0 lines 0 comments Download
A src/IceTargetLoweringMIPS32.def View 1 1 chunk +20 lines, -0 lines 0 comments Download
M src/IceTypes.def View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
A + src/assembler_mips32.h View 1 3 chunks +21 lines, -22 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
reedkotler
5 years, 7 months ago (2015-05-27 19:05:22 UTC) #2
Jim Stichnoth
Also change the BUG line to list the URL. https://codereview.chromium.org/1159823004/diff/1/src/IceInstMIPS32.def File src/IceInstMIPS32.def (right): https://codereview.chromium.org/1159823004/diff/1/src/IceInstMIPS32.def#newcode19 src/IceInstMIPS32.def:19: ...
5 years, 6 months ago (2015-05-30 00:47:15 UTC) #3
reedkotler
5 years, 6 months ago (2015-06-03 01:45:55 UTC) #4
reedkotler
On 2015/06/03 01:45:55, reedkotler wrote: I've updated the patch to reflect the review comments.
5 years, 6 months ago (2015-06-03 02:07:34 UTC) #5
Jim Stichnoth
Thanks! BTW, the normal practice is to explicitly respond to each comment (clicking "Done" is ...
5 years, 6 months ago (2015-06-03 02:10:44 UTC) #6
reedkotler
Done
5 years, 6 months ago (2015-06-03 03:31:02 UTC) #7
reedkotler
On 2015/06/03 03:31:02, reedkotler wrote: > Done Not sure where I was supposed to click ...
5 years, 6 months ago (2015-06-03 03:32:31 UTC) #8
Jim Stichnoth
On 2015/06/03 03:32:31, reedkotler wrote: > On 2015/06/03 03:31:02, reedkotler wrote: > > Done > ...
5 years, 6 months ago (2015-06-03 03:42:50 UTC) #9
reedkotler
On 2015/06/03 03:42:50, stichnot wrote: > On 2015/06/03 03:32:31, reedkotler wrote: > > On 2015/06/03 ...
5 years, 6 months ago (2015-06-03 03:47:43 UTC) #10
reedkotler
https://codereview.chromium.org/1159823004/diff/20001/src/IceTypes.def File src/IceTypes.def (right): https://codereview.chromium.org/1159823004/diff/20001/src/IceTypes.def#newcode29 src/IceTypes.def:29: X(Target_MIPS32, "mips32", false, EM_MIPS, 0) \ On 2015/06/03 02:10:43, ...
5 years, 6 months ago (2015-06-03 03:49:11 UTC) #11
reed.kotler
5 years, 6 months ago (2015-06-08 18:29:13 UTC) #12
Message was sent while issue was closed.
On 2015/06/03 03:49:11, reedkotler wrote:
> https://codereview.chromium.org/1159823004/diff/20001/src/IceTypes.def
> File src/IceTypes.def (right):
> 
>
https://codereview.chromium.org/1159823004/diff/20001/src/IceTypes.def#newcode29
> src/IceTypes.def:29: X(Target_MIPS32, "mips32",  false, EM_MIPS,   0)         
 
>           \
> On 2015/06/03 02:10:43, stichnot wrote:
> > Formatting is still a bit off - all the columns in the X() lines should line
> up,
> > and also the \ column is one char less than the rest of the X() lines in the
> > file.
> 
> Done.

This issue moved to:
https://codereview.chromium.org/1169533003/

Powered by Google App Engine
This is Rietveld 408576698