aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
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
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar
2009-07-25Add a missing ilist_node.h #include to SparseBitVector, and add a very shortJeffrey Yasskin
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-24Add Twine ADT.Daniel Dunbar
2009-07-23Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .Reid Kleckner
2009-07-23Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner
2009-07-23Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar
2009-07-23MDStringDevang Patel
2009-07-23Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel