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

Side by Side Diff: crosstest/crosstest.cfg

Issue 1278173009: Inline memove for small constant sizes and refactor memcpy and memset. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Simplify xtests and add flags for memory intrinsic optimization. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [simple_loop] 1 [simple_loop]
2 driver: simple_loop_main.c 2 driver: simple_loop_main.c
3 test: simple_loop.c 3 test: simple_loop.c
4 4
5 [mem_intrin] 5 [mem_intrin]
6 driver: mem_intrin_main.cpp 6 driver: mem_intrin_main.cpp
7 test: mem_intrin.cpp 7 test: mem_intrin.cpp
8 flags: --sz-args='-fmem-intrin-opt'
Jim Stichnoth 2015/08/18 17:11:28 Can you drop the single quotes? The fact that thi
ascull 2015/08/18 18:38:01 Done.
8 9
9 [test_arith] 10 [test_arith]
10 driver: test_arith_main.cpp 11 driver: test_arith_main.cpp
11 test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll 12 test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll
12 13
13 [test_bitmanip] 14 [test_bitmanip]
14 driver: test_bitmanip_main.cpp 15 driver: test_bitmanip_main.cpp
15 test: test_bitmanip.cpp test_bitmanip_intrin.ll 16 test: test_bitmanip.cpp test_bitmanip_intrin.ll
16 17
17 [test_calling_conv] 18 [test_calling_conv]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 [test_sync_atomic] 53 [test_sync_atomic]
53 driver: test_sync_atomic_main.cpp 54 driver: test_sync_atomic_main.cpp
54 # Compile the non-Subzero object files straight from source since the native 55 # Compile the non-Subzero object files straight from source since the native
55 # LLVM backend does not understand how to lower NaCl-specific intrinsics. 56 # LLVM backend does not understand how to lower NaCl-specific intrinsics.
56 flags: --crosstest-bitcode=0 57 flags: --crosstest-bitcode=0
57 test: test_sync_atomic.cpp 58 test: test_sync_atomic.cpp
58 59
59 [test_vector_ops] 60 [test_vector_ops]
60 driver: test_vector_ops_main.cpp 61 driver: test_vector_ops_main.cpp
61 test: test_vector_ops.ll 62 test: test_vector_ops.ll
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698