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 flags: --sz=-fmem-intrin-opt | 8 flags: --sz=-fmem-intrin-opt |
9 | 9 |
10 [test_arith] | 10 [test_arith] |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 | 45 |
46 [test_strengthreduce] | 46 [test_strengthreduce] |
47 driver: test_strengthreduce_main.cpp | 47 driver: test_strengthreduce_main.cpp |
48 test: test_strengthreduce.cpp | 48 test: test_strengthreduce.cpp |
49 # Disable clang-side optimizations so that pnacl-sz sees suitable | 49 # Disable clang-side optimizations so that pnacl-sz sees suitable |
50 # bitcode patterns. | 50 # bitcode patterns. |
51 flags: --clang-opt=0 | 51 flags: --clang-opt=0 |
52 | 52 |
53 [test_sync_atomic] | 53 [test_sync_atomic] |
54 driver: test_sync_atomic_main.cpp | 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 | 55 test: test_sync_atomic.cpp |
59 | 56 |
60 [test_vector_ops] | 57 [test_vector_ops] |
61 driver: test_vector_ops_main.cpp | 58 driver: test_vector_ops_main.cpp |
62 test: test_vector_ops.ll | 59 test: test_vector_ops.ll |
OLD | NEW |