aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/IRBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-153/+0
* Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman2012-09-261-1/+5
* Remove tabs.Bill Wendling2012-07-191-4/+4
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-2/+2
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-1/+1
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-1/+1
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-1/+1
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-311-1/+1
* Give string constants generated by IRBuilder private linkage.Benjamin Kramer2011-12-221-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-8/+8
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-3/+3
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-3/+3
* make the IRBuilder type methods return non-const types.Chris Lattner2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-3/+3
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-3/+3
* Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky2011-05-211-1/+30
* Make IRBuilder support StringRef for building strings.Nick Lewycky2011-04-121-1/+1
* Set unnamed_addr on strings created through the IRBuilder.Nick Lewycky2011-04-071-0/+1
* add methods to IRBuilder to create memcpy/memset/memmove.Chris Lattner2010-12-261-0/+81
* make irbuilder use the new optimized debug info accessors.Chris Lattner2010-03-311-13/+0
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-101-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-2/+1
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-1/+1
* remove #include of Function.h from IRBuilderChris Lattner2009-12-281-0/+6
* move debug info stuff out of line, allowing two #includesChris Lattner2009-12-281-0/+15
* split code that doesn't need to be templated out of IRBuilder into a newChris Lattner2009-12-281-0/+31