Age | Commit message (Expand) | Author |
2009-08-24 | split raw_os_ostream out to its own header and implementation file. This | Chris Lattner |
2009-08-24 | Unbreak unit tests. | Daniel Dunbar |
2009-08-23 | Fix off-by-one in llvm::Format::print. | Daniel Dunbar |
2009-08-23 | convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since | Chris Lattner |
2009-08-23 | upgrade for removed functions. | Chris Lattner |
2009-08-21 | Correct for recent assert change. | Bill Wendling |
2009-08-21 | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar |
2009-08-21 | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar |
2009-08-20 | Add support for including '+' in APFloat strings, more asserts, | Erick Tryzelaar |
2009-08-20 | Fix two APFloat bugs in converting hexadecimal constants. | Daniel Dunbar |
2009-08-20 | Fixed header comment. | Misha Brukman |
2009-08-19 | Add min and max tests. | Daniel Dunbar |
2009-08-19 | Remove SmallString::append_*int* unit tests. | Benjamin Kramer |
2009-08-19 | Add SmallVector::{capacity,set_size}. | Daniel Dunbar |
2009-08-18 | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar |
2009-08-18 | Fix pasto in StringRef::count(char) | Daniel Dunbar |
2009-08-18 | Add StringRef::count({char,StringRef}) | Daniel Dunbar |
2009-08-17 | Wrap unit test death tests in GTEST_HAS_DEATH_TEST | Erick Tryzelaar |
2009-08-17 | Change APFloatTest from using ASSERTs to EXPECTs | Erick Tryzelaar |
2009-08-16 | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar |
2009-08-16 | Add failure tests to APInt unit test. | Erick Tryzelaar |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-13 | Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. | Daniel Dunbar |
2009-08-12 | Fix unit test on FreeBSD. We need to make sure there is enough space to save ... | Benjamin Kramer |
2009-08-11 | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar |
2009-08-07 | To catch bugs like the one fixed in | Jeffrey Yasskin |
2009-08-05 | Update unit test. | Owen Anderson |
2009-08-04 | Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old | Jeffrey Yasskin |
2009-08-01 | Remove now empty unit test directory. | Benjamin Kramer |
2009-08-01 | daniel says it's fine to nuke this. | Chris Lattner |
2009-08-01 | update for new api | Chris Lattner |
2009-07-31 | Fix unit tests. | Owen Anderson |
2009-07-31 | Update unittest for LLVM API change. | Benjamin Kramer |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-31 | Adjust unit test for the MCSection changes. | Benjamin Kramer |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-30 | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar |
2009-07-30 | fix a unitialized pointer in NamedMDNode (and reenable unittest) | Benjamin Kramer |
2009-07-30 | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar |
2009-07-30 | Disable the NamedMDNodeTest, it is failing everywhere. | Daniel Dunbar |
2009-07-30 | Add NamedMDNode test. | Devang Patel |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-29 | Update unittest for LLVM API change. | Benjamin Kramer |
2009-07-29 | fix unittest on platforms with unsigned chars (e.g. linux-ppc) | Benjamin Kramer |
2009-07-29 | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar |
2009-07-28 | fix unittest | Benjamin Kramer |
2009-07-27 | Remove trailing slashes from include paths. Some versions of mingw don't like... | Benjamin Kramer |
2009-07-26 | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar |
2009-07-26 | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar |
2009-07-25 | Added a test and fixed a bug in BumpPtrAllocator relating to large alignment | Reid Kleckner |