aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/APFloatTest.cpp
AgeCommit message (Expand)Author
2010-03-17Fix death tests in -Asserts builds.Jeffrey Yasskin
2010-02-28Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall
2010-02-26Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall
2010-02-03Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall
2009-12-24Implement support for converting to string at "natural precision", and fix someJohn McCall
2009-12-24Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall
2009-09-03Add test for PR4873, which works for me.Daniel Dunbar
2009-08-20Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar
2009-08-20Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar
2009-08-17Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar
2009-08-17Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar
2009-08-16Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar