| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 1 | -0/+276 |
* | Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for | Reid Kleckner | 2009-07-23 | 1 | -0/+95 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -10/+13 |
* | MDString | Devang Patel | 2009-07-23 | 1 | -8/+8 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 2 | -337/+0 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 1 | -19/+0 |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 1 | -0/+276 |
* | Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using | Reid Kleckner | 2009-07-23 | 1 | -0/+61 |
* | Support writing a StringRef to a raw_ostream directly. | Daniel Dunbar | 2009-07-22 | 1 | -0/+6 |
* | cast signed APInt constructor params to uint64_t to suppress signedness warning | Ryan Flynn | 2009-07-22 | 1 | -5/+5 |
* | Add StringRef::{substr, startswith}. | Daniel Dunbar | 2009-07-21 | 1 | -0/+12 |
* | Add StringRef class, with fixes. | Daniel Dunbar | 2009-07-21 | 1 | -0/+59 |
* | unbreak unit-tests on gcc-4.4. | Edwin Török | 2009-07-21 | 1 | -0/+1 |
* | Fix ConstantRange::unionWith. Also make it work a little hard in some cases to | Nick Lewycky | 2009-07-19 | 1 | -0/+11 |
* | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky | 2009-07-18 | 1 | -15/+6 |
* | Unbreak unittests build. | Daniel Dunbar | 2009-07-18 | 2 | -2/+2 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 2 | -12/+17 |