Add an insert() method to MapVector. Adds the first MapVector unit test.
[oota-llvm.git] / unittests / ADT / APFloatTest.cpp
2013-01-25 Benjamin KramerAPFloat: Make sure that we get a well-formed x87 NaN...
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-08 Benjamin KramerDrop the limitation to IEEE floating point types from...
2012-10-29 Ulrich WeigandImplement arithmetic on APFloat with PPCDoubleDouble...
2012-09-26 Benjamin KramerAPFloat::roundToIntegral: Special values don't keep...
2012-08-15 Owen AndersonFix another roundToIntegral bug where very large values...
2012-08-15 Owen AndersonFix a problem with APFloat::roundToIntegral where it...
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-10-12 Eli FriedmanAttempt to fix MSVC build.
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-08-29 Matt Beaumont-GayFix a test that wasn't testing the right thing.
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.