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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 test: test_sync_atomic.cpp | 55 test: test_sync_atomic.cpp |
56 | 56 |
57 [test_vector_ops] | 57 [test_vector_ops] |
58 driver: test_vector_ops_main.cpp | 58 driver: test_vector_ops_main.cpp |
59 test: test_vector_ops.ll | 59 test: test_vector_ops.cpp test_vector_ops_ll.ll |
OLD | NEW |