summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/comparedf2.c
Commit message (Collapse)AuthorAgeFilesLines
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-134/+0
| | | | | | directory llvm-svn: 201393
* Implement aeabi_{f,d}cmp*.Zonr Chang2013-02-071-0/+2
| | | | | | Special thanks to Anton for the review. llvm-svn: 174596
* Revert "Split single & double comparison routines into separate implementationDaniel Dunbar2011-03-251-0/+132
| | | | | | files," for now, I missed some necesary updates. llvm-svn: 128296
* Split single & double comparison routines into separate implementation files,Daniel Dunbar2011-03-251-132/+0
| | | | | | for consistency. llvm-svn: 128282
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119397
* Correction to previous commit which mistakenly included older versions of ↵Stephen Canon2010-07-011-13/+18
| | | | | | 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/+127
negation llvm-svn: 107400
OpenPOWER on IntegriCloud