summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-2/+2
* [Linker/IRMover] Simplify the code a bit. NFCI.Davide Italiano2016-06-071-25/+7
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-2/+4
* Linker: teach the IR mover to return llvm::Error.Peter Collingbourne2016-05-272-99/+99
* ValueMaterializer: rename materializeDeclFor() to materialize()Mehdi Amini2016-05-251-4/+4
* ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC)Mehdi Amini2016-05-251-30/+22
* IRLinker: fix double scheduling of mapping a global value because of an aliasMehdi Amini2016-05-251-0/+11
* [IR] Copy comdats in GlobalObject::copyAttributesFromReid Kleckner2016-05-251-0/+5
* Return a StringRef from getSection.Rafael Espindola2016-05-111-1/+1
* Fix recursive -only-needed.Rafael Espindola2016-04-212-2/+4
* ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini2016-04-211-0/+9
* ModuleLinker: only import what is in GlobalsToImport, regarless if it is a fu...Mehdi Amini2016-04-201-22/+6
* Linker: Avoid constructing ValueMap::MDMapTDuncan P. N. Exon Smith2016-04-191-2/+2
* ModuleLinker: Do not import linkonce/weak as "external_weak"Mehdi Amini2016-04-191-2/+1
* Linker: Share a single Metadata map for the lifetime of IRMoverDuncan P. N. Exon Smith2016-04-171-5/+14
* Linker: Don't double-schedule appending variablesDuncan P. N. Exon Smith2016-04-171-1/+1
* IRMover: Remove dead code, NFCDuncan P. N. Exon Smith2016-04-171-3/+0
* Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith2016-04-161-38/+24
* Revert "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith2016-04-161-24/+38
* ValueMapper: Eliminate cross-file co-recursion, NFCDuncan P. N. Exon Smith2016-04-161-38/+24
* Linker: Remove an unnecessary local variable in for loop, NFCDuncan P. N. Exon Smith2016-04-151-6/+4
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-71/+0
* ValueMapper: Extract llvm::RemapFunction from IRMover.cpp, NFCDuncan P. N. Exon Smith2016-04-081-25/+8
* Linker: Always pass RF_IgnoreMissingLocals; NFCDuncan P. N. Exon Smith2016-04-081-3/+3
* IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFCDuncan P. N. Exon Smith2016-04-071-1/+1
* IRMover: Steal arguments when moving functions, NFCDuncan P. N. Exon Smith2016-04-061-19/+6
* Linker: Split mapUnneededSubprograms into two; almost NFCDuncan P. N. Exon Smith2016-04-021-11/+15
* Remove redundant assertion after cast, NFCDuncan P. N. Exon Smith2016-04-021-1/+0
* Linker: Avoid unnecessary work when moving named metadataDuncan P. N. Exon Smith2016-04-021-17/+11
* Linker: Remove IRMover::isMetadataUnneeded indirection; almost NFCDuncan P. N. Exon Smith2016-04-021-48/+19
* ValueMapper: Add support for seeding metadata with nullptrDuncan P. N. Exon Smith2016-04-021-1/+1
* [ThinLTO] Remove post-pass metadata linking supportTeresa Johnson2016-03-292-246/+15
* Fix another case where we were unconditionally linking linkonce GVs.Rafael Espindola2016-03-241-0/+6
* Fix resolution of linkonce symbols in comdats.Rafael Espindola2016-03-241-2/+8
* Fix lazy linking of comdat members.Rafael Espindola2016-03-241-13/+15
* Fix logic for which symbols to keep with comdats.Rafael Espindola2016-03-231-4/+4
* Drop comdats from the dst module if they are not selected.Rafael Espindola2016-03-221-1/+72
* Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini2016-03-191-47/+16
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-7/+7
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-7/+7
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-7/+7
* Minor cleanup and documentation to IRMover (NFC)Mehdi Amini2016-03-111-20/+32
* Materialize metadata in IRLinker before value mappingTeresa Johnson2016-03-101-5/+6
* FunctionIndex is not optional for renameModuleForThinLTO(), make it a referen...Mehdi Amini2016-03-091-1/+1
* Pass a std::unique_ptr to IRMover::move.Rafael Espindola2016-02-162-55/+57
* Delete the deprecated LLVMLinkModules.Rafael Espindola2016-02-121-34/+0
* [ThinLTO] Move global processing from Linker to TransformUtils (NFC)Teresa Johnson2016-02-101-294/+6
* [ThinLTO] Remove imported available externally defs from comdats.Teresa Johnson2016-02-081-2/+14
* Improve efficiency of handling unmapped subprogram metadataTeresa Johnson2016-01-281-25/+28
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
OpenPOWER on IntegriCloud