aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/Generic
AgeCommit message (Expand)AuthorFilesLines
19 hoursReland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev4-1/+624
5 days[AArch64][GlobalISel] Exclude arm64 from failing tests (#178849)Ryan Cowan1-1/+1
6 days[AArch64] Use GISel for optnone functions (#174746)Ryan Cowan1-0/+4
2025-12-12[llvm][dwarfdump] Print the name (if available) of entities referenced by DW_...Michael Buch3-16/+16
2025-11-11[llvm][DebugInfo] Adjust ModuleDebugInfoPrinter to versioned language names (...Michael Buch1-0/+22
2025-10-31[llvm][DebugInfo][ObjC] Make sure we link backing ivars to their DW_TAG_APPLE...Michael Buch1-10/+16
2025-10-29[llvm][test] Skip object-property.ll debug-info test on AIXMichael Buch1-0/+2
2025-10-29[llvm][DebugInfo][ObjC] Fix argument order of setter/getter to DIObjCProperty...Michael Buch1-7/+4
2025-10-29[llvm][DebugInfo][test] Add LLVM tests for Objective-C property debug-info (#...Michael Buch1-0/+89
2025-10-27[test][DebugInfo] Remove unsafe-fp-math uses (NFC) (#164966)paperchalice35-53/+53
2025-10-21[llvm][dwarfdump] Pretty-print DW_AT_language_version (#164222)Michael Buch1-5/+5
2025-10-20[AIX] Fix dwarf testcases on AIX (#163822)Mark Danial2-0/+4
2025-10-17[llvm][DebugInfo] Add support for emitting DW_AT_language_version (#163147)Michael Buch1-2/+8
2025-10-11[llvm][DebugInfo] Support versioned source language names in DwarfUnit (#162625)Michael Buch1-0/+9
2025-10-10[llvm][test] Don't specify target for tests in Generic directoryMichael Buch2-6/+0
2025-10-10[llvm][DebugInfo] Add support for emitting DW_AT_language_name (#162621)Michael Buch2-0/+40
2025-09-29Reland "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev1-0/+93
2025-09-23Revert "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev1-93/+0
2025-09-17[DebugInfo][DwarfDebug] Separate creation and population of abstract subprogr...Vladislav Dzhidzhoev1-0/+93
2025-09-01[llvm][DebugInfo] Fix test on builds without target aarch64Michael Liao1-0/+1
2025-09-01[llvm][DebugInfo] Support DW_AT_linkage_names that are different between decl...Michael Buch1-0/+68
2025-07-21[DebugInfo] Fully implement DWARF issue 180201.1 (#149226)Scott Linder1-14/+44
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang1-1/+3
2025-06-24[RemoveDIs] Fix rotten --implicit-check-not lines (#144711)Orlando Cazalet-Hyams28-28/+28
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban1-1/+1
2025-06-11[DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (#143452)Jeremy Morse2-23/+23
2025-05-20[DebugInfo] Update DebugInfoFinder to take retainedNodes into account (#140285)Vladislav Dzhidzhoev1-0/+42
2025-05-12Fix XFAIL in debug-names-asm-label.llHubert Tong1-1/+1
2025-05-12[AIX] Disable debug-names-asm-label.ll due to missing DWARF sectionsHubert Tong1-0/+1
2025-05-12Fix regex for DW_FORM_string case in multi-variant.llHubert Tong1-4/+4
2025-05-12Allow multi-member variants in DWARF (#139300)Tom Tromey1-0/+74
2025-05-12[llvm][DebugInfo] Drop \01 mangling prefix when inserting linkage name into a...Michael Buch1-0/+54
2025-05-09Loosen DWARF form check in discriminant-member.ll (#139258)Tom Tromey1-2/+2
2025-05-08Two DWARF variant part improvements (#138953)Tom Tromey1-0/+74
2025-04-24Revert "Revert "[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/in...Vladislav Dzhidzhoev1-1/+14
2025-04-24Revert "[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/inlined DW...David Blaikie1-14/+1
2025-04-24[DebugInfo] Fix build failure introduced by 1143a04f.Vladislav Dzhidzhoev1-56/+0
2025-04-24[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/inlined DW_TAG_lex...Vladislav Dzhidzhoev2-1/+70
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse89-144/+0
2025-03-07Two fixes for DISubrangeType (#130345)Tom Tromey1-0/+39
2025-03-06[Assignment Tracking] Replace `undef` debug info with `poison` (#129755)Pedro Lobo5-21/+21
2025-03-03[Instruction] Set metadata to `poison` on deletion (#129449)Pedro Lobo1-1/+1
2025-02-05Fix `llvm/test/DebugInfo/Generic/discriminated-union.ll` on big-endian target...beetrees1-3/+4
2025-02-04Allow 128-bit discriminants in DWARF variants (#125578)Tom Tromey1-2/+2
2024-11-19[DebugInfo] Correct an overly-restrictive REQUIRES clause. (#116429)Carlos Alberto Enciso1-1/+1
2024-11-15[DebugInfo] Add DW_AT_artificial for compiler generated static member. (#116327)Carlos Alberto Enciso1-0/+1
2024-11-15[DebugInfo] Add DW_AT_artificial for compiler generated static member. (#115851)Carlos Alberto Enciso1-0/+41
2024-10-29[FuncSpec] Enable SpecializeLiteralConstant by default (#113442)Hari Limaye1-2/+2
2024-10-28[AIX][SystemZ][z/OS] Disable test for AIX, z/OS due to missing DWARF sections...Abhina Sree1-0/+1
2024-10-22[DebugInfo] Emit linkage name into DWARF for types for Swift (#112802)Augusto Noronha1-0/+55