Wrap unit test death tests in GTEST_HAS_DEATH_TEST
[oota-llvm.git] / unittests / ADT / APIntTest.cpp
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...