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

Issue 2317653004: Subzero, MIPS32: Introduction of genTargetHelperCallFor (Closed)

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

Subzero, MIPS32: Introduction of genTargetHelperCallFor genTargetHelperCallFor provides framework for calling Subzero runtime functions. This patch implements calls and tests for some of the available functions, but not all. Current lowerCall implementation does not allow more (Handling of FP return values is missing). R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=b85cde16ed42ab738e1cfcf0f39b06eae43fec99

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changes according to comments from review #

Patch Set 3 : FREM resolved #

Unified diffs Side-by-side diffs Delta from patch set Stats (+479 lines, -15 lines) Patch
M src/IceTargetLoweringMIPS32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 4 chunks +379 lines, -4 lines 0 comments Download
M tests_lit/llvm2ice_tests/64bit.pnacl.ll View 5 chunks +15 lines, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/arith.ll View 5 chunks +5 lines, -10 lines 0 comments Download
M tests_lit/llvm2ice_tests/fp.arith.ll View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/nacl-mem-intrinsics.ll View 29 chunks +62 lines, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll View 1 4 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
obucinac
4 years, 3 months ago (2016-09-06 19:46:51 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/2317653004/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2317653004/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode347 src/IceTargetLoweringMIPS32.cpp:347: // if (Op != InstArithmetic::Frem) { Could you leave ...
4 years, 3 months ago (2016-09-07 04:17:31 UTC) #4
obucinac
https://codereview.chromium.org/2317653004/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2317653004/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode347 src/IceTargetLoweringMIPS32.cpp:347: // if (Op != InstArithmetic::Frem) { On 2016/09/07 04:17:31, ...
4 years, 3 months ago (2016-09-07 15:08:55 UTC) #5
Jim Stichnoth
lgtm
4 years, 3 months ago (2016-09-09 16:37:52 UTC) #6
Jim Stichnoth
4 years, 3 months ago (2016-09-09 16:39:55 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
b85cde16ed42ab738e1cfcf0f39b06eae43fec99 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698