summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker/LinkModules.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix mapping of unmaterialized global values during metadata linkingTeresa Johnson2015-11-151-2/+3
* [lib/Linker] Convert assert(false) to llvm_unreachable().Davide Italiano2015-11-131-1/+1
* Ensure ModuleLinker materializes complete comdat groupsTeresa Johnson2015-11-101-0/+16
* [ThinLTO] Update comment per change in WeakAny handling (NFC)Teresa Johnson2015-11-101-1/+3
* [ThinLTO] WeakAny fixes/cleanupTeresa Johnson2015-11-101-17/+18
* Restore "Move metadata linking after lazy global materialization/linking."Teresa Johnson2015-11-061-1/+20
* Restore "Move metadata linking after lazy global materialization/linking."Teresa Johnson2015-11-061-9/+9
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-50/+0
* [ThinLTO] Always set linkage type to external when converting aliasTeresa Johnson2015-11-041-2/+4
* Revert "Move metadata linking after lazy global materialization/linking."Teresa Johnson2015-11-031-9/+9
* Move metadata linking after lazy global materialization/linking.Teresa Johnson2015-11-031-9/+9
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-031-37/+356
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-021-356/+37
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-021-37/+356
* Linker: Remove implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-191-1/+1
* Fix -Wdeprecated regarding ORC copying ValueMaterializersDavid Blaikie2015-10-191-1/+1
* [opaque pointer types] Switch a few cases of getElementType over, since I had...David Blaikie2015-09-141-2/+2
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-1/+2
* New bitcode linker flags:Artem Belevich2015-09-011-13/+33
* Linker: Remove empty destructor.Peter Collingbourne2015-08-211-3/+0
* Linker: Move distinct MDNodes instead of cloningDuncan P. N. Exon Smith2015-08-031-17/+20
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Linker: Do not expect comdat to exist in source module.Peter Collingbourne2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-0/+5
* Rangify several for loops, NFC.Yaron Keren2015-06-151-17/+15
* Fix returning error message in LLVMLinkModulesEli Bendersky2015-06-121-1/+3
* While in GlobalValue fix the function(s) that don't follow theEric Christopher2015-05-151-1/+1
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-2/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-2/+2
* Linker: Copy over function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-0/+7
* Linker: Add flag to override linkage rulesDuncan P. N. Exon Smith2015-04-221-6/+18
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-1/+1
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-6/+2
* IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-4/+4
* Reapply "Linker: Drop function pointers for overridden subprograms"Duncan P. N. Exon Smith2015-03-261-16/+17
* Revert "Linker: Drop function pointers for overridden subprograms"Duncan P. N. Exon Smith2015-03-261-10/+13
* Linker: Drop function pointers for overridden subprogramsDuncan P. N. Exon Smith2015-03-251-13/+10
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-3/+1
* Remember to move a type to the correct set when setting the body.Rafael Espindola2015-03-061-0/+9
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-12/+6
* Restore LLVMLinkModules C API until it is properly deprecated.Juergen Ributzka2015-03-021-1/+1
* [LTO API] add lto_codegen_set_module to set the destination module.Manman Ren2015-02-241-0/+4
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-8/+4
* [LinkModules] Change the way ModuleLinker merges triples.Akira Hatanaka2015-02-131-7/+33
* [llvm link] Destroy ConstantArrays in LLVMContext if they are not used.Manman Ren2015-01-201-1/+3
* Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2015-01-101-2/+2
* Linker: Don't use MDNode::replaceOperandWith()Duncan P. N. Exon Smith2015-01-071-11/+21
* Finish removing DestroySource.Rafael Espindola2014-12-231-1/+1
* Rename MapValue(Metadata*) to MapMetadata()Duncan P. N. Exon Smith2014-12-191-3/+3
OpenPOWER on IntegriCloud