summaryrefslogtreecommitdiff
path: root/include/llvm/Support/IRBuilder.h
Commit message (Expand)AuthorAge
* patch from Frits van Bommel:Chris Lattner2010-11-18
* It is confusing to call a random-access iterator 'InputIterator'.Mikhail Glushenkov2010-10-27
* Trailing whitespace.Mikhail Glushenkov2010-10-27
* remove some unneeded overloads that were causing Chris Lattner2010-07-15
* Provide IRBuilder conveniences for creating integer constants at common widths,John McCall2010-07-06
* Provide an abstraction to save and restore the current insertion point ofJohn McCall2010-07-06
* fit in 80 colsChris Lattner2010-06-26
* IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con...Daniel Dunbar2010-04-13
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-02
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* switch IRBuilder to use NewDebugLoc for locations insteadChris Lattner2010-04-01
* Correct comment.Duncan Sands2010-03-31
* make irbuilder use the new optimized debug info accessors.Chris Lattner2010-03-31
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Add support for an i8* type accessor.Eric Christopher2010-03-05
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-10
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Adding missing methods for creating Add, Mul, Neg and Sub with NUW.Duncan Sands2010-02-02
* remove #include that comes in from ConstantFolder.hChris Lattner2009-12-28
* remove #include of Function.h from IRBuilderChris Lattner2009-12-28
* move debug info stuff out of line, allowing two #includesChris Lattner2009-12-28
* split code that doesn't need to be templated out of IRBuilder into a newChris Lattner2009-12-28
* rename ivar to be more descriptive.Chris Lattner2009-12-28
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-28
* Add utility routines for NSW multiply.Dan Gohman2009-12-18
* Add utility routines for creating integer negation operators with NSW set.Dan Gohman2009-12-18
* Add helper methods for forming shift operations with a constant Chris Lattner2009-12-06
* Create yet another helper for Invoke.Mike Stump2009-12-04
* Add some helpers for Invoke to mirror CreateCall helpers.Mike Stump2009-12-04
* Following a suggestion of Daniel Dunbar, stop people passing the nameDuncan Sands2009-11-17
* Make sure that if anyone passes a name by accident for the isSignedDuncan Sands2009-11-16
* Add SetDebugLocation() variant to Devang Patel2009-11-11
* make IRBuilder zap "X|0" and "X&-1" when building IR, this happensChris Lattner2009-11-04
* add IRBuilder support for IndirectBrChris Lattner2009-10-28
* Remove FreeInst.Victor Hernandez2009-10-26
* Cosmetic changes.Devang Patel2009-10-20
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* Only one custom meadata of each kind can be attached with an instruction.Devang Patel2009-09-29
* Do not use global typedef for MDKindID.Devang Patel2009-09-28
* Add methods for creating NSW subtraction, as already existsDuncan Sands2009-09-26
* s/*Location/*DebugLocation/gDevang Patel2009-09-23
* Add SetLocation() to allow IRBuilder user to set location info for an instruc...Devang Patel2009-09-22
* Check exisiting dbg MDKind first. Devang Patel2009-09-22
* Add an interface to attach debugging information with an instruction.Devang Patel2009-09-16
* hopefully unbreak the build by making this-> explicit for dependentChris Lattner2009-08-30
* some minor cleanups to IRBuilder, factor the insertionChris Lattner2009-08-30
* Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman2009-08-25