summaryrefslogtreecommitdiff
path: root/lib/comparesf2.c
Commit message (Collapse)AuthorAge
* Implement aeabi_{f,d}cmp*.Zonr Chang2013-02-07
| | | | | | | | Special thanks to Anton for the review. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@174596 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert "Split single & double comparison routines into separate implementationDaniel Dunbar2011-03-25
| | | | | | files," for now, I missed some necesary updates. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@128296 91177308-0d34-0410-b5e6-96231b3b80d8
* Split single & double comparison routines into separate implementation files,Daniel Dunbar2011-03-25
| | | | | | for consistency. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@128282 91177308-0d34-0410-b5e6-96231b3b80d8
* license changeHoward Hinnant2010-11-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119397 91177308-0d34-0410-b5e6-96231b3b80d8
* Correction to previous commit which mistakenly included older versions of ↵Stephen Canon2010-07-01
| | | | | | some files; now includes the correct LLVM license header git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@107408 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding soft-float comparisons, addition, subtraction, multiplication and ↵Stephen Canon2010-07-01
negation git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@107400 91177308-0d34-0410-b5e6-96231b3b80d8