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

Issue 973823003: Subzero: Run sandboxed cross tests, and do some cleanup. (Closed)

Created:
5 years, 9 months ago by Jim Stichnoth
Modified:
5 years, 9 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: Run sandboxed cross tests, and do some cleanup. Tests all cross tests in both sandboxed and unsandboxed modes. Unfortunately, crosstest run time is more than doubled because of LTO of the crosstest drivers. (We may want to add "full" and "lite" versions of cross tests.) LLVM triple strings are removed where possible (from .ll files), and when generated, we use just i686 or i686-nacl. "Fix" the integrated assembler to emit the lock prefix after the 16-bit operand prefix, to make the validator happy. Don't add external symbol references to the ELF file for llvm.* intrinsic functions. Make the ELF object writer honor the -externalize argument. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4092 R=jvoung@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=a67fc448e9779ac8b7d9751bd7cf32f94047a345

Patch Set 1 #

Total comments: 3

Patch Set 2 : Revert annoying clang-format whitespace changes #

Patch Set 3 : More whitespace change reversion #

Total comments: 5

Patch Set 4 : Fix TODO. Fix accidentally reverted required change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -292 lines) Patch
M crosstest/runtests.sh View 1 chunk +147 lines, -123 lines 0 comments Download
M crosstest/test_arith_frem.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M crosstest/test_arith_sqrt.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M crosstest/test_bitmanip_intrin.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M crosstest/test_cast_to_u1.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M crosstest/test_cast_vectors.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M crosstest/test_fcmp.pnacl.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M crosstest/test_icmp_i1vec.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M crosstest/test_select.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M crosstest/test_vector_ops.ll View 1 chunk +0 lines, -2 lines 0 comments Download
M pydir/build-runtime.py View 1 chunk +2 lines, -2 lines 0 comments Download
M pydir/crosstest.py View 5 chunks +40 lines, -48 lines 0 comments Download
M pydir/run-pnacl-sz.py View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M runtime/szrt.c View 1 chunk +2 lines, -20 lines 0 comments Download
M src/IceConverter.cpp View 1 chunk +7 lines, -11 lines 0 comments Download
M src/IceELFObjectWriter.cpp View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M src/IceInstX8632.cpp View 1 2 3 chunks +3 lines, -13 lines 0 comments Download
M src/IceIntrinsics.h View 3 1 chunk +8 lines, -5 lines 0 comments Download
M src/IceIntrinsics.cpp View 1 2 1 chunk +12 lines, -4 lines 0 comments Download
M src/PNaClTranslator.cpp View 2 chunks +10 lines, -25 lines 0 comments Download
M src/assembler_ia32.h View 1 chunk +3 lines, -8 lines 0 comments Download
M src/assembler_ia32.cpp View 2 chunks +11 lines, -3 lines 0 comments Download
M tests_lit/llvm2ice_tests/elf_container.ll View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/elf_function_sections.ll View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/elf_nodata.ll View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/regalloc_evict_non_overlap.ll View 1 chunk +0 lines, -4 lines 0 comments Download
M tests_lit/reader_tests/extern_globals.ll View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Jim Stichnoth
5 years, 9 months ago (2015-03-03 20:43:43 UTC) #2
Jim Stichnoth
I got the spurious whitespace changes from clang-format rolled back, so now the patch doesn't ...
5 years, 9 months ago (2015-03-03 22:44:03 UTC) #3
jvoung (off chromium)
https://codereview.chromium.org/973823003/diff/1/src/IceELFObjectWriter.cpp File src/IceELFObjectWriter.cpp (right): https://codereview.chromium.org/973823003/diff/1/src/IceELFObjectWriter.cpp#newcode551 src/IceELFObjectWriter.cpp:551: if (Info) oops didn't think an intrinsic name would ...
5 years, 9 months ago (2015-03-03 22:58:02 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/973823003/diff/1/src/IceELFObjectWriter.cpp File src/IceELFObjectWriter.cpp (right): https://codereview.chromium.org/973823003/diff/1/src/IceELFObjectWriter.cpp#newcode551 src/IceELFObjectWriter.cpp:551: if (Info) On 2015/03/03 22:58:01, jvoung wrote: > oops ...
5 years, 9 months ago (2015-03-03 23:18:51 UTC) #5
jvoung (off chromium)
lgtm https://codereview.chromium.org/973823003/diff/1/src/IceELFObjectWriter.cpp File src/IceELFObjectWriter.cpp (right): https://codereview.chromium.org/973823003/diff/1/src/IceELFObjectWriter.cpp#newcode551 src/IceELFObjectWriter.cpp:551: if (Info) On 2015/03/03 23:18:51, stichnot wrote: > ...
5 years, 9 months ago (2015-03-03 23:52:53 UTC) #6
Jim Stichnoth
https://codereview.chromium.org/973823003/diff/40001/pydir/run-pnacl-sz.py File pydir/run-pnacl-sz.py (right): https://codereview.chromium.org/973823003/diff/40001/pydir/run-pnacl-sz.py#newcode115 pydir/run-pnacl-sz.py:115: # TODO(stichnot): use i686-nacl? On 2015/03/03 23:52:53, jvoung wrote: ...
5 years, 9 months ago (2015-03-04 00:12:58 UTC) #7
Jim Stichnoth
5 years, 9 months ago (2015-03-04 00:13:23 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
a67fc448e9779ac8b7d9751bd7cf32f94047a345 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698