Age | Commit message (Expand) | Author |
2009-07-22 | Support writing a StringRef to a raw_ostream directly. | Daniel Dunbar |
2009-07-22 | cast signed APInt constructor params to uint64_t to suppress signedness warning | Ryan Flynn |
2009-07-21 | Add StringRef::{substr, startswith}. | Daniel Dunbar |
2009-07-21 | Add StringRef class, with fixes. | Daniel Dunbar |
2009-07-21 | unbreak unit-tests on gcc-4.4. | Torok Edwin |
2009-07-19 | Fix ConstantRange::unionWith. Also make it work a little hard in some cases to | Nick Lewycky |
2009-07-18 | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky |
2009-07-18 | Unbreak unittests build. | Daniel Dunbar |
2009-07-18 | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner |
2009-07-16 | Add SmallString unit test. | Daniel Dunbar |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-14 | Port this unittest to use LLVMContext. | Dan Gohman |
2009-07-13 | Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once | Nick Lewycky |
2009-07-13 | 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). | Nick Lewycky |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-13 | Multiply was very wrong for wrapped ranges. This supplies a half-fix that will | Nick Lewycky |
2009-07-13 | Fix a bug summing two full sets. The overflow checking doesn't handle sets as | Nick Lewycky |
2009-07-12 | Clarify a FIXME. | Daniel Dunbar |
2009-07-12 | Implement udiv for ConstantRanges. | Nick Lewycky |
2009-07-12 | This is not overly conservative. | Nick Lewycky |
2009-07-12 | Implement ConstantRange::multiply based on the code in LoopVR. | Nick Lewycky |
2009-07-11 | Fix handling of max and full set. | Nick Lewycky |
2009-07-11 | Break the world's largest unit test down a few logical lines. No semantic | Nick Lewycky |
2009-07-11 | Don't use a void return type with a function that returns a value. | Dan Gohman |
2009-07-10 | Fix unit tests. | Owen Anderson |
2009-07-09 | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman |
2009-07-09 | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman |
2009-07-08 | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin |
2009-07-08 | Drop "constant" from | Devang Patel |
2009-07-08 | Update SLotTracker to handle MDNode slots. | Devang Patel |
2009-07-01 | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson |
2009-07-01 | Fix unit tests for LLVMContext+Module. | Owen Anderson |
2009-06-30 | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman |
2009-06-30 | Revert my intentional breakage. | Daniel Dunbar |
2009-06-30 | Intentionally break a unittest to test my buildbot gtest command. | Daniel Dunbar |
2009-06-29 | Fix order of arguments to EXPECT_EQ | Daniel Dunbar |
2009-06-29 | Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly... | Torok Edwin |
2009-06-25 | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin |
2009-06-24 | Sketch streamer support for .align, .org functionality. | Daniel Dunbar |
2009-06-24 | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar |
2009-06-24 | MCStreamer: Test printing values. | Daniel Dunbar |
2009-06-24 | Start MCAsmStreamer implementation. | Daniel Dunbar |
2009-06-09 | Reversed order of args in EXPECT_EQ() macros to be in the correct order: | Misha Brukman |
2009-05-30 | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky |
2009-05-18 | Fix a compile warning. | Daniel Dunbar |
2009-05-10 | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky |
2009-05-02 | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman |
2009-05-01 | Prevent looping when DenseSet is abused. | Stuart Hastings |
2009-04-27 | Add tests for WeakVH and AssertingVH. These pointed out that the overloads for | Jeffrey Yasskin |
2009-04-25 | Add a new TypeBuilder helper class, which eases making LLVM IR types. | Chris Lattner |