Jim Stichnoth | dc7c597 | 2015-03-10 11:17:15 -0700 | [diff] [blame] | 1 | [simple_loop] |
| 2 | driver: simple_loop_main.c |
| 3 | test: simple_loop.c |
| 4 | |
| 5 | [mem_intrin] |
| 6 | driver: mem_intrin_main.cpp |
| 7 | test: mem_intrin.cpp |
Andrew Scull | cfa628b | 2015-08-20 14:23:05 -0700 | [diff] [blame] | 8 | flags: --sz=-fmem-intrin-opt |
Jim Stichnoth | dc7c597 | 2015-03-10 11:17:15 -0700 | [diff] [blame] | 9 | |
| 10 | [test_arith] |
| 11 | driver: test_arith_main.cpp |
Jim Stichnoth | 8c980d0 | 2015-03-19 13:01:50 -0700 | [diff] [blame] | 12 | test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll |
Jim Stichnoth | dc7c597 | 2015-03-10 11:17:15 -0700 | [diff] [blame] | 13 | |
| 14 | [test_bitmanip] |
| 15 | driver: test_bitmanip_main.cpp |
| 16 | test: test_bitmanip.cpp test_bitmanip_intrin.ll |
| 17 | |
| 18 | [test_calling_conv] |
| 19 | driver: test_calling_conv_main.cpp |
| 20 | test: test_calling_conv.cpp |
| 21 | |
| 22 | [test_cast] |
| 23 | driver: test_cast_main.cpp |
| 24 | test: test_cast.cpp test_cast_to_u1.ll test_cast_vectors.ll |
| 25 | |
| 26 | [test_fcmp] |
| 27 | driver: test_fcmp_main.cpp |
| 28 | test: test_fcmp.pnacl.ll |
| 29 | |
| 30 | [test_global] |
| 31 | driver: test_global_main.cpp |
| 32 | test: test_global.cpp |
| 33 | |
| 34 | [test_icmp] |
| 35 | driver: test_icmp_main.cpp |
| 36 | test: test_icmp.cpp test_icmp_i1vec.ll |
| 37 | |
| 38 | [test_select] |
| 39 | driver: test_select_main.cpp |
| 40 | test: test_select.ll |
| 41 | |
| 42 | [test_stacksave] |
| 43 | driver: test_stacksave_main.c |
| 44 | test: test_stacksave.c |
| 45 | |
Jim Stichnoth | 0933c0c | 2015-06-12 10:41:16 -0700 | [diff] [blame] | 46 | [test_strengthreduce] |
| 47 | driver: test_strengthreduce_main.cpp |
| 48 | test: test_strengthreduce.cpp |
| 49 | # Disable clang-side optimizations so that pnacl-sz sees suitable |
| 50 | # bitcode patterns. |
| 51 | flags: --clang-opt=0 |
| 52 | |
Jim Stichnoth | dc7c597 | 2015-03-10 11:17:15 -0700 | [diff] [blame] | 53 | [test_sync_atomic] |
| 54 | driver: test_sync_atomic_main.cpp |
| 55 | # Compile the non-Subzero object files straight from source since the native |
| 56 | # LLVM backend does not understand how to lower NaCl-specific intrinsics. |
| 57 | flags: --crosstest-bitcode=0 |
| 58 | test: test_sync_atomic.cpp |
| 59 | |
| 60 | [test_vector_ops] |
| 61 | driver: test_vector_ops_main.cpp |
| 62 | test: test_vector_ops.ll |