aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Linker/type-unique-odr-a.ll
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Revert "Reapply [Verifier] Sanity check alloca size against DILocalVariable f...Nikita Popov1-3/+1
2023-10-09Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment ...Nikita Popov1-1/+3
2023-09-18Revert "Reapply [Verifier] Sanity check alloca size against DILocalVariable f...Nikita Popov1-3/+1
2023-09-15Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment ...Nikita Popov1-1/+3
2022-12-13[Linker] Convert some tests to opaque pointers (NFC)Nikita Popov1-1/+1
2022-03-22[tests] Make 'object-emission' imply 'default_triple'Igor Kudrin1-1/+1
2021-10-31[DWARF] Standardize checks and remove verbose where possible in DWARF testsJake Egan1-6/+6
2021-04-16Restore lit feature object-emission. Omit DebugInfo/Generic on XCore.Nigel Perks1-1/+1
2020-02-10Remove lit feature object-emissionTed Woodward1-1/+1
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen1-2/+2
2017-09-11llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl1-2/+2
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl1-2/+2
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith1-4/+4
2016-04-18[DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson1-2/+2
2016-04-17IR: Use ODR to unique DICompositeType membersDuncan P. N. Exon Smith1-0/+4
2016-04-17Linker: Clarify test/Linker/type-unique-odr-a.ll, NFCDuncan P. N. Exon Smith1-17/+23
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-4/+3
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl1-1/+1
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-4/+4
2015-09-16Make the default triple optional by allowing an empty stringMehdi Amini1-1/+1
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-2/+2
2015-08-11Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.Paul Robinson1-1/+1
2015-08-04Update test suite to make "ninja check" succeed without native backend builtinMehdi Amini1-1/+1
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-1/+1
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-1/+1
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-18/+18
2015-03-28DebugInfo: Fix testcases with invalid MDSubprogram nodesDuncan P. N. Exon Smith1-2/+1
2015-03-10Emit correct linkage-name attribute based on DWARF version.Paul Robinson1-3/+3
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-16/+16
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-3/+3
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-28/+28
2014-10-06[dwarfdump] Print the name for referenced specification of abstract_origin DIEs.Frederic Riss1-1/+1
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-15/+15
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-15/+15
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-15/+15
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+2
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-2/+2
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+2
2014-05-27DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie1-6/+6
2014-05-23DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie1-4/+8
2014-03-18Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl1-1/+1
2014-03-14Debug info: Unique types before emitting them to DWARF, where applicable.Adrian Prantl1-0/+4
2014-03-14Debug Info: Fix LTO type uniquing for C++ member declarationsAdrian Prantl1-0/+94