| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar | 2009-07-30 | 1 | -2/+1 |
* | fix a unitialized pointer in NamedMDNode (and reenable unittest) | Benjamin Kramer | 2009-07-30 | 1 | -3/+0 |
* | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar | 2009-07-30 | 1 | -6/+7 |
* | Disable the NamedMDNodeTest, it is failing everywhere. | Daniel Dunbar | 2009-07-30 | 1 | -0/+3 |
* | Add NamedMDNode test. | Devang Patel | 2009-07-30 | 1 | -0/+22 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 2 | -4/+3 |
* | Update unittest for LLVM API change. | Benjamin Kramer | 2009-07-29 | 1 | -18/+18 |
* | fix unittest on platforms with unsigned chars (e.g. linux-ppc) | Benjamin Kramer | 2009-07-29 | 1 | -1/+1 |
* | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar | 2009-07-29 | 1 | -0/+12 |
* | fix unittest | Benjamin Kramer | 2009-07-28 | 1 | -1/+1 |
* | Remove trailing slashes from include paths. Some versions of mingw don't like... | Benjamin Kramer | 2009-07-27 | 1 | -1/+1 |
* | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-26 | 1 | -36/+36 |
* | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar | 2009-07-26 | 1 | -0/+15 |
* | Added a test and fixed a bug in BumpPtrAllocator relating to large alignment | Reid Kleckner | 2009-07-25 | 1 | -0/+48 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 1 | -8/+8 |
* | Add a missing ilist_node.h #include to SparseBitVector, and add a very short | Jeffrey Yasskin | 2009-07-25 | 1 | -0/+36 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 4 | -18/+15 |
* | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 1 | -0/+63 |
* | Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . | Reid Kleckner | 2009-07-23 | 1 | -4/+4 |