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

Issue 1414383004: Lower a few basic MIPS binops for i{8,16,32,64}. (Closed)

Created:
5 years, 1 month ago by rkotlerimgtec
Modified:
5 years, 1 month ago
Reviewers:
Karl, 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

Patch Set 1 #

Total comments: 14

Patch Set 2 : patch 2 per change requests from stichnot #

Total comments: 14

Patch Set 3 : Make changes per stichnot review #

Total comments: 6

Patch Set 4 : Make changes per patch 3 stichnot review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -81 lines) Patch
M src/IceInstMIPS32.h View 1 4 chunks +69 lines, -5 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 2 3 3 chunks +45 lines, -7 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 2 chunks +28 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 3 3 chunks +79 lines, -69 lines 0 comments Download
M tests_lit/llvm2ice_tests/arith.ll View 1 14 chunks +38 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
rkotlerimgtec
I omitted the 64 bit mul test because I need to implement some additional mechanism ...
5 years, 1 month ago (2015-11-03 03:49:13 UTC) #2
rkotlerimgtec
On 2015/11/03 03:49:13, rkotlerimgtec wrote: > I omitted the 64 bit mul test because I ...
5 years, 1 month ago (2015-11-04 00:09:55 UTC) #3
Jim Stichnoth
Reed - please be sure to include John and Karl as reviewers on the MIPS ...
5 years, 1 month ago (2015-11-04 14:47:24 UTC) #5
rkotlerimgtec
In addition to changes requested by stichnot, I also fixed the issue with the mov ...
5 years, 1 month ago (2015-11-05 01:28:44 UTC) #6
Jim Stichnoth
https://codereview.chromium.org/1414383004/diff/20001/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/1414383004/diff/20001/src/IceInstMIPS32.cpp#newcode250 src/IceInstMIPS32.cpp:250: auto *Dest = getDest(); Please use Variable* here and ...
5 years, 1 month ago (2015-11-05 05:21:28 UTC) #7
rkotlerimgtec
https://codereview.chromium.org/1414383004/diff/20001/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/1414383004/diff/20001/src/IceInstMIPS32.cpp#newcode250 src/IceInstMIPS32.cpp:250: auto *Dest = getDest(); On 2015/11/05 05:21:28, stichnot wrote: ...
5 years, 1 month ago (2015-11-05 22:12:28 UTC) #8
Jim Stichnoth
https://codereview.chromium.org/1414383004/diff/40001/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/1414383004/diff/40001/src/IceInstMIPS32.cpp#newcode246 src/IceInstMIPS32.cpp:246: void InstMIPS32Mov::emitSingleDestSingleSource(const Cfg *Func) const { For these textual ...
5 years, 1 month ago (2015-11-06 00:45:15 UTC) #9
rkotlerimgtec
https://codereview.chromium.org/1414383004/diff/40001/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/1414383004/diff/40001/src/IceInstMIPS32.cpp#newcode246 src/IceInstMIPS32.cpp:246: void InstMIPS32Mov::emitSingleDestSingleSource(const Cfg *Func) const { On 2015/11/06 00:45:15, ...
5 years, 1 month ago (2015-11-06 00:58:18 UTC) #10
Jim Stichnoth
5 years, 1 month ago (2015-11-06 01:07:28 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
37af5b0f20ebe22be29de46158dabed97db08cff (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698