aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2009-09-14Attempt to fix some 4.0.0 build warnings.Daniel Dunbar
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar
2009-09-13Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar
2009-09-13Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar
2009-09-09Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin
2009-09-07Update unittests for MDNode uniquing disable.Daniel Dunbar
2009-09-06Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar
2009-09-05Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky
2009-09-05Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin
2009-09-03Add test for PR4873, which works for me.Daniel Dunbar
2009-09-03Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel
2009-09-02Revert 80839 for now. It causes test failures.Devang Patel
2009-09-02Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel
2009-09-02Disable uniqueness test for now.Devang Patel
2009-08-31update unit test for previous change.Chris Lattner
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin
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