summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneModule.cpp
Commit message (Expand)AuthorAge
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* Fix llvm::CloneModule to correctly clone globals. Patch per bug report by Si...Eli Friedman2011-08-15
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-08
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-26
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-26
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-25
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-24
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Use available typedef for " DenseMap<const Value*, Value*>".Devang Patel2010-06-24
* Cosmetic change.Devang Patel2010-06-23
* While cloning a module, clone metadata attached with instructions.Devang Patel2010-06-22
* Clone named metadata while cloning a module.Devang Patel2010-06-22
* Revert my change to clone named metadata. Buildbots are complaining.Bob Wilson2010-06-22
* Include named metadata when cloning a module.Bob Wilson2010-06-22
* There is no need to install ValueMapper.h header. Devang Patel2010-04-20
* MapValue doesn't needs its LLVMContext argument.Dan Gohman2009-10-24
* smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner2009-08-27
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* More LLVMContext-ification.Owen Anderson2009-07-05
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Don't drop alignment on globals when cloning.Nick Lewycky2008-10-09
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Forget to commit users part of value mapper interfaceAnton Korobeynikov2007-11-09
* During module cloning copy aliases too. This fixes PR1544Anton Korobeynikov2007-07-10
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* For PR411:Reid Spencer2007-02-05
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-03
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* For PR411:Reid Spencer2007-01-06
* Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner2006-05-17
* rename methodChris Lattner2006-01-24
* When cloning a module, clone the inline asm.Chris Lattner2006-01-23
* Make sure that cloning a module clones its target triple and dependentChris Lattner2006-01-18