aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IRBuilder.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-01Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer
2012-12-17Fix typo that results in new landing pads not getting a name, fixing PR14617.Duncan Sands
2012-12-04Fix comment typo.Duncan Sands
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-28Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...Michael Ilseman
2012-10-31Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov
2012-09-26Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman
2012-09-26Address Duncan's comments on r164684:Hans Wennborg
2012-09-26Add some convenience methods to IRBuilder for constructing aligned loadsChandler Carruth
2012-09-18Mark constructors, destructors, and operator new commented as 'do not impleme...Craig Topper
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-07-16Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth