blob: c92963c2739ae4b5f13c0054ff6b3dacb86eaf43 [file] [log] [blame]
Jim Stichnothdc7c5972015-03-10 11:17:15 -07001[simple_loop]
2driver: simple_loop_main.c
3test: simple_loop.c
4
5[mem_intrin]
6driver: mem_intrin_main.cpp
7test: mem_intrin.cpp
Andrew Scullcfa628b2015-08-20 14:23:05 -07008flags: --sz=-fmem-intrin-opt
Jim Stichnothdc7c5972015-03-10 11:17:15 -07009
10[test_arith]
11driver: test_arith_main.cpp
Jim Stichnoth8c980d02015-03-19 13:01:50 -070012test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll
Jim Stichnothdc7c5972015-03-10 11:17:15 -070013
14[test_bitmanip]
15driver: test_bitmanip_main.cpp
16test: test_bitmanip.cpp test_bitmanip_intrin.ll
17
18[test_calling_conv]
19driver: test_calling_conv_main.cpp
20test: test_calling_conv.cpp
21
22[test_cast]
23driver: test_cast_main.cpp
24test: test_cast.cpp test_cast_to_u1.ll test_cast_vectors.ll
25
26[test_fcmp]
27driver: test_fcmp_main.cpp
28test: test_fcmp.pnacl.ll
29
30[test_global]
31driver: test_global_main.cpp
32test: test_global.cpp
33
34[test_icmp]
35driver: test_icmp_main.cpp
36test: test_icmp.cpp test_icmp_i1vec.ll
37
38[test_select]
39driver: test_select_main.cpp
40test: test_select.ll
41
42[test_stacksave]
43driver: test_stacksave_main.c
44test: test_stacksave.c
45
Jim Stichnoth0933c0c2015-06-12 10:41:16 -070046[test_strengthreduce]
47driver: test_strengthreduce_main.cpp
48test: test_strengthreduce.cpp
49# Disable clang-side optimizations so that pnacl-sz sees suitable
50# bitcode patterns.
51flags: --clang-opt=0
52
Jim Stichnothdc7c5972015-03-10 11:17:15 -070053[test_sync_atomic]
54driver: 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.
57flags: --crosstest-bitcode=0
58test: test_sync_atomic.cpp
59
60[test_vector_ops]
61driver: test_vector_ops_main.cpp
62test: test_vector_ops.ll