Update CMake library dependencies.
[oota-llvm.git] / unittests / ADT / APIntTest.cpp
2011-06-15 Dylan Noblesmithunittests: add test for APInt::toString()
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-09-14 Jakob Stoklund OlesenAttempt to unbreak the FreeBSD buildbot by XFAILing...
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2009-10-13 Duncan SandsPacify the compiler (signed with unsigned comparison...
2009-10-13 Dan GohmanAdd a ceilLogBase2 function to APInt.
2009-09-18 Daniel DunbarFix a few more conversion warnings on 4.0
2009-09-17 Daniel DunbarAnother try at fixing compile warnings on 4.0
2009-09-14 Daniel DunbarAttempt to fix some 4.0.0 build warnings.
2009-09-06 Daniel DunbarSimplify, now that gtest supports raw_ostream directly.
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-21 Bill WendlingCorrect for recent assert change.
2009-08-21 Erick TryzelaarFix bug with APInt::getBitsNeeded with for base 10...
2009-08-21 Erick TryzelaarAllow '+' to appear in APInt strings, and add more...
2009-08-17 Erick TryzelaarWrap unit test death tests in GTEST_HAS_DEATH_TEST
2009-08-16 Erick TryzelaarAdd failure tests to APInt unit test.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-04-25 Chris LattnerFix PR4040: APInt's string constructor is too strict
2009-04-08 Misha Brukman* Fixed calls to APInt ctor to work for negative values...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...