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 |
| 8 | |
| 9 | [test_arith] |
| 10 | driver: test_arith_main.cpp |
Jim Stichnoth | 8c980d0 | 2015-03-19 13:01:50 -0700 | [diff] [blame] | 11 | 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] | 12 | |
| 13 | [test_bitmanip] |
| 14 | driver: test_bitmanip_main.cpp |
| 15 | test: test_bitmanip.cpp test_bitmanip_intrin.ll |
| 16 | |
| 17 | [test_calling_conv] |
| 18 | driver: test_calling_conv_main.cpp |
| 19 | test: test_calling_conv.cpp |
| 20 | |
| 21 | [test_cast] |
| 22 | driver: test_cast_main.cpp |
| 23 | test: test_cast.cpp test_cast_to_u1.ll test_cast_vectors.ll |
| 24 | |
| 25 | [test_fcmp] |
| 26 | driver: test_fcmp_main.cpp |
| 27 | test: test_fcmp.pnacl.ll |
| 28 | |
| 29 | [test_global] |
| 30 | driver: test_global_main.cpp |
| 31 | test: test_global.cpp |
| 32 | |
| 33 | [test_icmp] |
| 34 | driver: test_icmp_main.cpp |
| 35 | test: test_icmp.cpp test_icmp_i1vec.ll |
| 36 | |
| 37 | [test_select] |
| 38 | driver: test_select_main.cpp |
| 39 | test: test_select.ll |
| 40 | |
| 41 | [test_stacksave] |
| 42 | driver: test_stacksave_main.c |
| 43 | test: test_stacksave.c |
| 44 | |
| 45 | [test_sync_atomic] |
| 46 | driver: test_sync_atomic_main.cpp |
| 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. |
| 49 | flags: --crosstest-bitcode=0 |
| 50 | test: test_sync_atomic.cpp |
| 51 | |
| 52 | [test_vector_ops] |
| 53 | driver: test_vector_ops_main.cpp |
| 54 | test: test_vector_ops.ll |