aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/IRBuilder.cpp
AgeCommit message (Expand)Author
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis
2012-01-31eliminate the "string" form of ConstantArray::get, usingChris Lattner
2011-12-22Give string constants generated by IRBuilder private linkage.Benjamin Kramer
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad
2011-07-14Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12make the IRBuilder type methods return non-const types.Chris Lattner
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2011-05-21Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky
2011-04-12Make IRBuilder support StringRef for building strings.Nick Lewycky
2011-04-07Set unnamed_addr on strings created through the IRBuilder.Nick Lewycky
2010-12-26add methods to IRBuilder to create memcpy/memset/memmove.Chris Lattner
2010-03-31make irbuilder use the new optimized debug info accessors.Chris Lattner
2010-02-10Fix several comments which had previously been "the the" where aDan Gohman
2010-02-10Fix "the the" and similar typos.Dan Gohman
2009-12-29Final step in the metadata API restructuring: move the Chris Lattner
2009-12-28This is a major cleanup of the instruction metadata interfaces thatChris Lattner
2009-12-28remove #include of Function.h from IRBuilderChris Lattner
2009-12-28move debug info stuff out of line, allowing two #includesChris Lattner
2009-12-28split code that doesn't need to be templated out of IRBuilder into a newChris Lattner