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