aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/X86
AgeCommit message (Expand)AuthorFilesLines
2026-02-04[CodeGen] Remove unused first operand of SUBREG_TO_REG (#179690)Jay Foad1-2/+2
2026-02-04Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev3-0/+241
2026-01-15[DebugInfo] Only generate template parameters in the skeleton CU for a templa...Liu Ke2-3/+79
2026-01-12[X86][NewPM] Port x86-fixup-setcc (#175609)Aiden Grossman1-0/+1
2026-01-06[UEFI] Codeview do not crash when no llvm.dbg.cu (#174460)Prabhu Rajasekaran1-0/+15
2025-12-15[DWARF] Add support for DW_GNU_call_target_clobbered (#172336)Orlando Cazalet-Hyams1-0/+58
2025-12-15[DebugInfo][DWARF] Use DW_AT_call_target_clobbered for exprs with volatile re...Orlando Cazalet-Hyams3-4/+101
2025-12-13[DebugInfo][DWARF] Allow memory locations in DW_AT_call_target expressions (#...Orlando Cazalet-Hyams2-2/+97
2025-12-12[llvm][dwarfdump] Print the name (if available) of entities referenced by DW_...Michael Buch2-3/+3
2025-12-10Revert "[SelectionDAG] Salvage debuginfo when combining load and sext… (#17...Shubham Sandeep Rastogi2-131/+0
2025-12-10[SelectionDAG] Salvage debuginfo when combining load and sext instrs. (#169779)Shubham Sandeep Rastogi2-0/+131
2025-12-04[llvm][DebugInfo] Allow DIDerivedType as a bound in DISubrangeType (#165880)Tom Tromey1-0/+88
2025-11-20[DebugInfo] Force early line-zero calls to have meaningful locations (#156850)Jeremy Morse1-0/+132
2025-11-14DebugInfo: Relax codeview-empty-dbg-cu-crash test's version check (#168111)Matt Arsenault1-1/+1
2025-11-12CodeGen: Fix CodeView crashes with empty llvm.dbg.cu (#163286)Matt Arsenault1-0/+39
2025-11-10[DebugInfo] Add Verifier check for incorrectly-scoped retainedNodes (#166855)Vladislav Dzhidzhoev4-9/+16
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams1-0/+3
2025-10-27[test][DebugInfo] Remove unsafe-fp-math uses (NFC) (#164966)paperchalice53-76/+76
2025-10-22[AgressiveInstCombine] Merge debug info on merged stores (#164449)Orlando Cazalet-Hyams1-0/+49
2025-10-21Minor optimizations to DW_OP_LLVM_extract_bits_* (#163812)Tom Tromey1-3/+3
2025-10-17[DWARF] Don't leak line numbers onto frame-setup instructions (#161845)Orlando Cazalet-Hyams1-0/+99
2025-10-10Do not emit right shift by 0 in DWARF expressions (#162738)Tom Tromey1-0/+5
2025-10-08[SDAG] Use useDebugInstrRef instead of shouldUseDebugInstrRef (#160686)Mikołaj Piróg1-0/+36
2025-10-02Omit member size from DWARF when desired (#161423)Tom Tromey1-2/+11
2025-10-02[DebugInfo][InstrRef] Copy instr-ref to replacement instrs in X86FixupSetCCPa...Orlando Cazalet-Hyams1-0/+54
2025-09-24[MC][COFF] Add missing sections for DWO (#157239)Tomohiro Kashiwada3-6/+29
2025-09-18[DebugInfo] Emit skeleton to avoid mismatching inlining flags (#153568)Qiu Chaofan1-0/+36
2025-09-18[LiveDebugVariables] Use bundle-aware iterators consistently (#159471)Scott Linder1-0/+48
2025-09-16Reapply "[DebugLine] Correct debug line emittion" (#158343) (#158379)Peter Rong1-14/+15
2025-09-12Revert "[DebugLine] Correct debug line emittion" (#158343)David Blaikie1-15/+14
2025-09-12[DebugLine] Correct debug line emittion (#157529)Peter Rong1-14/+15
2025-08-29[DwarfDebug] Avoid generating extra DW_TAG_subprogram entries (#154636)Vladislav Dzhidzhoev1-1/+36
2025-08-29[llvm][DebugInfo] Fix set debug validation with the addition of the new subra...peter mckinna1-73/+92
2025-08-12[MIR] Remove std::variant from multiple save/restore point handling [nfc] (#1...Philip Reames2-4/+4
2025-08-06[DebugInfo][DWARF] Add heapallocsite information (#132073)Jann Horn1-0/+34
2025-08-05[DebugInfo][DWARF] Don't emit bogus DW_AT_call_target for complex calls (#151...Jann2-7/+79
2025-07-29[BranchFolding] Follow up #149999 crash fixOrlando Cazalet-Hyams1-0/+6
2025-07-28Reapply (2) [BranchFolding] Kill common hoisted debug instructions (#149999)Orlando Cazalet-Hyams2-14/+134
2025-07-25MachO,test: Test DWARF section's begin symbolFangrui Song1-0/+4
2025-07-25Revert "[BranchFolding] Kill common hoisted debug instructions" (#150632)Orlando Cazalet-Hyams1-26/+14
2025-07-25Reapply [BranchFolding] Kill common hoisted debug instructions (#149999)Orlando Cazalet-Hyams1-14/+26
2025-07-21Revert "[BranchFolding] Kill common hoisted debug instructions" (#149845)Orlando Cazalet-Hyams1-20/+14
2025-07-21[BranchFolding] Kill common hoisted debug instructions (#140091)Orlando Cazalet-Hyams1-14/+20
2025-07-07Fix AsmWriter to account for dynamic bit offsets (#146704)Tom Tromey1-1/+3
2025-06-28MC: Make mc-dump output compactFangrui Song1-7/+5
2025-06-26[DebugInfo] Specify x86_64 triple for test (#145797)David Blaikie1-0/+62
2025-06-16[llvm][DebugInfo] Encode DW_AT_object_pointer on method declarations with DW_...Michael Buch2-4/+99
2025-06-11Introduce MCAsmInfo::UsesSetToEquateSymbol and prefer = to .setFangrui Song2-4/+4
2025-06-05[DebugInfo] Use correct unit when creating variable across CU boundary (#133282)Jeremy Morse1-0/+78
2025-06-03[DebugInfo] Fix issue with debug line table offsets for empty functions (#142...alx321-0/+37