summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-23Change ARM vfp assembly functions to use unified syntax.Bob Wilson
2011-08-22Refactor DEFINE_COMPILERRT_FUNCTION.Bob Wilson
2011-07-28Don't redeclare sr.Joerg Sonnenberger
2011-07-28Don't redeclare sr.Joerg Sonnenberger
2011-06-17Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher
2011-04-19Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for...Anton Korobeynikov
2011-04-19More fixes for missed includesAnton Korobeynikov
2011-04-19Add missed includeAnton Korobeynikov
2011-04-19Add missed files from my last commit.Anton Korobeynikov
2011-04-19Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM...Anton Korobeynikov
2011-04-19Add ARM EABI function aliases to routinesAnton Korobeynikov
2011-04-19Make use of LOCAL_LABEL macroAnton Korobeynikov
2011-04-19Get rid of darwin'isms. Provide convenient macro for assembler local lables.Anton Korobeynikov
2011-04-14don't add version info for static libraryNick Kledzik
2011-04-12fix typoNick Kledzik
2011-04-12<rdar://problem/9185449> update version info for armNick Kledzik
2011-03-25Revert "Split single & double comparison routines into separate implementationDaniel Dunbar
2011-03-25Split single & double comparison routines into separate implementation files,Daniel Dunbar
2011-03-21compiler-rt: Split subdf3 and subsf3 out of add implementations, forDaniel Dunbar
2011-03-21slight re-arrangement to maybe pick up one cycle on dual-issue ARM coresStephen Canon
2011-03-18Carefully written implementations of the 32-bit integer divide and modulus fu...Stephen Canon
2011-03-17<rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik
2011-03-10don't compile modsi3 into an infinite loop, patch by Matt Johnson!Chris Lattner
2011-03-05<rdar://problem/9091300> update Apple packaging of compiler-rtNick Kledzik
2011-01-07Add missing <stdint.h> to build properly on Solaris. Patch by Joakim JohanssonNick Kledzik
2010-11-16license changeHoward Hinnant
2010-08-17Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were n...Stephen Canon
2010-07-27add assembly implementation of modsi3 so compiler does not have to special ca...Nick Kledzik
2010-07-26Fix error in rep_clz on non-LP64 targets. Patch by Christoph GerumStephen Canon
2010-07-08Hand-tuning of single-precision soft-float comparison routines for ARMStephen Canon
2010-07-04fix arvm5 buildsNick Kledzik
2010-07-04Initial implementation of double-precision soft-float division, moved a coupl...Stephen Canon
2010-07-04Single-precision soft-float divisionStephen Canon
2010-07-03Further cleanup of ARM bswap implementations, thanks to John TytgatStephen Canon
2010-07-03Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the n...Stephen Canon
2010-07-03Renamed unsigned->float routines to match GCC conventionStephen Canon
2010-07-03ARM before armv6 did not supprt 'rev' instructionNick Kledzik
2010-07-02[unsigned] int -> float soft-float conversions for single- and double-precisionStephen Canon
2010-07-02float- and double-to-integer soft-float conversions for compiler-rtStephen Canon
2010-07-01... and one more fix to remove some warnings in the new double -> float conve...Stephen Canon
2010-07-01Correction to previous commit which mistakenly included older versions of som...Stephen Canon
2010-07-01Adding soft-float comparisons, addition, subtraction, multiplication and nega...Stephen Canon
2010-05-07sjlj based personality requires a different nameNick Kledzik
2010-04-21add explicit alignment directives to assure arm code is 4-byte alignedNick Kledzik
2010-04-15add include of int_lib.h to match change to use compilerrt_abort()Nick Kledzik
2010-03-31<rdar://problem/7813254> check enable_execute_stack implementationNick Kledzik
2010-03-31Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar
2010-03-31Use a private compilerrt_abort() define instead of calling abort directly.Daniel Dunbar
2010-02-02add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...Nick Kledzik
2010-01-20fix return type of _Unwind_Exception.exception_cleanupNick Kledzik