hanchenye-llvm-project/compiler-rt/lib
Stephen Canon 5f0e6e7b92 Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used
llvm-svn: 111269
2010-08-17 19:13:45 +00:00
..
arm add assembly implementation of modsi3 so compiler does not have to special case a - (a / b) * b optimization 2010-07-27 06:24:32 +00:00
i386 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. 2010-01-18 06:49:09 +00:00
ppc Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restFP and saveFP don't get USER_LABEL_PREFIX prepended for some reason. 2010-01-18 22:19:20 +00:00
x86_64 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. 2010-01-18 06:49:09 +00:00
CMakeLists.txt
Makefile.mk Rename subdir 'Target' variable to 'Implementation' to be less overloaded. 2010-01-18 06:49:09 +00:00
absvdi2.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
absvsi2.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
absvti2.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
adddf3.c Correction to previous commit which mistakenly included older versions of some files; now includes the correct LLVM license header 2010-07-01 17:58:24 +00:00
addsf3.c Correction to previous commit which mistakenly included older versions of some files; now includes the correct LLVM license header 2010-07-01 17:58:24 +00:00
addvdi3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
addvsi3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
addvti3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
apple_versioning.c
ashldi3.c
ashlti3.c
ashrdi3.c
ashrti3.c
assembly.h Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt function definitions hidden/private extern. 2010-01-18 22:19:34 +00:00
clear_cache.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
clzdi2.c
clzsi2.c
clzti2.c
cmpdi2.c
cmpti2.c
comparedf2.c Correction to previous commit which mistakenly included older versions of some files; now includes the correct LLVM license header 2010-07-01 17:58:24 +00:00
comparesf2.c Correction to previous commit which mistakenly included older versions of some files; now includes the correct LLVM license header 2010-07-01 17:58:24 +00:00
ctzdi2.c
ctzsi2.c
ctzti2.c
divdc3.c
divdf3.c Initial implementation of double-precision soft-float division, moved a couple utility functions from the multiplications into the utility header 2010-07-04 16:53:39 +00:00
divdi3.c
divsc3.c
divsf3.c Initial implementation of double-precision soft-float division, moved a couple utility functions from the multiplications into the utility header 2010-07-04 16:53:39 +00:00
divsi3.c
divti3.c
divxc3.c
enable_execute_stack.c <rdar://problem/7813254> check enable_execute_stack implementation 2010-03-31 19:52:01 +00:00
endianness.h Fix DragonFly BSD define in compiler-rt. 2009-11-01 18:25:55 +00:00
eprintf.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
extendsfdf2.c Correction to previous commit which mistakenly included older versions of some files; now includes the correct LLVM license header 2010-07-01 17:58:24 +00:00
ffsdi2.c
ffsti2.c
fixdfdi.c
fixdfsi.c float- and double-to-integer soft-float conversions for compiler-rt 2010-07-02 22:10:58 +00:00
fixdfti.c
fixsfdi.c
fixsfsi.c float- and double-to-integer soft-float conversions for compiler-rt 2010-07-02 22:10:58 +00:00
fixsfti.c
fixunsdfdi.c
fixunsdfsi.c
fixunsdfti.c
fixunssfdi.c
fixunssfsi.c
fixunssfti.c
fixunsxfdi.c
fixunsxfsi.c
fixunsxfti.c
fixxfdi.c
fixxfti.c
floatdidf.c
floatdisf.c
floatdixf.c
floatsidf.c Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
floatsisf.c [unsigned] int -> float soft-float conversions for single- and double-precision 2010-07-02 23:05:46 +00:00
floattidf.c
floattisf.c
floattixf.c
floatundidf.c
floatundisf.c
floatundixf.c
floatunsidf.c Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
floatunsisf.c Renamed unsigned->float routines to match GCC convention 2010-07-03 00:56:03 +00:00
floatuntidf.c
floatuntisf.c
floatuntixf.c
fp_lib.h Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum 2010-07-26 18:17:00 +00:00
gcc_personality_v0.c sjlj based personality requires a different name 2010-05-07 23:44:20 +00:00
int_lib.h Add new build option KERNEL_USE, which compiles with -mkernel and gets propogated to CFLAGS. Use this to call panic() instead of abort() when enabled. 2010-03-31 17:00:48 +00:00
lshrdi3.c
lshrti3.c
moddi3.c
modsi3.c
modti3.c
muldc3.c
muldf3.c Initial implementation of double-precision soft-float division, moved a couple utility functions from the multiplications into the utility header 2010-07-04 16:53:39 +00:00
muldi3.c
mulsc3.c
mulsf3.c Initial implementation of double-precision soft-float division, moved a couple utility functions from the multiplications into the utility header 2010-07-04 16:53:39 +00:00
multi3.c
mulvdi3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
mulvsi3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
mulvti3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
mulxc3.c
negdf2.c Renamed unsigned->float routines to match GCC convention 2010-07-03 00:56:03 +00:00
negdi2.c
negsf2.c Renamed unsigned->float routines to match GCC convention 2010-07-03 00:56:03 +00:00
negti2.c
negvdi2.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
negvsi2.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
negvti2.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
paritydi2.c
paritysi2.c
parityti2.c
popcountdi2.c
popcountsi2.c
popcountti2.c
powidf2.c
powisf2.c
powitf2.c
powixf2.c
subvdi3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
subvsi3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
subvti3.c Use a private compilerrt_abort() define instead of calling abort directly. 2010-03-31 17:00:45 +00:00
trampoline_setup.c add include of int_lib.h to match change to use compilerrt_abort() 2010-04-15 20:37:56 +00:00
truncdfsf2.c ... and one more fix to remove some warnings in the new double -> float conversion 2010-07-01 18:02:15 +00:00
ucmpdi2.c
ucmpti2.c
udivdi3.c
udivmoddi4.c
udivmodti4.c
udivsi3.c
udivti3.c
umoddi3.c
umodsi3.c
umodti3.c