hanchenye-llvm-project/compiler-rt/lib
Edward O'Callaghan 19db729ab4 Add support for ellcc, Credit to Richard Pennington.
llvm-svn: 79332
2009-08-18 11:54:44 +00:00
..
i386 Initial import of CMake type build system. Just like the rest of llvm.. 2009-08-03 01:08:25 +00:00
ppc Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
x86_64 Optimized versions now buildable on Solaris. 2009-08-08 04:43:56 +00:00
CMakeLists.txt Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
Makefile.mk Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
absvdi2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
absvsi2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
absvti2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
addvdi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
addvsi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
addvti3.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
apple_versioning.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
ashldi3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
ashlti3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
ashrdi3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
ashrti3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
clear_cache.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
clzdi2.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
clzsi2.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
clzti2.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
cmpdi2.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
cmpti2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
ctzdi2.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
ctzsi2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
ctzti2.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
divdc3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
divdi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
divsc3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
divsi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
divti3.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
divxc3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
enable_execute_stack.c Temporary define HAVE_SYSCONF until cmake checks are done. 2009-08-10 01:02:16 +00:00
endianness.h Add support for ellcc, Credit to Richard Pennington. 2009-08-18 11:54:44 +00:00
eprintf.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
ffsdi2.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
ffsti2.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
fixdfdi.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
fixdfti.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
fixsfdi.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
fixsfti.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
fixunsdfdi.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
fixunsdfsi.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
fixunsdfti.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
fixunssfdi.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
fixunssfsi.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
fixunssfti.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
fixunsxfdi.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
fixunsxfsi.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
fixunsxfti.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
fixxfdi.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
fixxfti.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
floatdidf.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
floatdisf.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
floatdixf.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
floattidf.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
floattisf.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
floattixf.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
floatundidf.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
floatundisf.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
floatundixf.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
floatuntidf.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
floatuntisf.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
floatuntixf.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
gcc_personality_v0.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
int_lib.h Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
lshrdi3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
lshrti3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
moddi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
modsi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
modti3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
muldc3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
muldi3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
mulsc3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
multi3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
mulvdi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
mulvsi3.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
mulvti3.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
mulxc3.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
negdi2.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
negti2.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
negvdi2.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
negvsi2.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
negvti2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
paritydi2.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
paritysi2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
parityti2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
popcountdi2.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
popcountsi2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
popcountti2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
powidf2.c Refactor test suit endianness pre-processor code. More style and readability fixes, start labling endif's 2009-08-05 19:57:20 +00:00
powisf2.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
powitf2.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
powixf2.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
subvdi3.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
subvsi3.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
subvti3.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
trampoline_setup.c Fixup C++ style comments are not allowed in ISO C90 to classic C style. 2009-08-05 04:02:56 +00:00
ucmpdi2.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
ucmpti2.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00
udivdi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
udivmoddi4.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
udivmodti4.c Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs 2009-08-09 18:41:02 +00:00
udivsi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
udivti3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
umoddi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
umodsi3.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
umodti3.c Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. 2009-08-05 19:06:50 +00:00