aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2024-03-26[DebugInfo] [SelectionDAG] Fix handling of duplicate dbg values (#86598)Emil Pedersen1-0/+65
2024-03-21Reapply "Move assertion for AdjustsStack from PEI to MachineVerifier (#85698)"Jonas Paulsson15-2/+19
2024-03-20Revert "Move assertion for AdjustsStack from PEI to MachineVerifier. (#85698)"Jonas Paulsson2-3/+0
2024-03-20Move assertion for AdjustsStack from PEI to MachineVerifier. (#85698)Jonas Paulsson2-0/+3
2024-03-19[NVPTX][DebugInfo] avoid emitting extra .loc directives (#84584)Alex MacLean1-0/+26
2024-03-19[RemoveDIs][NFC] Rename DPValue -> DbgVariableRecord (#85216)Stephen Tozer1-1/+1
2024-03-19[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#83862)Daniil Kovalev1-0/+70
2024-03-18[RemoveDIs][AsmWriter] Add empty-metadata operands to the SlotTracker (#85636)Orlando Cazalet-Hyams1-0/+4
2024-03-18[MachineFrameInfo] Refactoring around computeMaxcallFrameSize() (NFC) (#78001)Jonas Paulsson4-2/+5
2024-03-14[RemoveDIs] Insert PHIs before debug records in hardware loops (#85288)Stephen Tozer1-0/+84
2024-03-13[Tests] Drop inrange attribute from some tests (NFC)Nikita Popov1-4/+4
2024-03-08[DWARF] Dump an updated location for DW_CFA_advance_loc* (#84274)Igor Kudrin1-3/+3
2024-03-07[RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (#79818)Stephen Tozer1-0/+94
2024-03-04[RemoveDIs][DebugInfo] Verifier and printing fixes for DPLabel (#83242)Stephen Tozer1-2/+2
2024-03-02Revert "[Dwarf] Support `__ptrauth` qualifier in metadata nodes" (#83672)Daniil Kovalev1-70/+0
2024-03-01[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#82363)Daniil Kovalev1-0/+70
2024-02-27Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79...Stephen Tozer4-9/+95
2024-02-27Revert "Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR out...Stephen Tozer4-95/+9
2024-02-27Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79...Stephen Tozer4-9/+95
2024-02-26Revert "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#792...Stephen Tozer4-95/+9
2024-02-26[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79281)Stephen Tozer4-9/+95
2024-02-20Reapply "[llvm] Fix assertion error where we didn't check fixed point… (#82...PiJoules1-0/+32
2024-02-19Revert "[llvm] Fix assertion error where we didn't check fixed point types." ...Vladimir Vereschaka1-31/+0
2024-02-19[RemoveDIs][DebugInfo] Check for null marker when printing DPValues (#82238)Stephen Tozer1-0/+36
2024-02-15[llvm] Fix assertion error where we didn't check fixed point types. (#80757)PiJoules1-0/+31
2024-02-14[LLVM][DWARF] Change .debug_names abbrev to be an index (#81200)Alexander Yermolovich2-26/+26
2024-02-14[RemoveDIs] Replicate dbg intrinsic movement pattern in SelectOptimize (#81737)Orlando Cazalet-Hyams1-0/+63
2024-02-13[DWARFDump] Make --verify handle all sections by default (#81559)Felipe de Azevedo Piovezan2-1/+6
2024-02-13[RemoveDIs][ValueMapper] Remap DIAssignIDs in DPValues (#81595)Orlando Cazalet-Hyams1-0/+59
2024-02-13[HWASAN] Update dbg.assign intrinsics in HWAsan pass (#79864)Orlando Cazalet-Hyams1-1/+2
2024-02-12[DebugInfo] Update CodeView enums (#71038)nikitalita1-2/+2
2024-02-09[AMDGPU] Don't fix the scavenge slot at offset 0 (#79136)Diana Picus1-3/+3
2024-02-08[DebugInfo][RemoveDIs] Final omnibus test fixing for RemoveDIs (#81125)Jeremy Morse1-0/+5
2024-02-08[DebugInfo] Handle dbg.assigns in FastISel (#80734)Jeremy Morse1-0/+46
2024-02-07[DebugInfo][RemoveDIs] Re-enable some test coverageJeremy Morse1-2/+1
2024-02-06[DebugInfo] Convert tests to opaque pointers (NFC)Fangrui Song85-1572/+1572
2024-02-06[DebugInfo/MIR] Convert tests to opaque pointers (NFC)Fangrui Song75-539/+539
2024-02-06[FastISel][X86] Use getTypeForExtReturn in GetReturnInfo. (#80803)Craig Topper1-1/+1
2024-02-01Aggregate errors from llvm-dwarfdump --verify (#79648)Kevin Frei2-4/+2
2024-01-25[DebugInfo][RemoveDIs] Add a DPValue implementation for instcombine sinking (...Jeremy Morse1-0/+74
2024-01-24[DebugNames] Implement Entry::GetParentEntry query (#78760)Felipe de Azevedo Piovezan4-22/+36
2024-01-24[test] Make dwarf-loongarch-relocs.ll non-sensitive of function alignmentWeining Lu1-24/+15
2024-01-24[test] Update dwarf-loongarch-relocs.llWeining Lu1-14/+23
2024-01-23[DebugInfo][RemoveDIs] "Final" cleanup for non-instr debug-info (#79121)Jeremy Morse1-0/+1
2024-01-23Revert "Reapply [hwasan] Update dbg.assign intrinsics in HWAsan pass … (#79...gulfemsavrun1-1/+1
2024-01-23[RemoveDIs][DebugInfo] Enable creation of DPVAssigns, update outstanding AT t...Stephen Tozer19-0/+41
2024-01-23[RemoveDIs][DebugInfo] Handle DPVAssign in most transforms (#78986)Stephen Tozer30-2/+50
2024-01-23[RemoveDIs][DebugInfo] Handle DPVAssigns in Assignment Tracking excluding low...Stephen Tozer36-0/+180
2024-01-23Reapply [hwasan] Update dbg.assign intrinsics in HWAsan pass #78606OCHyams1-1/+1
2024-01-23[RemoveDIs][NFC] Disable RemoveDIs tests that are not yet enabledStephen Tozer3-6/+0