aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/LLVMBuilder.h
AgeCommit message (Expand)Author
2008-04-13Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands
2008-04-08Add CreateGetResult()Devang Patel
2008-04-08Add multiple value return instruction constructor.Devang Patel
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-04-04If a value is cast to its own type, then the castDuncan Sands
2008-03-19add some convenience methods for creating GEP instructions and Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-17Add cast operators in LLVMFoldingBuilder.Devang Patel
2007-10-09Fix indentation.Devang Patel
2007-10-09Add LLVMFoldingBuilderDevang Patel
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-27Update InvokeInst to work like CallInstDavid Greene
2007-08-06remove #if 0 code.Chris Lattner
2007-08-06@verbatim needs to be on a line by itself.Reid Spencer
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-05-27Add a new LLVMBuilder class, which makes it simpler and more uniform toChris Lattner