summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fp_lib.h
Commit message (Collapse)AuthorAgeFilesLines
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-144/+0
| | | | | | directory llvm-svn: 201393
* Declare some variables unsigned to avoid signed vs unsigned mismatches.Joerg Sonnenberger2012-06-181-1/+1
| | | | | | | This exploits the relative order of the arguments and/or checks already made in the functions. llvm-svn: 158669
* lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for ↵Daniel Dunbar2011-11-151-0/+1
| | | | | | this extra complexity. llvm-svn: 144660
* Revert "Split single & double comparison routines into separate implementationDaniel Dunbar2011-03-251-14/+0
| | | | | | files," for now, I missed some necesary updates. llvm-svn: 128296
* Split single & double comparison routines into separate implementation files,Daniel Dunbar2011-03-251-0/+14
| | | | | | for consistency. llvm-svn: 128282
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119397
* Fix error in rep_clz on non-LP64 targets. Patch by Christoph GerumStephen Canon2010-07-261-2/+2
| | | | llvm-svn: 109416
* Initial implementation of double-precision soft-float division, moved a ↵Stephen Canon2010-07-041-0/+27
| | | | | | couple utility functions from the multiplications into the utility header llvm-svn: 107586
* Correction to previous commit which mistakenly included older versions of ↵Stephen Canon2010-07-011-24/+17
| | | | | | some files; now includes the correct LLVM license header llvm-svn: 107408
* Adding soft-float comparisons, addition, subtraction, multiplication and ↵Stephen Canon2010-07-011-0/+123
negation llvm-svn: 107400
OpenPOWER on IntegriCloud