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

Side by Side Diff: crosstest/crosstest.cfg

Issue 1022573004: Subzero: Add fabs intrinsic support. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 5 years, 9 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
« no previous file with comments | « no previous file | crosstest/test_arith.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8
9 [test_arith] 9 [test_arith]
10 driver: test_arith_main.cpp 10 driver: test_arith_main.cpp
11 test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll 11 test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll
12 12
13 [test_bitmanip] 13 [test_bitmanip]
14 driver: test_bitmanip_main.cpp 14 driver: test_bitmanip_main.cpp
15 test: test_bitmanip.cpp test_bitmanip_intrin.ll 15 test: test_bitmanip.cpp test_bitmanip_intrin.ll
16 16
17 [test_calling_conv] 17 [test_calling_conv]
18 driver: test_calling_conv_main.cpp 18 driver: test_calling_conv_main.cpp
19 test: test_calling_conv.cpp 19 test: test_calling_conv.cpp
20 20
21 [test_cast] 21 [test_cast]
(...skipping 23 matching lines...) Expand all
45 [test_sync_atomic] 45 [test_sync_atomic]
46 driver: test_sync_atomic_main.cpp 46 driver: test_sync_atomic_main.cpp
47 # Compile the non-Subzero object files straight from source since the native 47 # Compile the non-Subzero object files straight from source since the native
48 # LLVM backend does not understand how to lower NaCl-specific intrinsics. 48 # LLVM backend does not understand how to lower NaCl-specific intrinsics.
49 flags: --crosstest-bitcode=0 49 flags: --crosstest-bitcode=0
50 test: test_sync_atomic.cpp 50 test: test_sync_atomic.cpp
51 51
52 [test_vector_ops] 52 [test_vector_ops]
53 driver: test_vector_ops_main.cpp 53 driver: test_vector_ops_main.cpp
54 test: test_vector_ops.ll 54 test: test_vector_ops.ll
OLDNEW
« no previous file with comments | « no previous file | crosstest/test_arith.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698