summaryrefslogtreecommitdiff
path: root/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-0/+5
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* 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
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* [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
* Fix linking of prologue data.Rafael Espindola2014-12-081-18/+11
* Simple style fixes.Rafael Espindola2014-12-081-14/+15
* Move materialize/Dematerialize calls to linkFunctionBody. NFC.Rafael Espindola2014-12-081-15/+12
* Turn some DenseMaps that are only used for set operations into DenseSets.Benjamin Kramer2014-12-061-4/+3
* Remove dead code. We are only lazy about functions with bodies.Rafael Espindola2014-12-051-7/+1
* Simplify the loop linking function bodies. NFC.Rafael Espindola2014-12-051-37/+21
* Remove unused arguments. NFC.Rafael Espindola2014-12-051-9/+7
* Refactor duplicated code. NFC.Rafael Espindola2014-12-051-26/+16