aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2009-08-24split raw_os_ostream out to its own header and implementation file. ThisChris Lattner
2009-08-24Unbreak unit tests.Daniel Dunbar
2009-08-23Fix off-by-one in llvm::Format::print.Daniel Dunbar
2009-08-23convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner
2009-08-23upgrade for removed functions.Chris Lattner
2009-08-21Correct for recent assert change.Bill Wendling
2009-08-21Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar
2009-08-21Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar
2009-08-20Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar
2009-08-20Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar
2009-08-20Fixed header comment.Misha Brukman
2009-08-19Add min and max tests.Daniel Dunbar
2009-08-19Remove SmallString::append_*int* unit tests.Benjamin Kramer
2009-08-19Add SmallVector::{capacity,set_size}.Daniel Dunbar
2009-08-18Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar
2009-08-18Fix pasto in StringRef::count(char)Daniel Dunbar
2009-08-18Add StringRef::count({char,StringRef})Daniel Dunbar
2009-08-17Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar
2009-08-17Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar
2009-08-16Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar
2009-08-16Add failure tests to APInt unit test.Erick Tryzelaar
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-13Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar
2009-08-12Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer
2009-08-11StringRef: Add find(char) and find(StringRef).Daniel Dunbar
2009-08-07To catch bugs like the one fixed inJeffrey Yasskin
2009-08-05Update unit test.Owen Anderson
2009-08-04Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin
2009-08-01Remove now empty unit test directory.Benjamin Kramer
2009-08-01daniel says it's fine to nuke this.Chris Lattner
2009-08-01update for new apiChris Lattner
2009-07-31Fix unit tests.Owen Anderson
2009-07-31Update unittest for LLVM API change.Benjamin Kramer
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-31Adjust unit test for the MCSection changes.Benjamin Kramer
2009-07-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-30Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar
2009-07-30fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer
2009-07-30Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar
2009-07-30Disable the NamedMDNodeTest, it is failing everywhere.Daniel Dunbar
2009-07-30Add NamedMDNode test.Devang Patel
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-29Update unittest for LLVM API change.Benjamin Kramer
2009-07-29fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer
2009-07-29Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar
2009-07-28fix unittestBenjamin Kramer
2009-07-27Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer
2009-07-26Update Triple to use StringRef/Twine based APIs.Daniel Dunbar
2009-07-26Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar
2009-07-25Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner