hanchenye-llvm-project/compiler-rt/lib
Nick Kledzik debb901045 add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin
llvm-svn: 95132
2010-02-02 21:34:04 +00:00
..
arm add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin 2010-02-02 21:34:04 +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 Update CMake build system with target arch source file lists. 2009-10-29 00:07:46 +00:00
Makefile.mk Rename subdir 'Target' variable to 'Implementation' to be less overloaded. 2010-01-18 06:49:09 +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 1) Remove cmake-specific #define usage from the exported 2009-09-22 00:49:12 +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
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 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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix DragonFly BSD define in compiler-rt. 2009-11-01 18:25:55 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +00:00
floattisf.c Code style and Readability fixes. Credit to Craig van Vliet. 2009-08-07 20:30:09 +00:00
floattixf.c Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +00:00
gcc_personality_v0.c fix return type of _Unwind_Exception.exception_cleanup 2010-01-20 06:13:20 +00:00
int_lib.h Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/. 2009-10-27 17:48:46 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. 2009-09-03 09:12:20 +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