summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-09
* Update unittests for MDNode uniquing disable.Daniel Dunbar2009-09-07
* Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar2009-09-06
* Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky2009-09-05
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-05
* Add test for PR4873, which works for me.Daniel Dunbar2009-09-03
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-03
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-02
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-02
* Disable uniqueness test for now.Devang Patel2009-09-02
* update unit test for previous change.Chris Lattner2009-08-31
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-30
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-24
* Unbreak unit tests.Daniel Dunbar2009-08-24
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-23
* convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner2009-08-23
* upgrade for removed functions.Chris Lattner2009-08-23
* Correct for recent assert change.Bill Wendling2009-08-21
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-21
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-21
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-20
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-20
* Fixed header comment.Misha Brukman2009-08-20
* Add min and max tests.Daniel Dunbar2009-08-19
* Remove SmallString::append_*int* unit tests.Benjamin Kramer2009-08-19
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-19
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-18
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-18
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-18
* Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar2009-08-17
* Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar2009-08-17
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-16
* Add failure tests to APInt unit test.Erick Tryzelaar2009-08-16
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-13
* Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer2009-08-12
* StringRef: Add find(char) and find(StringRef).Daniel Dunbar2009-08-11
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-07
* Update unit test.Owen Anderson2009-08-05
* Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin2009-08-04
* Remove now empty unit test directory.Benjamin Kramer2009-08-01
* daniel says it's fine to nuke this.Chris Lattner2009-08-01
* update for new apiChris Lattner2009-08-01
* Fix unit tests.Owen Anderson2009-07-31
* Update unittest for LLVM API change.Benjamin Kramer2009-07-31
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Adjust unit test for the MCSection changes.Benjamin Kramer2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-30
* fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer2009-07-30