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

Issue 1898743002: [Subzero][MIPS] Implement conditional branches and integer comparisons (Closed)

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

Description

Patch Set 1 #

Total comments: 21

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -6 lines) Patch
M src/IceInstMIPS32.h View 1 3 chunks +11 lines, -3 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 4 chunks +23 lines, -2 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 1 chunk +97 lines, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
Jim Stichnoth
Just saw this in my queue, thanks! Be sure to "Publish+Mail Comments" when the CL ...
4 years, 8 months ago (2016-04-18 17:38:47 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/1898743002/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/1898743002/diff/1/src/IceInstMIPS32.h#newcode142 src/IceInstMIPS32.h:142: Slt, Alphabetize this list. (also fixing the incorrect sorting ...
4 years, 8 months ago (2016-04-19 16:44:02 UTC) #5
sagar.thakur
https://codereview.chromium.org/1898743002/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/1898743002/diff/1/src/IceInstMIPS32.h#newcode142 src/IceInstMIPS32.h:142: Slt, On 2016/04/19 16:44:01, stichnot wrote: > Alphabetize this ...
4 years, 8 months ago (2016-04-25 09:14:32 UTC) #6
sagar.thakur
4 years, 8 months ago (2016-04-25 09:15:16 UTC) #7
Jim Stichnoth
lgtm https://codereview.chromium.org/1898743002/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/1898743002/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode964 src/IceTargetLoweringMIPS32.cpp:964: void TargetMIPS32::lowerIcmp(const InstIcmp *Instr) { On 2016/04/25 09:14:32, ...
4 years, 8 months ago (2016-04-25 15:26:54 UTC) #8
Jim Stichnoth
Committed patchset #2 (id:20001) manually as 1a478b1ce5538d4da48ca65b321218d584fd360a (presubmit successful).
4 years, 8 months ago (2016-04-25 15:39:23 UTC) #10
Rich.Fuhler_imgtec.com
Hi Jim, Is it possible to add a comment that this patch was based on ...
4 years, 8 months ago (2016-04-26 19:11:29 UTC) #11
native-client-reviews_googlegroups.com
Hi Rich, We can't really rewrite git history on the central repo (or at least, ...
4 years, 8 months ago (2016-04-26 21:08:44 UTC) #12
Rich.Fuhler_imgtec.com
4 years, 8 months ago (2016-04-27 00:35:36 UTC) #13
Message was sent while issue was closed.
Hi Jim,

Leave it as is - no need to revert it.


-rich


-------- Original message --------
From: Jim Stichnoth <stichnot@google.com>
Date: 4/26/16 14:09 (GMT-08:00)
To: Rich Fuhler <Rich.Fuhler@imgtec.com>
Cc: Sagar Thakur <Sagar.Thakur@imgtec.com>, jpp@chromium.org,
eholk@chromium.org, kschimpf@google.com, native-client-reviews@googlegroups.com,
Srdjan Obucina <Srdjan.Obucina@imgtec.com>
Subject: Re: [Subzero][MIPS] Implement conditional branches and integer
comparisons (issue 1898743002 by sagar.thakur@imgtec.com)

Hi Rich,

We can't really rewrite git history on the central repo (or at least, we have no
practice doing so and it's hard to predict the problems that might cause).

The best suggestion I've heard is to create a new CL to revert this one,
followed by another CL that re-implements it with the corrected description. 
That way, it shows up prominently in "git log", and is likely to show up in "git
blame".

Let me know if you want this, and I will take care of the revert CL.

On Tue, Apr 26, 2016 at 12:11 PM, Rich Fuhler
<Rich.Fuhler@imgtec.com<mailto:Rich.Fuhler@imgtec.com>> wrote:
Hi Jim,

Is it possible to add a comment that this patch was based on work that Reed
Kotler did?


-rich


-------- Original message --------
From: "stichnot@chromium.org<mailto:stichnot@chromium.org> via
codereview.chromium.org<http://codereview.chromium.org>"
<reply@chromiumcodereview-hr.appspotmail.com<mailto:reply@chromiumcodereview-hr.appspotmail.com>>
Date: 4/25/16 08:39 (GMT-08:00)
To: Sagar Thakur <Sagar.Thakur@imgtec.com<mailto:Sagar.Thakur@imgtec.com>>,
jpp@chromium.org<mailto:jpp@chromium.org>,
eholk@chromium.org<mailto:eholk@chromium.org>,
kschimpf@google.com<mailto:kschimpf@google.com>,
stichnot@chromium.org<mailto:stichnot@chromium.org>
Cc:
native-client-reviews@googlegroups.com<mailto:native-client-reviews@googlegroups.com>,
Rich Fuhler <Rich.Fuhler@imgtec.com<mailto:Rich.Fuhler@imgtec.com>>, Srdjan
Obucina <Srdjan.Obucina@imgtec.com<mailto:Srdjan.Obucina@imgtec.com>>
Subject: Re: [Subzero][MIPS] Implement conditional branches and integer
comparisons (issue 1898743002 by
sagar.thakur@imgtec.com<mailto:sagar.thakur@imgtec.com>)

Committed patchset #2 (id:20001) manually as
1a478b1ce5538d4da48ca65b321218d584fd360a (presubmit successful).

https://codereview.chromium.org/1898743002/

-- 
You received this message because you are subscribed to the Google Groups
"Native-Client-Reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to native-client-reviews+unsubscribe@googlegroups.com.
To post to this group, send email to native-client-reviews@googlegroups.com.
Visit this group at https://groups.google.com/group/native-client-reviews.
For more options, visit https://groups.google.com/d/optout.

Powered by Google App Engine
This is Rietveld 408576698