summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2009-09-05Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin1-7/+0
2009-09-03Add test for PR4873, which works for me.Daniel Dunbar1-0/+8
2009-09-03Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel1-1/+1
2009-09-02Revert 80839 for now. It causes test failures.Devang Patel1-1/+1
2009-09-02Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel1-1/+1
2009-09-02Disable uniqueness test for now.Devang Patel1-1/+1
2009-08-31update unit test for previous change.Chris Lattner1-1/+1
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin1-0/+64
2009-08-24split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2-2/+2
2009-08-24Unbreak unit tests.Daniel Dunbar2-0/+14
2009-08-23Fix off-by-one in llvm::Format::print.Daniel Dunbar1-0/+27
2009-08-23convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner1-128/+129
2009-08-23upgrade for removed functions.Chris Lattner1-11/+16
2009-08-21Correct for recent assert change.Bill Wendling1-1/+1
2009-08-21Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar1-0/+82
2009-08-21Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar1-8/+72
2009-08-20Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar1-51/+450
2009-08-20Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar1-0/+2
2009-08-20Fixed header comment.Misha Brukman1-1/+1
2009-08-19Add min and max tests.Daniel Dunbar1-0/+8
2009-08-19Remove SmallString::append_*int* unit tests.Benjamin Kramer1-16/+0
2009-08-19Add SmallVector::{capacity,set_size}.Daniel Dunbar1-0/+18
2009-08-18Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar1-0/+12
2009-08-18Fix pasto in StringRef::count(char)Daniel Dunbar1-0/+1
2009-08-18Add StringRef::count({char,StringRef})Daniel Dunbar1-0/+7
2009-08-17Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar2-5/+9
2009-08-17Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar1-67/+67
2009-08-16Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar1-0/+106
2009-08-16Add failure tests to APInt unit test.Erick Tryzelaar1-0/+11
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson9-104/+109
2009-08-13Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar1-6/+6
2009-08-12Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer1-1/+1
2009-08-11StringRef: Add find(char) and find(StringRef).Daniel Dunbar1-0/+7
2009-08-07To catch bugs like the one fixed inJeffrey Yasskin1-0/+7
2009-08-05Update unit test.Owen Anderson1-5/+5
2009-08-04Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin2-4/+95
2009-08-01Remove now empty unit test directory.Benjamin Kramer2-16/+1
2009-08-01daniel says it's fine to nuke this.Chris Lattner1-101/+0
2009-08-01update for new apiChris Lattner1-4/+4
2009-07-31Fix unit tests.Owen Anderson1-14/+16
2009-07-31Update unittest for LLVM API change.Benjamin Kramer2-4/+4
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson1-1/+1
2009-07-31Adjust unit test for the MCSection changes.Benjamin Kramer1-4/+5
2009-07-30Move more code back to 2.5 APIs.Owen Anderson1-1/+1
2009-07-30Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar1-2/+1
2009-07-30fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer1-3/+0
2009-07-30Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar1-6/+7
2009-07-30Disable the NamedMDNodeTest, it is failing everywhere.Daniel Dunbar1-0/+3
2009-07-30Add NamedMDNode test.Devang Patel1-0/+22
2009-07-29Move types back to the 2.5 API.Owen Anderson2-4/+3