summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change ARM vfp assembly functions to use unified syntax.Bob Wilson2011-08-2334-118/+152
* Refactor DEFINE_COMPILERRT_FUNCTION.Bob Wilson2011-08-221-5/+6
* Don't redeclare sr.Joerg Sonnenberger2011-07-281-1/+1
* Don't redeclare sr.Joerg Sonnenberger2011-07-281-1/+1
* Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher2011-06-173-0/+181
* Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for...Anton Korobeynikov2011-04-191-4/+4
* More fixes for missed includesAnton Korobeynikov2011-04-194-0/+4
* Add missed includeAnton Korobeynikov2011-04-191-0/+1
* Add missed files from my last commit.Anton Korobeynikov2011-04-192-0/+53
* Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM...Anton Korobeynikov2011-04-1960-115/+144
* Add ARM EABI function aliases to routinesAnton Korobeynikov2011-04-1939-0/+143
* Make use of LOCAL_LABEL macroAnton Korobeynikov2011-04-193-12/+12
* Get rid of darwin'isms. Provide convenient macro for assembler local lables.Anton Korobeynikov2011-04-194-13/+17
* don't add version info for static libraryNick Kledzik2011-04-141-2/+2
* fix typoNick Kledzik2011-04-121-118/+118
* <rdar://problem/9185449> update version info for armNick Kledzik2011-04-121-0/+141
* Revert "Split single & double comparison routines into separate implementationDaniel Dunbar2011-03-2515-332/+119
* Split single & double comparison routines into separate implementation files,Daniel Dunbar2011-03-2515-119/+332
* compiler-rt: Split subdf3 and subsf3 out of add implementations, forDaniel Dunbar2011-03-214-26/+52
* slight re-arrangement to maybe pick up one cycle on dual-issue ARM coresStephen Canon2011-03-211-1/+1
* Carefully written implementations of the 32-bit integer divide and modulus fu...Stephen Canon2011-03-186-32/+337
* <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik2011-03-172-0/+60
* don't compile modsi3 into an infinite loop, patch by Matt Johnson!Chris Lattner2011-03-101-1/+3
* <rdar://problem/9091300> update Apple packaging of compiler-rtNick Kledzik2011-03-051-0/+21
* Add missing <stdint.h> to build properly on Solaris. Patch by Joakim JohanssonNick Kledzik2011-01-071-0/+1
* license changeHoward Hinnant2010-11-16186-372/+372
* Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were n...Stephen Canon2010-08-172-22/+8
* 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 arvm5 buildsNick Kledzik2010-07-041-1/+1
* 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
* ... 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
* sjlj based personality requires a different nameNick Kledzik2010-05-071-1/+7
* add explicit alignment directives to assure arm code is 4-byte alignedNick Kledzik2010-04-2143-0/+43
* add include of int_lib.h to match change to use compilerrt_abort()Nick Kledzik2010-04-152-0/+4
* <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-311-0/+7
* Use a private compilerrt_abort() define instead of calling abort directly.Daniel Dunbar2010-03-3120-35/+38
* add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...Nick Kledzik2010-02-021-0/+33
* fix return type of _Unwind_Exception.exception_cleanupNick Kledzik2010-01-201-2/+2