aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/APFloatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman2011-11-261-0/+24
* Attempt to fix MSVC build.Eli Friedman2011-10-121-2/+2
* Fix APFloat::getLargest so that it actually returns the correct value. Found...Eli Friedman2011-10-121-0/+5
* Fix a test that wasn't testing the right thing.Matt Beaumont-Gay2011-08-291-4/+6
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-151-0/+49
* Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer2011-03-301-4/+2
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-301-0/+23
* Fix death tests in -Asserts builds.Jeffrey Yasskin2010-03-171-0/+2
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-281-0/+29
* Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall2010-02-261-0/+7
* Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall2010-02-031-0/+2
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-241-1/+3
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-241-0/+20
* Add test for PR4873, which works for me.Daniel Dunbar2009-09-031-0/+8
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-201-51/+450
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-201-0/+2
* Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar2009-08-171-5/+7
* Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar2009-08-171-67/+67
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-161-0/+106