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

Issue 1724643002: Subzero: Basic unconditional branch for Mips. (Closed)

Created:
4 years, 10 months ago by rkotlerimgtec
Modified:
4 years, 10 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

Patch Set 1 #

Total comments: 16

Patch Set 2 : changes suggested by stichnot #

Total comments: 2

Patch Set 3 : changes suggested by stichnot #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -0 lines) Patch
M src/IceInstARM32.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.h View 1 2 chunks +69 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 2 chunks +46 lines, -0 lines 0 comments Download
M src/IceInstX86BaseImpl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
A tests_lit/llvm2ice_tests/uncond_br.ll View 1 2 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
rkotlerimgtec
4 years, 10 months ago (2016-02-23 04:03:48 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/1724643002/diff/1/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/1724643002/diff/1/src/IceInstMIPS32.cpp#newcode115 src/IceInstMIPS32.cpp:115: InstMIPS32Label::InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target) You may want to consider ...
4 years, 10 months ago (2016-02-23 06:18:51 UTC) #3
rkotlerimgtec
https://codereview.chromium.org/1724643002/diff/1/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/1724643002/diff/1/src/IceInstMIPS32.cpp#newcode115 src/IceInstMIPS32.cpp:115: InstMIPS32Label::InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target) On 2016/02/23 06:18:51, stichnot wrote: ...
4 years, 10 months ago (2016-02-23 23:17:20 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/1724643002/diff/20001/tests_lit/llvm2ice_tests/uncond_br.ll File tests_lit/llvm2ice_tests/uncond_br.ll (right): https://codereview.chromium.org/1724643002/diff/20001/tests_lit/llvm2ice_tests/uncond_br.ll#newcode16 tests_lit/llvm2ice_tests/uncond_br.ll:16: ; <label>:target ; preds = %2, %0 Just remove ...
4 years, 10 months ago (2016-02-24 00:11:55 UTC) #5
rkotlerimgtec
https://codereview.chromium.org/1724643002/diff/20001/tests_lit/llvm2ice_tests/uncond_br.ll File tests_lit/llvm2ice_tests/uncond_br.ll (right): https://codereview.chromium.org/1724643002/diff/20001/tests_lit/llvm2ice_tests/uncond_br.ll#newcode16 tests_lit/llvm2ice_tests/uncond_br.ll:16: ; <label>:target ; preds = %2, %0 On 2016/02/24 ...
4 years, 10 months ago (2016-02-24 00:34:27 UTC) #6
Jim Stichnoth
lgtm
4 years, 10 months ago (2016-02-24 02:59:33 UTC) #7
Jim Stichnoth
4 years, 10 months ago (2016-02-24 02:59:48 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
3fe4b570fe0c10e316e66a232b13e1b37a6d9614 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698