summaryrefslogtreecommitdiff
path: root/test/Linker/Inputs
AgeCommit message (Expand)Author
2017-10-18Verifier: Ignore CUs pulled in by ODR-uniqued types.Adrian Prantl
2017-10-18Revert "Verifier: Ignore CUs pulled in by ODR-uniqued types."Adrian Prantl
2017-10-18Verifier: Ignore CUs pulled in by ODR-uniqued types.Adrian Prantl
2017-10-10Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere
2017-10-10Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere
2017-10-10[llvm-dwarfdump] Print type names in DW_AT_type DIEsJonas Devlieghere
2017-08-09[Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globalsBenoit Belley
2017-07-12[Linker] Add directives to support mixing ARM/Thumb module-level inline asm.Florian Hahn
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-06-07[Linker] Remove warning when linking ARM and Thumb IR modules.Florian Hahn
2017-05-23Support for taking the max of module flags when linking, use for PIE/PICTeresa Johnson
2017-03-13[Linker] Provide callback for internalizationJonas Devlieghere
2016-11-14Linker: Remove unnecessary call to copyMetadata in IRLinker::linkGlobalVariable.Peter Collingbourne
2016-09-16Fix autoupgrade logic for Objective-C class properties module flagMehdi Amini
2016-08-03IR: Drop uniquing when an MDNode Value operand is deletedDuncan P. N. Exon Smith
2016-06-29Don't verify inputs to the Linker if ODR merging.Rafael Espindola
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith
2016-04-21Fix recursive -only-needed.Rafael Espindola
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-11Legalize the debug info in this testcase in anticipation of future Verifier i...Adrian Prantl
2016-04-11Add missing DICompileUnit to this testcaseAdrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2016-03-24Fix another case where we were unconditionally linking linkonce GVs.Rafael Espindola
2016-03-24Fix resolution of linkonce symbols in comdats.Rafael Espindola
2016-03-23Fix logic for which symbols to keep with comdats.Rafael Espindola
2016-03-22Drop comdats from the dst module if they are not selected.Rafael Espindola
2016-02-08[ThinLTO] Remove imported available externally defs from comdats.Teresa Johnson
2016-02-01Add a test for r258362.Rafael Espindola
2016-01-20Fix PR26152.Evgeniy Stepanov
2016-01-15Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer
2016-01-13Re-Revert r257105 (Verifier debug info changes)Keno Fischer
2016-01-13Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer
2016-01-07Always treat DISubprogram reached by DIImportedEntity as needed.Teresa Johnson
2015-12-18[ThinLTO/LTO] Don't link in unneeded metadataTeresa Johnson
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson
2015-12-10Fix another case where the linkage was not set.Rafael Espindola
2015-12-09Synchronize the logic for deciding to link a gv.Rafael Espindola
2015-12-08Add a test showing that we internalize lazily linked GVs.Rafael Espindola
2015-12-07Link declaration lazily.Rafael Espindola
2015-12-03[ThinLTO] Appending linkage fixesTeresa Johnson
2015-12-02Also copy private linkage globals when needed.Rafael Espindola
2015-12-02Don't copy information from aliasee to alias.Rafael Espindola
2015-12-02Fix linking when we copy over only a decl.Rafael Espindola
2015-12-01Bring r254336 back:Rafael Espindola
2015-11-30This reverts commit r254336 and r254344.Rafael Espindola
2015-11-30Disable a consistency check.Rafael Espindola
2015-11-30Start deciding earlier what to link.Rafael Espindola