hanchenye-llvm-project/compiler-rt/lib
Shantonu Sen 33f6acbbf1 1) Remove cmake-specific #define usage from the exported
Block.h/Block_private.h headers, since clients won't know what to
set. These are moved into runtime.c as appropriate

2) Use cmake checks for CAS builtins, instead of guessing based on GCC
#defines (which aren't set by clang and llvm-gcc anyway)

3) "#pragma mark" isn't supported by FSF gcc, so "#if 0" it out. It
should still show up in IDEs that support it

4) Fix some compiler warnings. GCC 4.3.3 seems super strict about
%p. function pointers can't be cast to void * either.

5) Avoid a warning for apple_versioning.c that "ISO C does not allow
empty files"

llvm-svn: 82504
2009-09-22 00:49:12 +00:00
..
arm add support for __switch* needed for switch statements in thumb codegen 2009-09-18 00:07:52 +00:00
i386 Unbreak building of assembly files (broken by my .s -> .S rename). 2009-09-10 23:27:45 +00:00
ppc Unbreak building of assembly files (broken by my .s -> .S rename). 2009-09-10 23:27:45 +00:00
x86_64 Unbreak building of assembly files (broken by my .s -> .S rename). 2009-09-10 23:27:45 +00:00
CMakeLists.txt Update cmake files for arm support hooks. 2009-09-14 12:45:07 +00:00
Makefile.mk Stub out structure for building armv{6,7} libs. 2009-09-10 23:50:10 +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
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 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 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 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 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