hanchenye-llvm-project/compiler-rt/test/Unit
Daniel Dunbar 247687360f Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/.
Also, fix some brokenness in the test script w.r.t REMOTE.

llvm-svn: 85260
2009-10-27 17:48:46 +00:00
..
ppc Initial import of CMake type build system. Just like the rest of llvm.. 2009-08-03 01:08:25 +00:00
absvdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
absvsi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
absvti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
adddf3vfp_test.c add _test in file names 2009-09-11 20:13:32 +00:00
addsf3vfp_test.c add _test in file names 2009-09-11 20:13:32 +00:00
addvdi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
addvsi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
addvti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashldi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashlti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashrdi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashrti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
bswapdi2_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
bswapsi2_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
clear_cache_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
clzdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
clzsi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
clzti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
cmpdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
cmpti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ctzdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ctzsi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ctzti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divdc3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divdf3vfp_test.c add _test in file names 2009-09-11 20:13:32 +00:00
divdi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divsc3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divsf3vfp_test.c add _test in file names 2009-09-11 20:13:32 +00:00
divsi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divtc3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divxc3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
enable_execute_stack_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
endianness.h Add support for ellcc, Credit to Richard Pennington. 2009-08-18 11:54:44 +00:00
eqdf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
eqsf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
extebdsfdf2vfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
ffsdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ffsti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixdfdi_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixdfsivfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
fixdfti_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixsfdi_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixsfsivfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
fixsfti_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsdfdi_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsdfsi_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsdfsivfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
fixunsdfti_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunssfdi_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunssfsi_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunssfsivfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
fixunssfti_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunstfdi_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsxfdi_test.c use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm 2009-09-11 19:09:36 +00:00
fixunsxfsi_test.c use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm 2009-09-11 19:09:36 +00:00
fixunsxfti_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixxfdi_test.c use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm 2009-09-11 19:09:36 +00:00
fixxfti_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdidf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdisf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdixf_test.c use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm 2009-09-11 19:09:36 +00:00
floatsidfvfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
floatsisfvfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
floattidf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floattisf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floattixf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundidf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundisf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundixf_test.c use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm 2009-09-11 19:09:36 +00:00
floatunssidfvfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
floatunssisfvfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
floatuntidf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatuntisf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatuntixf_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
gcc_personality_test.c Comment out broken tests and make the rest build in cmake build system. 2009-10-17 10:19:32 +00:00
gcc_personality_test_helper.cxx Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
gedf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
gesf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
gtdf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
gtsf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
ledf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
lesf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
lshrdi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
lshrti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ltdf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
ltsf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
moddi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
modsi3_test.c Comment out broken tests and make the rest build in cmake build system. 2009-10-17 10:19:32 +00:00
modti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
muldc3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
muldf3vfp_test.c add _test in file names 2009-09-11 20:13:32 +00:00
muldi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulsc3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulsf3vfp_test.c add _test in file names 2009-09-11 20:13:32 +00:00
multc3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
multi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulvdi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulvsi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulvti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulxc3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
nedf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
negdf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
negdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
negsf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
negti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
negvdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
negvsi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
negvti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
nesf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
paritydi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
paritysi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
parityti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
popcountdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
popcountsi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
popcountti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
powidf2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
powisf2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
powitf2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
powixf2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
subdf3vfp_test.c add _test in file names 2009-09-11 20:13:32 +00:00
subsf3vfp_test.c add _test in file names 2009-09-11 20:13:32 +00:00
subvdi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
subvsi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
subvti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
test Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/. 2009-10-27 17:48:46 +00:00
trampoline_setup_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
truncdfsf2vfp_test.c add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
ucmpdi2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ucmpti2_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivdi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivmoddi4_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivmodti4_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivsi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
umoddi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
umodsi3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
umodti3_test.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
unorddf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00
unordsf2vfp_test.c add comparison functions for ARM 2009-09-12 01:23:48 +00:00