summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* clang_darwin: Build with -fno-builtin, primarily to avoid issues with definin...Daniel Dunbar2011-01-211-1/+5
* clang_darwin: Start building an armv7 slice for cc_kext.Daniel Dunbar2011-01-211-5/+1
* clang_darwin: Build cckext bits with -mthumb.Daniel Dunbar2011-01-211-0/+3
* Fix typo.Daniel Dunbar2011-01-211-1/+1
* Add missing <stdint.h> to build properly on Solaris. Patch by Joakim JohanssonNick Kledzik2011-01-071-0/+1
* license changeHoward Hinnant2010-11-16328-654/+657
* compiler_rt is now dual licensed under MIT and UIUC license.Chris Lattner2010-11-162-23/+36
* make: Add CheckCommandLineOverrides to my little Makefile library, a routine forDaniel Dunbar2010-10-141-0/+11
* <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7Nick Kledzik2010-09-271-0/+2
* compiler-rt/clang/Darwin: Add a new library configuration which has nothingDaniel Dunbar2010-09-211-0/+7
* Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were n...Stephen Canon2010-08-172-22/+8
* add unit testsBlaine Garst2010-08-0454-0/+3199
* add assembly implementation of modsi3 so compiler does not have to special ca...Nick Kledzik2010-07-271-0/+36
* Fix error in rep_clz on non-LP64 targets. Patch by Christoph GerumStephen Canon2010-07-261-2/+2
* Hand-tuning of single-precision soft-float comparison routines for ARMStephen Canon2010-07-081-0/+130
* fix install locationNick Kledzik2010-07-041-6/+6
* fix arvm5 buildsNick Kledzik2010-07-043-1/+15
* Initial implementation of double-precision soft-float division, moved a coupl...Stephen Canon2010-07-045-54/+209
* Single-precision soft-float divisionStephen Canon2010-07-041-0/+193
* Further cleanup of ARM bswap implementations, thanks to John TytgatStephen Canon2010-07-032-27/+23
* Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the n...Stephen Canon2010-07-032-32/+26
* Renamed unsigned->float routines to match GCC conventionStephen Canon2010-07-034-6/+6
* ARM before armv6 did not supprt 'rev' instructionNick Kledzik2010-07-032-0/+31
* [unsigned] int -> float soft-float conversions for single- and double-precisionStephen Canon2010-07-024-0/+198
* float- and double-to-integer soft-float conversions for compiler-rtStephen Canon2010-07-022-0/+90
* Tests for soft-float comparison functionsStephen Canon2010-07-012-0/+958
* ... and one more fix to remove some warnings in the new double -> float conve...Stephen Canon2010-07-011-4/+2
* Correction to previous commit which mistakenly included older versions of som...Stephen Canon2010-07-0111-115/+311
* Adding soft-float comparisons, addition, subtraction, multiplication and nega...Stephen Canon2010-07-0110-0/+1099
* This is a test commit to verify repository access.Stephen Canon2010-06-191-1/+0
* <rdar://problem/7987491> Libcompiler_rt isn't platform awareNick Kledzik2010-05-151-0/+6
* tweak arm exportsNick Kledzik2010-05-071-2/+2
* sjlj based personality requires a different nameNick Kledzik2010-05-071-1/+7
* improve bullets, patch by Mike MillerChris Lattner2010-05-041-2/+10
* Fix build with MSVC.Charles Davis2010-04-292-2/+8
* improve arm build support on darwinNick Kledzik2010-04-212-7/+53
* add explicit alignment directives to assure arm code is 4-byte alignedNick Kledzik2010-04-2143-0/+43
* update copyright noticesBlaine Garst2010-04-214-4/+4
* add include of int_lib.h to match change to use compilerrt_abort()Nick Kledzik2010-04-152-0/+4
* clang/Darwin: Don't include enable_execute_stack in libcc_kext.a.Daniel Dunbar2010-03-311-1/+0
* <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsy...Nick Kledzik2010-03-312-23/+21
* <rdar://problem/7813254> check enable_execute_stack implementationNick Kledzik2010-03-311-1/+6
* Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar2010-03-314-2/+18
* Use a private compilerrt_abort() define instead of calling abort directly.Daniel Dunbar2010-03-3120-35/+38
* Don't build an armv7 slice for now, it has the same stuff as on armv6.Daniel Dunbar2010-03-261-1/+5
* Clang/Darwin: Add definition for files to put in cc_kext.a.Daniel Dunbar2010-03-261-0/+206
* add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...Nick Kledzik2010-02-022-1/+35
* add compiler options for B&I buildsNick Kledzik2010-02-021-0/+4
* FUNCTIONS.armv6 to have actual function namesNick Kledzik2010-02-011-1/+3
* document runtime support functionsNick Kledzik2010-01-221-44/+118