summaryrefslogtreecommitdiff
path: root/lib/VMCore/IRBuilder.cpp
Commit message (Expand)AuthorAge
* Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman2012-09-26
* Remove tabs.Bill Wendling2012-07-19
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-31
* Give string constants generated by IRBuilder private linkage.Benjamin Kramer2011-12-22
* 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