aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CloneModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+9
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+8
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Remove the dependent libraries feature.Bill Wendling2012-11-271-4/+0
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-1/+1
* Fix llvm::CloneModule to correctly clone globals. Patch per bug report by Si...Eli Friedman2011-08-151-14/+13
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-17/+7
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-081-4/+4
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-261-19/+5
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-261-0/+15
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-251-15/+0
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-241-1/+1
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-4/+2
* Use available typedef for " DenseMap<const Value*, Value*>".Devang Patel2010-06-241-2/+2
* Cosmetic change.Devang Patel2010-06-231-16/+16
* While cloning a module, clone metadata attached with instructions.Devang Patel2010-06-221-1/+16
* Clone named metadata while cloning a module.Devang Patel2010-06-221-0/+11
* Revert my change to clone named metadata. Buildbots are complaining.Bob Wilson2010-06-221-11/+0
* Include named metadata when cloning a module.Bob Wilson2010-06-221-0/+11
* There is no need to install ValueMapper.h header. Devang Patel2010-04-201-1/+1
* MapValue doesn't needs its LLVMContext argument.Dan Gohman2009-10-241-3/+2
* smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner2009-08-271-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+2
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-2/+2
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-1/+2
* More LLVMContext-ification.Owen Anderson2009-07-051-2/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* Don't drop alignment on globals when cloning.Nick Lewycky2008-10-091-5/+9
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-4/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-0/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-2/+1
* Forget to commit users part of value mapper interfaceAnton Korobeynikov2007-11-091-1/+1
* During module cloning copy aliases too. This fixes PR1544Anton Korobeynikov2007-07-101-0/+15
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-0/+2
* For PR411:Reid Spencer2007-02-051-1/+0
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-031-3/+3
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* For PR761:Reid Spencer2007-01-261-2/+1
* For PR411:Reid Spencer2007-01-061-5/+5
* Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner2006-05-171-4/+8
* rename methodChris Lattner2006-01-241-1/+1
* When cloning a module, clone the inline asm.Chris Lattner2006-01-231-0/+1
* Make sure that cloning a module clones its target triple and dependentChris Lattner2006-01-181-3/+7
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* wrap long lines, preserve calling conventions when cloning functions andChris Lattner2005-05-091-6/+13