summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CloneModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preserve extern_weak linkage in CloneModule.Evgeniy Stepanov2016-03-311-10/+15
* Cloning: Reduce complexity of debug info cloning and fix correctness issue.Peter Collingbourne2016-03-301-1/+0
* Remove personality for declarations in CloneModule.Evgeniy Stepanov2016-03-281-0/+2
* [Cloning] Clone every Function's Debug InfoKeno Fischer2016-02-131-0/+1
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-2/+2
* Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola2015-12-081-13/+15
* TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-17/+16
* [opaque pointer types] Switch a few cases of getElementType over, since I had...David Blaikie2015-09-141-4/+3
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-1/+3
* TransformUtils: Introduce module splitter.Peter Collingbourne2015-08-211-0/+39
* [Cloning] Teach CloneModule about personality functionsDavid Majnemer2015-06-301-0/+4
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-3/+1
* Remove a bad cast in CloneModule()Michael Kuperstein2014-12-231-1/+1
* Rename MapValue(Metadata*) to MapMetadata()Duncan P. N. Exon Smith2014-12-191-1/+1
* C API: Add LLVMCloneModule()Tom Stellard2014-10-011-0/+9
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-1/+1
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-2/+3
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-3/+2
* Fix most of PR10367.Rafael Espindola2014-05-161-2/+2
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-2/+4
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-3/+3
* 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
OpenPOWER on IntegriCloud