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 |
11 test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll | 11 test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll |
12 | 12 |
13 [test_bitmanip] | 13 [test_bitmanip] |
14 driver: test_bitmanip_main.cpp | 14 driver: test_bitmanip_main.cpp |
15 test: test_bitmanip.cpp test_bitmanip_intrin.ll | 15 test: test_bitmanip.cpp test_bitmanip_intrin.ll |
16 | 16 |
17 [test_calling_conv] | 17 [test_calling_conv] |
18 driver: test_calling_conv_main.cpp | 18 driver: test_calling_conv_main.cpp |
19 test: test_calling_conv.cpp | 19 test: test_calling_conv.cpp |
20 | 20 |
21 [test_cast] | 21 [test_cast] |
(...skipping 23 matching lines...) Expand all Loading... |
45 [test_sync_atomic] | 45 [test_sync_atomic] |
46 driver: test_sync_atomic_main.cpp | 46 driver: test_sync_atomic_main.cpp |
47 # Compile the non-Subzero object files straight from source since the native | 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. | 48 # LLVM backend does not understand how to lower NaCl-specific intrinsics. |
49 flags: --crosstest-bitcode=0 | 49 flags: --crosstest-bitcode=0 |
50 test: test_sync_atomic.cpp | 50 test: test_sync_atomic.cpp |
51 | 51 |
52 [test_vector_ops] | 52 [test_vector_ops] |
53 driver: test_vector_ops_main.cpp | 53 driver: test_vector_ops_main.cpp |
54 test: test_vector_ops.ll | 54 test: test_vector_ops.ll |
OLD | NEW |