| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make APFloat's string-parsing routines a bit safer against very large exponents. | John McCall | 2010-02-26 | 1 | -0/+7 | |
| * | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall | 2010-02-03 | 1 | -0/+2 | |
| * | Implement support for converting to string at "natural precision", and fix some | John McCall | 2009-12-24 | 1 | -1/+3 | |
| * | Add accessors for the largest-magnitude, smallest-magnitude, and | John McCall | 2009-12-24 | 1 | -0/+20 | |
| * | Add test for PR4873, which works for me. | Daniel Dunbar | 2009-09-03 | 1 | -0/+8 | |
| * | Add support for including '+' in APFloat strings, more asserts, | Erick Tryzelaar | 2009-08-20 | 1 | -51/+450 | |
| * | Fix two APFloat bugs in converting hexadecimal constants. | Daniel Dunbar | 2009-08-20 | 1 | -0/+2 | |
| * | Wrap unit test death tests in GTEST_HAS_DEATH_TEST | Erick Tryzelaar | 2009-08-17 | 1 | -5/+7 | |
| * | Change APFloatTest from using ASSERTs to EXPECTs | Erick Tryzelaar | 2009-08-17 | 1 | -67/+67 | |
| * | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+106 | |

