Correct comment.
[oota-llvm.git] / include / llvm / Support / IRBuilder.h
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...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-10 Owen AndersonFinish pushing LLVMContext through the IRBuilder/Consta...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-09 Jeffrey YasskinWork around an ICE in gcc-4.2.4.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-06-18 Anton KorobeynikovRevert IRBuilder CC propagation. Fix SimplifyLibCalls...
2009-06-18 Anton KorobeynikovForgot to commit this hunk
2009-06-18 Anton KorobeynikovPropagate calling conv for invokes too
2009-06-17 Anton KorobeynikovHonour calling convention and attributes of Callee...
2009-06-17 Chris Lattnermake CreateFMul forward to CreateFMul, not CreateMul.
2009-06-15 Dan GohmanAdd a CreateFNeg function to IRBuilder.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-20 Dan GohmanAdd an accessor method to return the insertion point.
2009-04-10 Nick LewyckyCleanup. Remove redundant llvm:: , we don't need them...
2009-04-10 Nick LewyckyAdd utility function to IRBuilder that takes the differ...
2009-03-22 Chris Lattneradd method to access a template argument.
2009-03-06 Daniel DunbarAdd IRBuilder::CreateConstGEP{1, 2}_{32, 64}.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-11-15 Nick LewyckyClean up some strange whitespace.
2008-10-02 Daniel DunbarRename IRBuilder::IsNonNull -> IsNotNull in response...
2008-09-27 Daniel DunbarAdd IRBuilder::{CreateIsNull, CreateIsNonNull} helper...
2008-08-12 Duncan SandsAdd a NullFolder class that doesn't fold constants.
2008-08-11 Duncan SandsMake it possible to use different constant
2008-08-09 Duncan SandsUnbreak the llvm-gcc build: recent changes to
2008-08-09 Chris LattnerMake 'Insert' set the name for Loads, instead of passin...
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-07-25 Dan GohmanRename the version of CreateRet that's a convenience...
2008-07-23 Chris LattnerMake CreateBinOp/CreateNeg/CreateNot do constant folding.
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-22 Dan GohmanAdd insertvalue and extractvalue folding support in...
2008-07-22 Dan GohmanIRBuilder support for insertvalue and extractvalue.
2008-07-02 Eric ChristopherAdd a couple more helper functions to deal with
2008-06-27 Chris LattnerTweak IRBuilder to explicitly call the setName(const...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-14 Nate BegemanAdd support to IR builder for new vicmp, vfcmp routines
2008-05-01 Chris LattnerAdd CreateCall3/CreateCall4 at Eric's request.
2008-05-01 Chris LattnerAdd a spiffy little "CreateCall2" method, which can...
next