summaryrefslogtreecommitdiffstats
path: root/test/Linker
Commit message (Expand)AuthorAgeFilesLines
* Verifier: Ignore CUs pulled in by ODR-uniqued types.Adrian Prantl2017-10-182-0/+200
* Revert "Verifier: Ignore CUs pulled in by ODR-uniqued types."Adrian Prantl2017-10-182-200/+0
* Verifier: Ignore CUs pulled in by ODR-uniqued types.Adrian Prantl2017-10-182-0/+200
* Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere2017-10-103-5/+5
* Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere2017-10-103-5/+5
* [llvm-dwarfdump] Print type names in DW_AT_type DIEsJonas Devlieghere2017-10-103-5/+5
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-115-6/+6
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-116-8/+8
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-305-9/+9
* [IR] AutoUpgrade ModuleFlagBehavior for PIC and PIE levelSteven Wu2017-08-211-2/+2
* [DI] Every DIGlobalVariable should have a type.Davide Italiano2017-08-161-2/+2
* [Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globalsBenoit Belley2017-08-0910-0/+164
* ThinLTO: Don't import aliases of any kind (even linkonce_odr)David Blaikie2017-07-271-4/+3
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-2/+2
* [Linker] Add directives to support mixing ARM/Thumb module-level inline asm.Florian Hahn2017-07-122-0/+23
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-113-0/+23
* [Linker] Remove llc usage from link-arm-and-thumb.ll test case.Florian Hahn2017-06-071-9/+6
* [Linker] Remove warning when linking ARM and Thumb IR modules.Florian Hahn2017-06-072-0/+42
* Support for taking the max of module flags when linking, use for PIE/PICTeresa Johnson2017-05-232-8/+10
* Remap metadata attached to global variables.Evgeniy Stepanov2017-05-041-0/+11
* Remove line and file from DINamespace.Adrian Prantl2017-04-283-3/+3
* [Linker] Provide callback for internalizationJonas Devlieghere2017-03-132-0/+11
* Verifier: Disallow a line number without a file in DISubprogramJustin Bogner2017-02-171-1/+1
* Linker: Move special casing for available_externally in IRMover to clients. N...Peter Collingbourne2017-02-021-0/+2
* Renumber testcase metadata nodes after r290153.Adrian Prantl2016-12-224-78/+101
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-205-11/+15
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-165-15/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-165-11/+15
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-165-15/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-165-11/+15
* [ThinLTO] Stop importing constant global vars as copies in the backendTeresa Johnson2016-12-021-2/+4
* Linker: Remove unnecessary call to copyMetadata in IRLinker::linkGlobalVariable.Peter Collingbourne2016-11-143-4/+76
* Fix autoupgrade logic for Objective-C class properties module flagMehdi Amini2016-09-162-0/+21
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-134-14/+15
* IR: Drop uniquing when an MDNode Value operand is deletedDuncan P. N. Exon Smith2016-08-032-0/+17
* Don't verify inputs to the Linker if ODR merging.Rafael Espindola2016-06-293-1/+27
* Linker: Copy metadata when linking declarations.Peter Collingbourne2016-06-241-0/+19
* ValueMapper: fix assertion when null-mapping a constant for linking metadataMehdi Amini2016-05-281-0/+11
* Linker: teach the IR mover to return llvm::Error.Peter Collingbourne2016-05-272-2/+2
* IRLinker: fix double scheduling of mapping a global value because of an aliasMehdi Amini2016-05-251-0/+13
* Make "@name =" mandatory for globals in .ll files.Rafael Espindola2016-05-101-1/+1
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-2312-58/+58
* Fix recursive -only-needed.Rafael Espindola2016-04-212-0/+19
* ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini2016-04-211-1/+1
* ThinLTO: never promote as external weakMehdi Amini2016-04-201-1/+1
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-192-4/+31
* Linker: Simplify test/Linker/dicompositetype-unique.ll, NFCDuncan P. N. Exon Smith2016-04-191-11/+9
* ModuleLinker: Do not import linkonce/weak as "external_weak"Mehdi Amini2016-04-191-2/+2
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-2/+2
* [DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson2016-04-181-2/+2