summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo
AgeCommit message (Expand)Author
2025-11-20[DebugInfo] Force early line-zero calls to have meaningful locations (#156850)Jeremy Morse
2025-11-18Reland instr-ref-target-hooks-sp-clobber.mir (#168136)Shubham Sandeep Rastogi
2025-11-14Don't check frame base as varies if registers are available from targets. (#1...Greg Clayton
2025-11-14Remove instr-ref-target-hooks-sp-clobber.mir (#168125)Shubham Sandeep Rastogi
2025-11-14DebugInfo: Relax codeview-empty-dbg-cu-crash test's version check (#168111)Matt Arsenault
2025-11-14Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 DWARF u...Greg Clayton
2025-11-14[AArch64][DebugInfo]Add Target hooks for InstrRef on AArch64 (#165953)Shubham Sandeep Rastogi
2025-11-13[X86][NewPM] Port X86 FP Stackifier Pass to NewPMAiden Grossman
2025-11-12CodeGen: Fix CodeView crashes with empty llvm.dbg.cu (#163286)Matt Arsenault
2025-11-11[llvm][DebugInfo] Adjust ModuleDebugInfoPrinter to versioned language names (...Michael Buch
2025-11-10[DebugInfo] Add Verifier check for incorrectly-scoped retainedNodes (#166855)Vladislav Dzhidzhoev
2025-11-07[DebugInfo] Adjusting DWARF version to fix a test failure in aix-ppc64 pipeli...Laxman Sole
2025-11-06[LLVM][DebugInfo] Allow ExtraData field to be a node reference (#165023)Laxman Sole
2025-11-05[DebugInfo] Assign best possible debugloc to bundle (#164573)Santanu Das
2025-11-03[llvm][DebugInfo] Emit 0/1 for constant boolean values (#151225)Laxman Sole
2025-11-01[NativePDB] Fix crash in llvm-pdbutil (#164871)Vladimir Gorsunov
2025-10-31[llvm][DebugInfo][ObjC] Make sure we link backing ivars to their DW_TAG_APPLE...Michael Buch
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams
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-22[AgressiveInstCombine] Merge debug info on merged stores (#164449)Orlando Cazalet-Hyams
2025-10-21Minor optimizations to DW_OP_LLVM_extract_bits_* (#163812)Tom Tromey
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-17[DWARF] Don't leak line numbers onto frame-setup instructions (#161845)Orlando Cazalet-Hyams
2025-10-16Return nullopt if Reg is undef. (#155893)Shubham Sandeep Rastogi
2025-10-13[AArch64][SVE] Avoid extra pop of "FixedObject" with CalleeSavesAboveFrameRec...Benjamin Maxwell
2025-10-12Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)小钟
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-10-10Do not emit right shift by 0 in DWARF expressions (#162738)Tom Tromey
2025-10-08[SDAG] Use useDebugInstrRef instead of shouldUseDebugInstrRef (#160686)Mikołaj Piróg
2025-10-07[LoopUnroll] Skip remainder loop guard if skip unrolled loop (#156549)Joel E. Denny
2025-10-07[DWARF] Ignore DW_ATE_lo_user to hi_user in DebugHandlerBase assertion (#161695)Orlando Cazalet-Hyams
2025-10-03[llvm][ELF]Add Shdr check for getBuildID (#126537)Ruoyu Qiu
2025-10-02Omit member size from DWARF when desired (#161423)Tom Tromey
2025-10-02[AArch64] Prepare for split ZPR and PPR area allocation (NFCI) (#142391)Benjamin Maxwell
2025-10-02[DebugInfo][InstrRef] Copy instr-ref to replacement instrs in X86FixupSetCCPa...Orlando Cazalet-Hyams
2025-09-29Reland "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-24[MC][COFF] Add missing sections for DWO (#157239)Tomohiro Kashiwada
2025-09-23Revert "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-18[DebugInfo] Emit skeleton to avoid mismatching inlining flags (#153568)Qiu Chaofan
2025-09-18[LiveDebugVariables] Use bundle-aware iterators consistently (#159471)Scott Linder
2025-09-17[DebugInfo][DwarfDebug] Separate creation and population of abstract subprogr...Vladislav Dzhidzhoev
2025-09-16Reapply "[DebugLine] Correct debug line emittion" (#158343) (#158379)Peter Rong
2025-09-16[AMDGPU] Fix codegen to emit COPY instead of S_MOV_B64 for aperture regs (#15...Stanislav Mekhanoshin