| .. |
|
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
|
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
|
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
|
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
|
Use a private compilerrt_abort() define instead of calling abort directly.
|
2010-03-31 17:00:45 +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 |
|
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
|
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 |
|
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
|
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 |
|
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
|
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
|
<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
|
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 |
|
fixdfsi.c
|
float- and double-to-integer soft-float conversions for compiler-rt
|
2010-07-02 22:10:58 +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 |
|
fixsfsi.c
|
float- and double-to-integer soft-float conversions for compiler-rt
|
2010-07-02 22:10:58 +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 |
|
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
|
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 |
|
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
|
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 |
|
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
|
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 |
|
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
|
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 |
|
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
|
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
|
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
|
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 |
|
negdf2.c
|
Renamed unsigned->float routines to match GCC convention
|
2010-07-03 00:56:03 +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 |
|
negsf2.c
|
Renamed unsigned->float routines to match GCC convention
|
2010-07-03 00:56:03 +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
|
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
|
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
|
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
|
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 |