summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs
Commit message (Expand)AuthorAgeFilesLines
* IR Linking: Support merging Warning+Max module metadata flagsDavid Blaikie2020-02-111-0/+3
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-2/+2
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-244-8/+8
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-0/+8
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-156-8/+8
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-142-0/+5
* llvm-link: Improve diagnostic for module-level metadata mismatchDavid Blaikie2018-10-092-0/+5
* Fix asserts when linking wrong address space declarationsMatt Arsenault2018-09-241-0/+2
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-099-13/+13
* [DebugInfo] Add remaining files to r325970Scott Linder2018-02-232-0/+44
* Revert "[IRMover] Implement name based structure type mapping"Rafael Espindola2018-02-211-4/+0
* [IRMover] Implement name based structure type mappingEugene Leviant2018-02-211-0/+4
* Verifier: Ignore CUs pulled in by ODR-uniqued types.Adrian Prantl2017-10-181-0/+102
* Revert "Verifier: Ignore CUs pulled in by ODR-uniqued types."Adrian Prantl2017-10-181-102/+0
* Verifier: Ignore CUs pulled in by ODR-uniqued types.Adrian Prantl2017-10-181-0/+102
* Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere2017-10-101-2/+2
* Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere2017-10-101-2/+2
* [llvm-dwarfdump] Print type names in DW_AT_type DIEsJonas Devlieghere2017-10-101-2/+2
* [Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globalsBenoit Belley2017-08-094-0/+54
* [Linker] Add directives to support mixing ARM/Thumb module-level inline asm.Florian Hahn2017-07-121-0/+3
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-112-0/+12
* [Linker] Remove warning when linking ARM and Thumb IR modules.Florian Hahn2017-06-071-0/+16
* Support for taking the max of module flags when linking, use for PIE/PICTeresa Johnson2017-05-231-2/+3
* [Linker] Provide callback for internalizationJonas Devlieghere2017-03-131-0/+5
* Linker: Remove unnecessary call to copyMetadata in IRLinker::linkGlobalVariable.Peter Collingbourne2016-11-141-0/+19
* Fix autoupgrade logic for Objective-C class properties module flagMehdi Amini2016-09-161-0/+5
* IR: Drop uniquing when an MDNode Value operand is deletedDuncan P. N. Exon Smith2016-08-031-0/+3
* Don't verify inputs to the Linker if ODR merging.Rafael Espindola2016-06-291-0/+8
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-234-14/+14
* Fix recursive -only-needed.Rafael Espindola2016-04-211-0/+8
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-191-1/+3
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+4
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-1510-30/+22
* Legalize the debug info in this testcase in anticipation of future Verifier i...Adrian Prantl2016-04-111-7/+17
* Add missing DICompileUnit to this testcaseAdrian Prantl2016-04-111-0/+4
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-019-9/+9
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-314-4/+4
* Fix another case where we were unconditionally linking linkonce GVs.Rafael Espindola2016-03-241-0/+12
* Fix resolution of linkonce symbols in comdats.Rafael Espindola2016-03-241-0/+7
* Fix logic for which symbols to keep with comdats.Rafael Espindola2016-03-231-0/+26
* Drop comdats from the dst module if they are not selected.Rafael Espindola2016-03-221-0/+5
* [ThinLTO] Remove imported available externally defs from comdats.Teresa Johnson2016-02-081-0/+4
* Add a test for r258362.Rafael Espindola2016-02-011-0/+8
* Fix PR26152.Evgeniy Stepanov2016-01-201-0/+7
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-152-4/+4
* Re-Revert r257105 (Verifier debug info changes)Keno Fischer2016-01-132-4/+4
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-132-4/+4
* Always treat DISubprogram reached by DIImportedEntity as needed.Teresa Johnson2016-01-071-0/+23
* [ThinLTO/LTO] Don't link in unneeded metadataTeresa Johnson2015-12-181-0/+27
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-0/+38
OpenPOWER on IntegriCloud