summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CloneModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ...Artur Pilipenko2019-08-281-2/+14
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-231-4/+5
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModuleRoman Tereshin2018-04-131-0/+1
* Pass a module reference to CloneModule.Rafael Espindola2018-02-141-17/+18
* Remove redundant includes from lib/Transforms.Michael Zolotukhin2017-12-131-1/+0
* [Cloning] Move distinct GlobalVariable debug info metadata in CloneModuleEwan Crawford2017-08-031-1/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* Remove spurious cast of nullptr. NFC.Serge Guelton2017-05-111-1/+1
* Cloning: Copy comdats when cloning globals.Peter Collingbourne2017-01-181-0/+13
* Cloning: Also clone global variable attached metadata.Peter Collingbourne2016-10-261-0/+5
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-261-14/+13
* Move instances of std::function.Benjamin Kramer2016-06-121-1/+1
* 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
OpenPOWER on IntegriCloud