summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo
AgeCommit message (Expand)Author
2025-07-03[PHIElimination] Revert #131837 #146320 #146337 (#146850)Guy David
2025-06-30[KeyInstr] Fully support mixed key/non-key inlining modes (#144103)Orlando Cazalet-Hyams
2025-06-30[KeyInstr] Use DISubprogram's is-key-instructions-on flag at DWARF emission (...Orlando Cazalet-Hyams
2025-06-30[KeyInstr] Add DISubprogram::keyInstructions bit (#144107)Orlando Cazalet-Hyams
2025-06-29[PHIElimination] Reuse existing COPY in predecessor basic block (#131837)Guy David
2025-06-29[AArch64] Fix stale +zcm target feature to +zcm-gpr64 (#146260)Tomer Shafir
2025-06-28MC: Make mc-dump output compactFangrui Song
2025-06-27[InstrRef] Skip clobbered EntryValue register recovery (#142478)Shubham Sandeep Rastogi
2025-06-26Add triple target to buildtype.ll in X86 (#145764)jjasmine
2025-06-26[DebugInfo] Specify x86_64 triple for test (#145797)David Blaikie
2025-06-25Non constant size and offset in DWARF (#141106)Tom Tromey
2025-06-24[RemoveDIs] Fix rotten --implicit-check-not lines (#144711)Orlando Cazalet-Hyams
2025-06-23[NVPTX] Rename register classes after float register removal (NFC) (#145255)Alex MacLean
2025-06-16[Object][AMDGPU] Support REL relocations (#143966)Scott Linder
2025-06-16[llvm][DebugInfo] Encode DW_AT_object_pointer on method declarations with DW_...Michael Buch
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban
2025-06-12[CodeGen] Inline stack guard check on Windows (#136290)Omair Javaid
2025-06-11Introduce MCAsmInfo::UsesSetToEquateSymbol and prefer = to .setFangrui Song
2025-06-11[DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (#143452)Jeremy Morse
2025-06-05[DebugInfo] Use correct unit when creating variable across CU boundary (#133282)Jeremy Morse
2025-06-03[DebugInfo] Fix issue with debug line table offsets for empty functions (#142...alx32
2025-06-02[DebugInfo][RemoveDIs] Delete experimental-iterator test-flags from tests (#1...Jeremy Morse
2025-05-28[RISCV] Fix Test Prefixes in Debug Test (#141895)Sam Elliott
2025-05-21[NVPTX] Remove Float register classes (#140487)Alex MacLean
2025-05-20[MC][DebugInfo] Emit linetable entries with known offsets immediately (#134677)Jeremy Morse
2025-05-20[DebugInfo] Update DebugInfoFinder to take retainedNodes into account (#140285)Vladislav Dzhidzhoev
2025-05-20[BranchFolding] Merge debug locs on common hoisted code (#140063)Orlando Cazalet-Hyams
2025-05-18[MC][AArch64][ARM][X86] Push target-dependent assembler flags into targets (#...Jessica Clarke
2025-05-13[KeyInstr][DwarfDebug] Add is_stmt emission support (#133495)Orlando Cazalet-Hyams
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-10[NVPTX] use untyped loads and stores where ever possible (#137698)Alex MacLean
2025-05-09[KeyInstr][LoopUnswitch] Remap cloned instructions' atoms (#133491)Orlando Cazalet-Hyams
2025-05-09Loosen DWARF form check in discriminant-member.ll (#139258)Tom Tromey
2025-05-09[KeyInstr][JumpThreading] Remap atoms after threading (#133487)Orlando Cazalet-Hyams
2025-05-09[KeyInstr][LoopUnroll] Remap atoms while unrolling (#133489)Orlando Cazalet-Hyams
2025-05-08Two DWARF variant part improvements (#138953)Tom Tromey
2025-05-08[KeyInstr] Remap cloned PHIs in BreakCriticalEdges (#133493)Orlando Cazalet-Hyams
2025-05-08[NFC][DebugInfo] Expand coverage of a RISCV testJeremy Morse
2025-05-08[KeyInstr] Add MIR parser support (#133494)Orlando Cazalet-Hyams
2025-05-07[llvm][AsmPrinter] CodeView for UEFI (#138359)Prabhu Rajasekaran
2025-05-07[KeyInstr][LoopRotate] Remap atoms of duplicated instructions (#133490)Orlando Cazalet-Hyams
2025-05-07[KeyInstr][JumpThreading] Remap atoms duping bb with cond br on phi into pred...Orlando Cazalet-Hyams
2025-05-07[KeyInstr][JumpThreading] Remap atoms in blocks duplicated for threading (#13...Orlando Cazalet-Hyams
2025-05-07[KeyInstr][Inline] Don't propagate atoms to inlined nodebug instructions (#13...Orlando Cazalet-Hyams
2025-05-07[KeyInstr][SimplifyCFG] Remap atoms after duplication for threading (#133484)Orlando Cazalet-Hyams
2025-05-06Register assembly printer passes (#138348)Matthias Braun