summaryrefslogtreecommitdiff
path: root/lib/VMCore/IRBuilder.cpp
Commit message (Expand)AuthorAge
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-14
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* make the IRBuilder type methods return non-const types.Chris Lattner2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky2011-05-21
* Make IRBuilder support StringRef for building strings.Nick Lewycky2011-04-12
* Set unnamed_addr on strings created through the IRBuilder.Nick Lewycky2011-04-07
* add methods to IRBuilder to create memcpy/memset/memmove.Chris Lattner2010-12-26
* make irbuilder use the new optimized debug info accessors.Chris Lattner2010-03-31
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-10
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-28
* remove #include of Function.h from IRBuilderChris Lattner2009-12-28
* move debug info stuff out of line, allowing two #includesChris Lattner2009-12-28
* split code that doesn't need to be templated out of IRBuilder into a newChris Lattner2009-12-28