Chromium Code Reviews| 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] |
| 11 driver: test_arith_main.cpp | 11 driver: test_arith_main.cpp |
| 12 test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll | 12 # Note: test_arith.ll is auto-generated from test_arith.cpp - switch the "test:" |
| 13 # lines and then rename the resulting test_arith.*.pnacl.ll to test_arith.ll. | |
| 14 # Then test_arith.ll is hand-modified so that i8 and i16 functions actually use | |
| 15 # the i8/i16 form of the arithmetic instruction, to counteract C++'s integral | |
|
John
2016/05/25 17:26:28
It's not C++'s rule as the spec say types **can**
| |
| 16 # promotion rules. | |
| 17 # | |
| 18 #test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll | |
| 19 test: test_arith.ll test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll | |
| 13 | 20 |
| 14 [test_bitmanip] | 21 [test_bitmanip] |
| 15 driver: test_bitmanip_main.cpp | 22 driver: test_bitmanip_main.cpp |
| 16 test: test_bitmanip.cpp test_bitmanip_intrin.ll | 23 test: test_bitmanip.cpp test_bitmanip_intrin.ll |
| 17 | 24 |
| 18 [test_calling_conv] | 25 [test_calling_conv] |
| 19 driver: test_calling_conv_main.cpp | 26 driver: test_calling_conv_main.cpp |
| 20 test: test_calling_conv.cpp | 27 test: test_calling_conv.cpp |
| 21 | 28 |
| 22 [test_cast] | 29 [test_cast] |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 50 # bitcode patterns. | 57 # bitcode patterns. |
| 51 flags: --clang-opt=0 | 58 flags: --clang-opt=0 |
| 52 | 59 |
| 53 [test_sync_atomic] | 60 [test_sync_atomic] |
| 54 driver: test_sync_atomic_main.cpp | 61 driver: test_sync_atomic_main.cpp |
| 55 test: test_sync_atomic.cpp | 62 test: test_sync_atomic.cpp |
| 56 | 63 |
| 57 [test_vector_ops] | 64 [test_vector_ops] |
| 58 driver: test_vector_ops_main.cpp | 65 driver: test_vector_ops_main.cpp |
| 59 test: test_vector_ops.cpp test_vector_ops_ll.ll | 66 test: test_vector_ops.cpp test_vector_ops_ll.ll |
| OLD | NEW |