Age | Commit message (Expand) | Author |
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 |
2009-07-25 | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar |
2009-07-25 | Add a missing ilist_node.h #include to SparseBitVector, and add a very short | Jeffrey Yasskin |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-24 | Add Twine ADT. | Daniel Dunbar |
2009-07-23 | Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . | Reid Kleckner |
2009-07-23 | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner |
2009-07-23 | Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for | Reid Kleckner |
2009-07-23 | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar |
2009-07-23 | MDString | Devang Patel |
2009-07-23 | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner |
2009-07-23 | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel |