| OLD | NEW |
| 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 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 test: test_icmp.cpp test_icmp_i1vec.ll | 35 test: test_icmp.cpp test_icmp_i1vec.ll |
| 36 | 36 |
| 37 [test_select] | 37 [test_select] |
| 38 driver: test_select_main.cpp | 38 driver: test_select_main.cpp |
| 39 test: test_select.ll | 39 test: test_select.ll |
| 40 | 40 |
| 41 [test_stacksave] | 41 [test_stacksave] |
| 42 driver: test_stacksave_main.c | 42 driver: test_stacksave_main.c |
| 43 test: test_stacksave.c | 43 test: test_stacksave.c |
| 44 | 44 |
| 45 [test_strengthreduce] |
| 46 driver: test_strengthreduce_main.cpp |
| 47 test: test_strengthreduce.cpp |
| 48 # Disable clang-side optimizations so that pnacl-sz sees suitable |
| 49 # bitcode patterns. |
| 50 flags: --clang-opt=0 |
| 51 |
| 45 [test_sync_atomic] | 52 [test_sync_atomic] |
| 46 driver: test_sync_atomic_main.cpp | 53 driver: test_sync_atomic_main.cpp |
| 47 # Compile the non-Subzero object files straight from source since the native | 54 # Compile the non-Subzero object files straight from source since the native |
| 48 # LLVM backend does not understand how to lower NaCl-specific intrinsics. | 55 # LLVM backend does not understand how to lower NaCl-specific intrinsics. |
| 49 flags: --crosstest-bitcode=0 | 56 flags: --crosstest-bitcode=0 |
| 50 test: test_sync_atomic.cpp | 57 test: test_sync_atomic.cpp |
| 51 | 58 |
| 52 [test_vector_ops] | 59 [test_vector_ops] |
| 53 driver: test_vector_ops_main.cpp | 60 driver: test_vector_ops_main.cpp |
| 54 test: test_vector_ops.ll | 61 test: test_vector_ops.ll |
| OLD | NEW |