Add an APFloat::convertToInt(APSInt) function that automatically manages the
[oota-llvm.git] / unittests / ADT / APFloatTest.cpp
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-03-30 Benjamin KramerAvoid turning a floating point division with a constant...
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-26 John McCallMake APFloat's string-parsing routines a bit safer...
2010-02-03 John McCallMake APInt::countLeadingZerosSlowCase() treat the conte...
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-09-03 Daniel DunbarAdd test for PR4873, which works for me.
2009-08-20 Erick TryzelaarAdd support for including '+' in APFloat strings, more...
2009-08-20 Daniel DunbarFix two APFloat bugs in converting hexadecimal constants.
2009-08-17 Erick TryzelaarWrap unit test death tests in GTEST_HAS_DEATH_TEST
2009-08-17 Erick TryzelaarChange APFloatTest from using ASSERTs to EXPECTs
2009-08-16 Erick TryzelaarModify APFloat to take a StringRef instead of a c string.