blob: 2222b90e1b379fa1f606935b45aefebf1635b5ac [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
8
9[test_arith]
10driver: test_arith_main.cpp
Jim Stichnoth8c980d02015-03-19 13:01:50 -070011test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll
Jim Stichnothdc7c5972015-03-10 11:17:15 -070012
13[test_bitmanip]
14driver: test_bitmanip_main.cpp
15test: test_bitmanip.cpp test_bitmanip_intrin.ll
16
17[test_calling_conv]
18driver: test_calling_conv_main.cpp
19test: test_calling_conv.cpp
20
21[test_cast]
22driver: test_cast_main.cpp
23test: test_cast.cpp test_cast_to_u1.ll test_cast_vectors.ll
24
25[test_fcmp]
26driver: test_fcmp_main.cpp
27test: test_fcmp.pnacl.ll
28
29[test_global]
30driver: test_global_main.cpp
31test: test_global.cpp
32
33[test_icmp]
34driver: test_icmp_main.cpp
35test: test_icmp.cpp test_icmp_i1vec.ll
36
37[test_select]
38driver: test_select_main.cpp
39test: test_select.ll
40
41[test_stacksave]
42driver: test_stacksave_main.c
43test: test_stacksave.c
44
45[test_sync_atomic]
46driver: test_sync_atomic_main.cpp
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.
49flags: --crosstest-bitcode=0
50test: test_sync_atomic.cpp
51
52[test_vector_ops]
53driver: test_vector_ops_main.cpp
54test: test_vector_ops.ll