Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -134/+0 |
| | | | | | | directory llvm-svn: 201393 | ||||
* | Implement aeabi_{f,d}cmp*. | Zonr Chang | 2013-02-07 | 1 | -0/+2 |
| | | | | | | Special thanks to Anton for the review. llvm-svn: 174596 | ||||
* | Revert "Split single & double comparison routines into separate implementation | Daniel Dunbar | 2011-03-25 | 1 | -0/+132 |
| | | | | | | files," for now, I missed some necesary updates. llvm-svn: 128296 | ||||
* | Split single & double comparison routines into separate implementation files, | Daniel Dunbar | 2011-03-25 | 1 | -132/+0 |
| | | | | | | for consistency. llvm-svn: 128282 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119397 | ||||
* | Correction to previous commit which mistakenly included older versions of ↵ | Stephen Canon | 2010-07-01 | 1 | -13/+18 |
| | | | | | | some files; now includes the correct LLVM license header llvm-svn: 107408 | ||||
* | Adding soft-float comparisons, addition, subtraction, multiplication and ↵ | Stephen Canon | 2010-07-01 | 1 | -0/+127 |
negation llvm-svn: 107400 |