summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker
Commit message (Expand)AuthorAgeFilesLines
* Linker/module-max-warn.ll: Fix test to be compatible with Windows file separa...David Blaikie2020-02-131-2/+2
* IR Linking: Support merging Warning+Max module metadata flagsDavid Blaikie2020-02-112-0/+15
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-242-3/+3
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-248-16/+16
* [IRMover] Set Address Space for moved global valuesTeresa Johnson2019-11-051-0/+12
* Remove some unnecessary REQUIRES: shell linesReid Kleckner2019-09-101-3/+4
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-1/+1
* IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...Peter Collingbourne2019-07-241-2/+2
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-302-0/+25
* [IRMover] Improve diagnostic messages for conflicting metadataIgor Kudrin2019-05-163-3/+3
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-152-37/+0
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-158-10/+10
* 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
OpenPOWER on IntegriCloud