summaryrefslogtreecommitdiff
path: root/test/Linker
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-09-11llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-21[IR] AutoUpgrade ModuleFlagBehavior for PIC and PIE levelSteven Wu
2017-08-16[DI] Every DIGlobalVariable should have a type.Davide Italiano
2017-08-09[Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globalsBenoit Belley
2017-07-27ThinLTO: Don't import aliases of any kind (even linkonce_odr)David Blaikie
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl
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 llc usage from link-arm-and-thumb.ll test case.Florian Hahn
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-05-04Remap metadata attached to global variables.Evgeniy Stepanov
2017-04-28Remove line and file from DINamespace.Adrian Prantl
2017-03-13[Linker] Provide callback for internalizationJonas Devlieghere
2017-02-17Verifier: Disallow a line number without a file in DISubprogramJustin Bogner
2017-02-02Linker: Move special casing for available_externally in IRMover to clients. N...Peter Collingbourne
2016-12-22Renumber testcase metadata nodes after r290153.Adrian Prantl
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-02[ThinLTO] Stop importing constant global vars as copies in the backendTeresa Johnson
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-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
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-06-24Linker: Copy metadata when linking declarations.Peter Collingbourne
2016-05-28ValueMapper: fix assertion when null-mapping a constant for linking metadataMehdi Amini
2016-05-27Linker: teach the IR mover to return llvm::Error.Peter Collingbourne
2016-05-25IRLinker: fix double scheduling of mapping a global value because of an aliasMehdi Amini
2016-05-10Make "@name =" mandatory for globals in .ll files.Rafael Espindola
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith
2016-04-21Fix recursive -only-needed.Rafael Espindola
2016-04-21ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini
2016-04-20ThinLTO: never promote as external weakMehdi Amini
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith
2016-04-19Linker: Simplify test/Linker/dicompositetype-unique.ll, NFCDuncan P. N. Exon Smith
2016-04-19ModuleLinker: Do not import linkonce/weak as "external_weak"Mehdi Amini
2016-04-19IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith
2016-04-18[DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson