Add helpers for fetching basic types.
[oota-llvm.git] / include / llvm / Support / IRBuilder.h
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...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling