hanchenye-llvm-project/compiler-rt/lib
Eli Friedman 30bd27bf7d Misc compiler-rt fixes. Clarify neg implementations to show what is
actually happening.  Fix mod implementation so it doesn't get 
optimized to a recursive call.  Make x86-32 non-SSE2 shift 
implementation use shld/shrd instead of emulating it (the only x86 processor
where the emulation might be remotely close to justifiable is the Pentium 4).

llvm-svn: 74756
2009-07-03 02:26:38 +00:00
..
i386 Misc compiler-rt fixes. Clarify neg implementations to show what is 2009-07-03 02:26:38 +00:00
ppc Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
x86_64 Fix a Darwinism, .s files meant to be preprocessed should be named .S. 2009-07-01 06:04:03 +00:00
Makefile.mk Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
absvdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
absvsi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
absvti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
addvdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
addvsi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
addvti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
apple_versioning.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashldi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashlti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashrdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashrti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
clear_cache.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
clzdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
clzsi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
clzti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
cmpdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
cmpti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ctzdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ctzsi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ctzti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divdc3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divsc3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divsi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divxc3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
enable_execute_stack.c Add missing include for getpagesize, and fix a typo. 2009-07-01 06:06:42 +00:00
eprintf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ffsdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ffsti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixdfdi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixdfti.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixsfdi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixsfti.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsdfdi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsdfsi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsdfti.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunssfdi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunssfsi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunssfti.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsxfdi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsxfsi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixunsxfti.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixxfdi.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
fixxfti.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdidf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdisf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdixf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floattidf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floattisf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floattixf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundidf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundisf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundixf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatuntidf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatuntisf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatuntixf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
gcc_personality_v0.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
int_lib.h Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
lshrdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
lshrti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
moddi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
modsi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
modti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
muldc3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
muldi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulsc3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
multi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulvdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulvsi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulvti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
mulxc3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
negdi2.c Misc compiler-rt fixes. Clarify neg implementations to show what is 2009-07-03 02:26:38 +00:00
negti2.c Misc compiler-rt fixes. Clarify neg implementations to show what is 2009-07-03 02:26:38 +00:00
negvdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
negvsi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
negvti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
paritydi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
paritysi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
parityti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
popcountdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
popcountsi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
popcountti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
powidf2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
powisf2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
powitf2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
powixf2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
subvdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
subvsi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
subvti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
trampoline_setup.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ucmpdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ucmpti2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivmoddi4.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivmodti4.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivsi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
umoddi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
umodsi3.c Misc compiler-rt fixes. Clarify neg implementations to show what is 2009-07-03 02:26:38 +00:00
umodti3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00