| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert unittests build changes temporarily, the unit test build isn't -j safe. | Daniel Dunbar | 2009-09-13 | 1 | -2/+0 |
* | Build (not test) the unittests as part of a normal build. | Daniel Dunbar | 2009-09-13 | 1 | -0/+2 |
* | Make TypeBuilder's result depend on the LLVMContext it's passed. | Jeffrey Yasskin | 2009-09-09 | 1 | -0/+12 |
* | Update unittests for MDNode uniquing disable. | Daniel Dunbar | 2009-09-07 | 1 | -0/+4 |
* | Simplify, now that gtest supports raw_ostream directly. | Daniel Dunbar | 2009-09-06 | 2 | -9/+0 |
* | Now that googletest can print ConstantRange, use EXPECT_EQ when testing for | Nick Lewycky | 2009-09-05 | 1 | -149/+149 |
* | Teach googletest to use raw_ostream instead of just std::ostream. | Jeffrey Yasskin | 2009-09-05 | 1 | -7/+0 |
* | Add test for PR4873, which works for me. | Daniel Dunbar | 2009-09-03 | 1 | -0/+8 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 1 | -1/+1 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 1 | -1/+1 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 1 | -1/+1 |
* | Disable uniqueness test for now. | Devang Patel | 2009-09-02 | 1 | -1/+1 |
* | update unit test for previous change. | Chris Lattner | 2009-08-31 | 1 | -1/+1 |
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Edwin Török | 2009-08-30 | 1 | -0/+64 |
* | split raw_os_ostream out to its own header and implementation file. This | Chris Lattner | 2009-08-24 | 2 | -2/+2 |
* | Unbreak unit tests. | Daniel Dunbar | 2009-08-24 | 2 | -0/+14 |
* | Fix off-by-one in llvm::Format::print. | Daniel Dunbar | 2009-08-23 | 1 | -0/+27 |
* | convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since | Chris Lattner | 2009-08-23 | 1 | -128/+129 |
* | upgrade for removed functions. | Chris Lattner | 2009-08-23 | 1 | -11/+16 |
* | Correct for recent assert change. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar | 2009-08-21 | 1 | -0/+82 |
* | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar | 2009-08-21 | 1 | -8/+72 |
* | Add support for including '+' in APFloat strings, more asserts, | Erick Tryzelaar | 2009-08-20 | 1 | -51/+450 |
* | Fix two APFloat bugs in converting hexadecimal constants. | Daniel Dunbar | 2009-08-20 | 1 | -0/+2 |
* | Fixed header comment. | Misha Brukman | 2009-08-20 | 1 | -1/+1 |
* | Add min and max tests. | Daniel Dunbar | 2009-08-19 | 1 | -0/+8 |
* | Remove SmallString::append_*int* unit tests. | Benjamin Kramer | 2009-08-19 | 1 | -16/+0 |
* | Add SmallVector::{capacity,set_size}. | Daniel Dunbar | 2009-08-19 | 1 | -0/+18 |
* | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar | 2009-08-18 | 1 | -0/+12 |
* | Fix pasto in StringRef::count(char) | Daniel Dunbar | 2009-08-18 | 1 | -0/+1 |
* | Add StringRef::count({char,StringRef}) | Daniel Dunbar | 2009-08-18 | 1 | -0/+7 |
* | Wrap unit test death tests in GTEST_HAS_DEATH_TEST | Erick Tryzelaar | 2009-08-17 | 2 | -5/+9 |
* | Change APFloatTest from using ASSERTs to EXPECTs | Erick Tryzelaar | 2009-08-17 | 1 | -67/+67 |
* | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+106 |
* | Add failure tests to APInt unit test. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+11 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 9 | -104/+109 |
* | Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. | Daniel Dunbar | 2009-08-13 | 1 | -6/+6 |
* | Fix unit test on FreeBSD. We need to make sure there is enough space to save ... | Benjamin Kramer | 2009-08-12 | 1 | -1/+1 |
* | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar | 2009-08-11 | 1 | -0/+7 |
* | To catch bugs like the one fixed in | Jeffrey Yasskin | 2009-08-07 | 1 | -0/+7 |
* | Update unit test. | Owen Anderson | 2009-08-05 | 1 | -5/+5 |
* | Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old | Jeffrey Yasskin | 2009-08-04 | 2 | -4/+95 |
* | Remove now empty unit test directory. | Benjamin Kramer | 2009-08-01 | 2 | -16/+1 |
* | daniel says it's fine to nuke this. | Chris Lattner | 2009-08-01 | 1 | -101/+0 |
* | update for new api | Chris Lattner | 2009-08-01 | 1 | -4/+4 |
* | Fix unit tests. | Owen Anderson | 2009-07-31 | 1 | -14/+16 |
* | Update unittest for LLVM API change. | Benjamin Kramer | 2009-07-31 | 2 | -4/+4 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -1/+1 |
* | Adjust unit test for the MCSection changes. | Benjamin Kramer | 2009-07-31 | 1 | -4/+5 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -1/+1 |