summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/Generic
AgeCommit message (Expand)Author
2025-11-11[llvm][DebugInfo] Adjust ModuleDebugInfoPrinter to versioned language names (...Michael Buch
2025-10-31[llvm][DebugInfo][ObjC] Make sure we link backing ivars to their DW_TAG_APPLE...Michael Buch
2025-10-29[llvm][test] Skip object-property.ll debug-info test on AIXMichael Buch
2025-10-29[llvm][DebugInfo][ObjC] Fix argument order of setter/getter to DIObjCProperty...Michael Buch
2025-10-29[llvm][DebugInfo][test] Add LLVM tests for Objective-C property debug-info (#...Michael Buch
2025-10-27[test][DebugInfo] Remove unsafe-fp-math uses (NFC) (#164966)paperchalice
2025-10-21[llvm][dwarfdump] Pretty-print DW_AT_language_version (#164222)Michael Buch
2025-10-20[AIX] Fix dwarf testcases on AIX (#163822)Mark Danial
2025-10-17[llvm][DebugInfo] Add support for emitting DW_AT_language_version (#163147)Michael Buch
2025-10-11[llvm][DebugInfo] Support versioned source language names in DwarfUnit (#162625)Michael Buch
2025-10-10[llvm][test] Don't specify target for tests in Generic directoryMichael Buch
2025-10-10[llvm][DebugInfo] Add support for emitting DW_AT_language_name (#162621)Michael Buch
2025-09-29Reland "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-23Revert "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-17[DebugInfo][DwarfDebug] Separate creation and population of abstract subprogr...Vladislav Dzhidzhoev
2025-09-01[llvm][DebugInfo] Fix test on builds without target aarch64Michael Liao
2025-09-01[llvm][DebugInfo] Support DW_AT_linkage_names that are different between decl...Michael Buch
2025-07-21[DebugInfo] Fully implement DWARF issue 180201.1 (#149226)Scott Linder
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang
2025-06-24[RemoveDIs] Fix rotten --implicit-check-not lines (#144711)Orlando Cazalet-Hyams
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban
2025-06-11[DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (#143452)Jeremy Morse
2025-05-20[DebugInfo] Update DebugInfoFinder to take retainedNodes into account (#140285)Vladislav Dzhidzhoev
2025-05-12Fix XFAIL in debug-names-asm-label.llHubert Tong
2025-05-12[AIX] Disable debug-names-asm-label.ll due to missing DWARF sectionsHubert Tong
2025-05-12Fix regex for DW_FORM_string case in multi-variant.llHubert Tong
2025-05-12Allow multi-member variants in DWARF (#139300)Tom Tromey
2025-05-12[llvm][DebugInfo] Drop \01 mangling prefix when inserting linkage name into a...Michael Buch
2025-05-09Loosen DWARF form check in discriminant-member.ll (#139258)Tom Tromey
2025-05-08Two DWARF variant part improvements (#138953)Tom Tromey
2025-04-24Revert "Revert "[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/in...Vladislav Dzhidzhoev
2025-04-24Revert "[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/inlined DW...David Blaikie
2025-04-24[DebugInfo] Fix build failure introduced by 1143a04f.Vladislav Dzhidzhoev
2025-04-24[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/inlined DW_TAG_lex...Vladislav Dzhidzhoev
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2025-03-07Two fixes for DISubrangeType (#130345)Tom Tromey
2025-03-06[Assignment Tracking] Replace `undef` debug info with `poison` (#129755)Pedro Lobo
2025-03-03[Instruction] Set metadata to `poison` on deletion (#129449)Pedro Lobo
2025-02-05Fix `llvm/test/DebugInfo/Generic/discriminated-union.ll` on big-endian target...beetrees
2025-02-04Allow 128-bit discriminants in DWARF variants (#125578)Tom Tromey
2024-11-19[DebugInfo] Correct an overly-restrictive REQUIRES clause. (#116429)Carlos Alberto Enciso
2024-11-15[DebugInfo] Add DW_AT_artificial for compiler generated static member. (#116327)Carlos Alberto Enciso
2024-11-15[DebugInfo] Add DW_AT_artificial for compiler generated static member. (#115851)Carlos Alberto Enciso
2024-10-29[FuncSpec] Enable SpecializeLiteralConstant by default (#113442)Hari Limaye
2024-10-28[AIX][SystemZ][z/OS] Disable test for AIX, z/OS due to missing DWARF sections...Abhina Sree
2024-10-22[DebugInfo] Emit linkage name into DWARF for types for Swift (#112802)Augusto Noronha
2024-10-14[Hexagon] Mark instructions as part of the frame setup to fix test sugared-co...pkarveti
2024-09-24[DebugInfo][z/OS] XFAIL debug-ranges-duplication.ll on z/OS (#109681)Zibi Sarbinowski
2024-09-06[DebugInfo][AIX] XFAIL debug-ranges-duplication.ll (#107525)Jake Egan
2024-09-04[LLVM][DWARF] Make some effort to avoid duplicates in .debug_ranges. (#106614)Kyle Huey