summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker
Commit message (Expand)AuthorAgeFilesLines
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-143-0/+13
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-1/+1
* llvm-link: Improve diagnostic for module-level metadata mismatchDavid Blaikie2018-10-093-0/+8
* Fix asserts when linking wrong address space declarationsMatt Arsenault2018-09-242-0/+19
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-0924-48/+48
* [llvm-link] Use WithColor for printing errorsJonas Devlieghere2018-04-185-11/+11
* [DebugInfo] Add remaining files to r325970Scott Linder2018-02-233-0/+48
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-4/+8
* Revert "[IRMover] Implement name based structure type mapping"Rafael Espindola2018-02-212-16/+0
* [IRMover] Implement name based structure type mappingEugene Leviant2018-02-212-0/+16
* [DWARF] Regularize dumping strings from line tables.Paul Robinson2018-02-051-4/+4
* [IRMover] Add comment and fix test caseEugene Leviant2018-01-251-1/+5
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-193-6/+6
* Make GlobalValues with non-default visibilility dso_local.Rafael Espindola2018-01-181-9/+9
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-111-9/+9
* 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
OpenPOWER on IntegriCloud