Preserve the name for this variant of IRBuilder::CreateCall
[oota-llvm.git] / include / llvm / Support / IRBuilder.h
2011-08-10 Peter CollingbournePreserve the name for this variant of IRBuilder::CreateCall
2011-08-03 Bill WendlingRemove CreateUnwind from the IRBuillder.
2011-08-02 Eli FriedmanFix a couple silly typos in IRBuilder in the new atomic...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-21 Jay FoadConvert ConstantFolder APIs to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-12 Chris Lattnermake the IRBuilder type methods return non-const types.
2011-07-05 Devang PatelSpeculatively revert r134431.
2011-07-05 Devang PatelClear debug loc while updating insert point.
2011-06-29 Andrew TrickAdded IRBuilder::SetInsertPoint(Use) to find a valid...
2011-06-29 Andrew Trickwhitespace
2011-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-05-18 Devang PatelSet debug location while setting insertion point.
2011-05-04 Devang PatelIf builder is initialized using an instruction as inser...
2011-04-19 Chris Lattneradd a helper method.
2011-04-12 Nick LewyckyMake IRBuilder support StringRef for building strings.
2011-04-07 Nick LewyckyAdd support for ArrayRef in IRBuilder's CreateCall.
2011-04-03 Frits van BommelRemove the LLVMContext& arguments from *Folder construc...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
2011-02-09 Chris LattnerRework InstrTypes.h so to reduce the repetition around...
2011-02-07 Duncan SandsAdd IRBuilder methods for creating an exact udiv, like...
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
2010-12-19 Chris Lattneradd a version of IRBuilder::SetInsertPoint that takes...
2010-11-18 Chris Lattnerpatch from Frits van Bommel:
2010-10-27 Mikhail GlushenkovIt is confusing to call a random-access iterator 'Input...
2010-10-27 Mikhail GlushenkovTrailing whitespace.
2010-07-15 Chris Lattnerremove some unneeded overloads that were causing
2010-07-06 John McCallProvide IRBuilder conveniences for creating integer...
2010-07-06 John McCallProvide an abstraction to save and restore the current...
2010-06-26 Chris Lattnerfit in 80 cols
2010-04-13 Daniel DunbarIRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-01 Chris Lattnerswitch IRBuilder to use NewDebugLoc for locations instead
2010-03-31 Duncan SandsCorrect comment.
2010-03-31 Chris Lattnermake irbuilder use the new optimized debug info accessors.
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-05 Eric ChristopherAdd support for an i8* type accessor.
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and...
2009-12-28 Chris Lattnerremove #include that comes in from ConstantFolder.h
2009-12-28 Chris Lattnerremove #include of Function.h from IRBuilder
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-12-28 Chris Lattnersplit code that doesn't need to be templated out of...
2009-12-28 Chris Lattnerrename ivar to be more descriptive.
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-18 Dan GohmanAdd utility routines for NSW multiply.
2009-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-12-06 Chris LattnerAdd helper methods for forming shift operations with...
2009-12-04 Mike StumpCreate yet another helper for Invoke.
2009-12-04 Mike StumpAdd some helpers for Invoke to mirror CreateCall helpers.
2009-11-17 Duncan SandsFollowing a suggestion of Daniel Dunbar, stop people...
2009-11-16 Duncan SandsMake sure that if anyone passes a name by accident...
2009-11-11 Devang PatelAdd SetDebugLocation() variant to
2009-11-04 Chris Lattnermake IRBuilder zap "X|0" and "X&-1" when building IR...
2009-10-28 Chris Lattneradd IRBuilder support for IndirectBr
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-20 Devang PatelCosmetic changes.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-09-29 Devang PatelOnly one custom meadata of each kind can be attached...
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-26 Duncan SandsAdd methods for creating NSW subtraction, as already...
2009-09-23 Devang Patels/*Location/*DebugLocation/g
2009-09-22 Devang PatelAdd SetLocation() to allow IRBuilder user to set locati...
2009-09-22 Devang PatelCheck exisiting dbg MDKind first.
2009-09-16 Devang PatelAdd an interface to attach debugging information with...
2009-08-30 Chris Lattnerhopefully unbreak the build by making this-> explicit...
2009-08-30 Chris Lattnersome minor cleanups to IRBuilder, factor the insertion
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-19 Daniel DunbarSwitch IRBuilder to using Twine references for names.
2009-08-16 Erick TryzelaarAdd more casts to the IRBuilder.
2009-08-14 Owen AndersonAdd doxygen comments.
2009-08-14 Erick TryzelaarA couple IRBuilder functions were still using getGlobal...
2009-08-14 Owen AndersonAdd helpers for fetching basic types.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-08-11 Dan GohmanAdd convenience functions for creating nsw add operators.
2009-08-11 Dan GohmanAdd convenience functions for creating inbounds GEPs.
2009-08-11 Dan GohmanUse isa instead of dyn_cast when the result is only...
2009-08-11 Dan GohmanAdd convenience functions for creating exact sdiv opera...
2009-08-11 Dan GohmanAdd an explicit keyword.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
next