summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker/LinkModules.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reapply "Linker: Drop superseded subprograms"Duncan P. N. Exon Smith2014-12-181-0/+54
* Revert "Linker: Drop superseded subprograms"Duncan P. N. Exon Smith2014-12-171-54/+0
* Linker: Drop superseded subprogramsDuncan P. N. Exon Smith2014-12-161-0/+54
* Make the assert a bit stronger.Rafael Espindola2014-12-161-2/+1
* Sink the isa into the assertMichael Ilseman2014-12-151-4/+2
* Clean up warning about unused variableMichael Ilseman2014-12-151-2/+4
* Revert of r223763, in spirit.Michael Ilseman2014-12-151-2/+1
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-19/+18
* Skip declarations in the case of functions.Michael Ilseman2014-12-091-0/+3
* Lazily link GlobalVariables and GlobalAliases.Rafael Espindola2014-12-081-119/+125
* Don't crash when the key of a comdat is lazily linked.Rafael Espindola2014-12-081-0/+9
* Move the ValueMap lookup inside linkFunctionBody. NFC.Rafael Espindola2014-12-081-16/+15
* Use range loops. NFC.Rafael Espindola2014-12-081-10/+9
* Use range loops. NFC.Rafael Espindola2014-12-081-12/+10
OpenPOWER on IntegriCloud