summaryrefslogtreecommitdiff
path: root/include/llvm/Support/IRBuilder.h
Commit message (Expand)AuthorAge
* Add a NullFolder class that doesn't fold constants.Duncan Sands2008-08-12
* Make it possible to use different constantDuncan Sands2008-08-11
* Unbreak the llvm-gcc build: recent changes toDuncan Sands2008-08-09
* Make 'Insert' set the name for Loads, instead of passing the name into theChris Lattner2008-08-09
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-08
* Rename the version of CreateRet that's a convenience method for creatingDan Gohman2008-07-25
* Make CreateBinOp/CreateNeg/CreateNot do constant folding.Chris Lattner2008-07-23
* Enable first-class aggregates support.Dan Gohman2008-07-23
* Add insertvalue and extractvalue folding support in IRBuilder.Dan Gohman2008-07-22
* IRBuilder support for insertvalue and extractvalue.Dan Gohman2008-07-22
* Add a couple more helper functions to deal withEric Christopher2008-07-02
* Tweak IRBuilder to explicitly call the setName(const char*) method on ValueChris Lattner2008-06-27
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* Add support to IR builder for new vicmp, vfcmp routinesNate Begeman2008-05-14
* Add CreateCall3/CreateCall4 at Eric's request.Chris Lattner2008-05-01
* Add a spiffy little "CreateCall2" method, which can be used to makeChris Lattner2008-05-01
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13