1. 32aa02c Fix death tests in -Asserts builds. by Jeffrey Yasskin · 16 years ago
  2. d24e018 Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width by John McCall · 16 years ago
  3. 0551cd5 Make APFloat's string-parsing routines a bit safer against very large exponents. by John McCall · 16 years ago
  4. 68bf224 Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits by John McCall · 16 years ago
  5. 302872f Implement support for converting to string at "natural precision", and fix some by John McCall · 16 years ago
  6. c18035f Add accessors for the largest-magnitude, smallest-magnitude, and by John McCall · 16 years ago
  7. f3ff0b0 Add test for PR4873, which works for me. by Daniel Dunbar · 16 years ago
  8. 67b8802 Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 16 years ago
  9. 61b410c Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 16 years ago
  10. afae48e Wrap unit test death tests in GTEST_HAS_DEATH_TEST by Erick Tryzelaar · 16 years ago
  11. 3367ffe Change APFloatTest from using ASSERTs to EXPECTs by Erick Tryzelaar · 16 years ago
  12. 2ff79ef Modify APFloat to take a StringRef instead of a c string. by Erick Tryzelaar · 16 years ago