aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/Generic
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-14[Hexagon] Mark instructions as part of the frame setup to fix test sugared-co...pkarveti1-4/+0
2024-09-24[DebugInfo][z/OS] XFAIL debug-ranges-duplication.ll on z/OS (#109681)Zibi Sarbinowski1-1/+1
2024-09-06[DebugInfo][AIX] XFAIL debug-ranges-duplication.ll (#107525)Jake Egan1-0/+3
2024-09-04[LLVM][DWARF] Make some effort to avoid duplicates in .debug_ranges. (#106614)Kyle Huey1-0/+70
2024-08-29[DebugInfo][NFC] Make is_stmt-at-block-start test X86-specificStephen Tozer1-37/+0
2024-08-29[DebugInfo][DWARF] Set is_stmt on first non-line-0 instruction in BB (#105524)Stephen Tozer1-0/+37
2024-08-21Handle #dbg_values in SROA. (#94070)Shubham Sandeep Rastogi1-1/+1
2024-08-07[debuginfo] replace usage of undef with poison as placeholder [NFC]Nuno Lopes1-4/+4
2024-08-06Convert a couple of undef placeholders to poison [NFC]Nuno Lopes4-15/+15
2024-07-18[SROA] Fix debug locations for variables with non-zero offsets (#97750)Orlando Cazalet-Hyams2-4/+276
2024-07-12[llvm][DebugInfo] Add DW_AT_type to DW_TAG_enumeration_type in non-strict DWA...David Spickett1-20/+26
2024-07-08[SLP]Remove operands upon marking instruction for deletion.Alexey Bataev1-4/+4
2024-06-17[DebugInfo] Update sroa-extract-bits.ll test (#95774)John Brawn1-17/+17
2024-06-17 [DebugInfo] Handle DW_OP_LLVM_extract_bits in SROA (#94638)John Brawn1-0/+205
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer77-249/+247
2024-05-03[DebugInfo,test] Convert text files from CRLF to LFFangrui Song1-50/+50
2024-05-01Modify gmlt.test to XFAIL on apple platforms correctly. (#90779)Shubham Sandeep Rastogi1-1/+1
2024-02-27Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79...Stephen Tozer2-7/+8
2024-02-27Revert "Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR out...Stephen Tozer2-8/+7
2024-02-27Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79...Stephen Tozer2-7/+8
2024-02-26Revert "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#792...Stephen Tozer2-8/+7