1. b361adb APFloat: Make sure that we get a well-formed x87 NaN when converting from a smaller type. by Benjamin Kramer · 13 years ago
  2. 4fb504f Implement APFloat::isDenormal() by Shuxin Yang · 13 years ago
  3. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  4. 08be41a Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmul transform. by Benjamin Kramer · 13 years ago
  5. d9f7e25 Implement arithmetic on APFloat with PPCDoubleDouble semantics by by Ulrich Weigand · 13 years ago
  6. c38fab2 APFloat::roundToIntegral: Special values don't keep the exponent value up to date, don't rely on it. by Benjamin Kramer · 13 years ago
  7. 352dfff Fix another roundToIntegral bug where very large values could become infinity. Problem and solution identified by Steve Canon. by Owen Anderson · 13 years ago
  8. 1ff74b0 Fix a problem with APFloat::roundToIntegral where it would return incorrect results for negative inputs to trunc. Add unit tests to verify this behavior. by Owen Anderson · 13 years ago
  9. a84ad7d Fix APFloat::convert so that it handles narrowing conversions correctly; it by Eli Friedman · 14 years ago
  10. 212e447 Attempt to fix MSVC build. by Eli Friedman · 14 years ago
  11. c532201 Fix APFloat::getLargest so that it actually returns the correct value. Found by accident while reviewing a patch to nearby code. by Eli Friedman · 14 years ago
  12. a421ee1 Fix a test that wasn't testing the right thing. by Matt Beaumont-Gay · 14 years ago
  13. 03b81a2 Add an APFloat::convertToInt(APSInt) function that automatically manages the by Jeffrey Yasskin · 14 years ago
  14. af0ed95 Avoid turning a floating point division with a constant power of two into a denormal multiplication. by Benjamin Kramer · 15 years ago
  15. 03fd672 Add APFloat::getExactInverse. by Benjamin Kramer · 15 years ago
  16. b5cd013 Fix death tests in -Asserts builds. by Jeffrey Yasskin · 16 years ago
  17. dcb9a7a Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width by John McCall · 16 years ago
  18. b42cc68 Make APFloat's string-parsing routines a bit safer against very large exponents. by John McCall · 16 years ago
  19. df951bd Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits by John McCall · 16 years ago
  20. dd5044a Implement support for converting to string at "natural precision", and fix some by John McCall · 16 years ago
  21. 29b5c28 Add accessors for the largest-magnitude, smallest-magnitude, and by John McCall · 16 years ago
  22. bc52e4f Add test for PR4873, which works for me. by Daniel Dunbar · 16 years ago
  23. da666c8 Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 16 years ago
  24. bf5998e Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 16 years ago
  25. 927191f Wrap unit test death tests in GTEST_HAS_DEATH_TEST by Erick Tryzelaar · 16 years ago
  26. bc0d749 Change APFloatTest from using ASSERTs to EXPECTs by Erick Tryzelaar · 16 years ago
  27. 19f63b2 Modify APFloat to take a StringRef instead of a c string. by Erick Tryzelaar · 16 years ago