| Commit message (Expand) | Author | Age | Files | Lines |
* | patch from Frits van Bommel: | Chris Lattner | 2010-11-18 | 1 | -74/+85 |
* | It is confusing to call a random-access iterator 'InputIterator'. | Mikhail Glushenkov | 2010-10-27 | 1 | -19/+24 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-10-27 | 1 | -37/+37 |
* | remove some unneeded overloads that were causing | Chris Lattner | 2010-07-15 | 1 | -20/+0 |
* | Provide IRBuilder conveniences for creating integer constants at common widths, | John McCall | 2010-07-06 | 1 | -6/+61 |
* | Provide an abstraction to save and restore the current insertion point of | John McCall | 2010-07-06 | 1 | -0/+42 |
* | fit in 80 cols | Chris Lattner | 2010-06-26 | 1 | -2/+2 |
* | IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con... | Daniel Dunbar | 2010-04-13 | 1 | -2/+59 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -0/+5 |
* | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 1 | -3/+3 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -5/+0 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -0/+5 |
* | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -7/+8 |
* | Correct comment. | Duncan Sands | 2010-03-31 | 1 | -1/+1 |
* | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -4/+11 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -5/+0 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -0/+5 |
* | Add support for an i8* type accessor. | Eric Christopher | 2010-03-05 | 1 | -0/+4 |
* | Fix several comments which had previously been "the the" where a | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 1 | -0/+23 |
* | remove #include that comes in from ConstantFolder.h | Chris Lattner | 2009-12-28 | 1 | -1/+0 |
* | remove #include of Function.h from IRBuilder | Chris Lattner | 2009-12-28 | 1 | -5/+8 |
* | move debug info stuff out of line, allowing two #includes | Chris Lattner | 2009-12-28 | 1 | -25/+10 |
* | split code that doesn't need to be templated out of IRBuilder into a new | Chris Lattner | 2009-12-28 | 1 | -91/+93 |
* | rename ivar to be more descriptive. | Chris Lattner | 2009-12-28 | 1 | -14/+14 |
* | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner | 2009-12-28 | 1 | -6/+2 |
* | Add utility routines for NSW multiply. | Dan Gohman | 2009-12-18 | 1 | -0/+6 |
* | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman | 2009-12-18 | 1 | -0/+5 |
* | Add helper methods for forming shift operations with a constant | Chris Lattner | 2009-12-06 | 1 | -0/+21 |
* | Create yet another helper for Invoke. | Mike Stump | 2009-12-04 | 1 | -0/+8 |
* | Add some helpers for Invoke to mirror CreateCall helpers. | Mike Stump | 2009-12-04 | 1 | -0/+13 |
* | Following a suggestion of Daniel Dunbar, stop people passing the name | Duncan Sands | 2009-11-17 | 1 | -3/+5 |
* | Make sure that if anyone passes a name by accident for the isSigned | Duncan Sands | 2009-11-16 | 1 | -0/+3 |
* | Add SetDebugLocation() variant to | Devang Patel | 2009-11-11 | 1 | -0/+9 |
* | make IRBuilder zap "X|0" and "X&-1" when building IR, this happens | Chris Lattner | 2009-11-04 | 1 | -4/+10 |
* | add IRBuilder support for IndirectBr | Chris Lattner | 2009-10-28 | 1 | -0/+7 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -3/+0 |
* | Cosmetic changes. | Devang Patel | 2009-10-20 | 1 | -1/+1 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -4/+0 |
* | Only one custom meadata of each kind can be attached with an instruction. | Devang Patel | 2009-09-29 | 1 | -2/+2 |
* | Do not use global typedef for MDKindID. | Devang Patel | 2009-09-28 | 1 | -1/+1 |
* | Add methods for creating NSW subtraction, as already exists | Duncan Sands | 2009-09-26 | 1 | -0/+6 |
* | s/*Location/*DebugLocation/g | Devang Patel | 2009-09-23 | 1 | -17/+19 |
* | Add SetLocation() to allow IRBuilder user to set location info for an instruc... | Devang Patel | 2009-09-22 | 1 | -3/+9 |
* | Check exisiting dbg MDKind first. | Devang Patel | 2009-09-22 | 1 | -3/+3 |
* | Add an interface to attach debugging information with an instruction. | Devang Patel | 2009-09-16 | 1 | -6/+24 |
* | hopefully unbreak the build by making this-> explicit for dependent | Chris Lattner | 2009-08-30 | 1 | -1/+1 |
* | some minor cleanups to IRBuilder, factor the insertion | Chris Lattner | 2009-08-30 | 1 | -24/+32 |
* | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman | 2009-08-25 | 1 | -2/+2 |