| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix __floatsitf() for negative input | Sergey Dmitrouk | 2015-07-31 | 1 | -5/+3 |
| | | | | | | | | | | Negative numbers were handled properly initially, but got broken during addressing review, so none of them did actually work. Issues: * Wrong negation. * Wrong exponent calculation. llvm-svn: 243746 | ||||
| * | Implement floatsitf, floatunstfsi, which perform | Joerg Sonnenberger | 2014-09-16 | 1 | -0/+52 |
| (signed/unsigned)integer to quad-precision conversion. Submitted by GuanHong Liu. Differential Revision: http://reviews.llvm.org/D2805 llvm-svn: 217901 | |||||

