| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. | Torok Edwin | 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 |
* | Add SmallString unit test. | Daniel Dunbar | 2009-07-16 | 1 | -0/+64 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 3 | -21/+24 |
* | Port this unittest to use LLVMContext. | Dan Gohman | 2009-07-14 | 1 | -30/+33 |
* | Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once | Nick Lewycky | 2009-07-13 | 1 | -0/+4 |
* | 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). | Nick Lewycky | 2009-07-13 | 1 | -1/+1 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 2 | -7/+12 |
* | Multiply was very wrong for wrapped ranges. This supplies a half-fix that will | Nick Lewycky | 2009-07-13 | 1 | -0/+5 |
* | Fix a bug summing two full sets. The overflow checking doesn't handle sets as | Nick Lewycky | 2009-07-13 | 1 | -0/+1 |
* | Clarify a FIXME. | Daniel Dunbar | 2009-07-12 | 1 | -4/+5 |
* | Implement udiv for ConstantRanges. | Nick Lewycky | 2009-07-12 | 1 | -13/+9 |
* | This is not overly conservative. | Nick Lewycky | 2009-07-12 | 1 | -1/+0 |
* | Implement ConstantRange::multiply based on the code in LoopVR. | Nick Lewycky | 2009-07-12 | 1 | -10/+6 |
* | Fix handling of max and full set. | Nick Lewycky | 2009-07-11 | 1 | -7/+8 |
* | Break the world's largest unit test down a few logical lines. No semantic | Nick Lewycky | 2009-07-11 | 1 | -23/+65 |
* | Don't use a void return type with a function that returns a value. | Dan Gohman | 2009-07-11 | 1 | -1/+2 |
* | Fix unit tests. | Owen Anderson | 2009-07-10 | 2 | -91/+92 |
* | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 2009-07-09 | 1 | -298/+21 |
* | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman | 2009-07-09 | 1 | -0/+582 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -0/+126 |
* | Drop "constant" from | Devang Patel | 2009-07-08 | 1 | -4/+4 |
* | Update SLotTracker to handle MDNode slots. | Devang Patel | 2009-07-08 | 1 | -4/+4 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 2 | -4/+4 |
* | Fix unit tests for LLVMContext+Module. | Owen Anderson | 2009-07-01 | 2 | -4/+6 |
* | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman | 2009-06-30 | 1 | -13/+0 |
* | Revert my intentional breakage. | Daniel Dunbar | 2009-06-30 | 1 | -2/+0 |