aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/X86
AgeCommit message (Expand)AuthorFilesLines
2 days[DebugInfo][DWARF] Add heapallocsite information (#132073)Jann Horn1-0/+34
3 days[DebugInfo][DWARF] Don't emit bogus DW_AT_call_target for complex calls (#151...Jann2-7/+79
11 days[BranchFolding] Follow up #149999 crash fixOrlando Cazalet-Hyams1-0/+6
11 daysReapply (2) [BranchFolding] Kill common hoisted debug instructions (#149999)Orlando Cazalet-Hyams2-14/+134
14 daysMachO,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
2025-05-20[MC][DebugInfo] Emit linetable entries with known offsets immediately (#134677)Jeremy Morse1-0/+96
2025-05-20[BranchFolding] Merge debug locs on common hoisted code (#140063)Orlando Cazalet-Hyams1-0/+111
2025-05-06Register assembly printer passes (#138348)Matthias Braun1-1/+1
2025-04-24Revert "Revert "[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/in...Vladislav Dzhidzhoev2-7/+13
2025-04-24Revert "[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/inlined DW...David Blaikie2-13/+7
2025-04-24[DebugInfo][DWARF] Emit DW_AT_abstract_origin for concrete/inlined DW_TAG_lex...Vladislav Dzhidzhoev2-7/+13
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse1-1/+1
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse66-167/+0
2025-03-11Reland: [MC] output inlined-at debug info (#106230) (#130306)Yaxun (Sam) Liu1-2/+2
2025-03-07Revert "[MC] output inlined-at debug info (#106230)"Nikita Popov1-2/+2
2025-03-06[MC] output inlined-at debug info (#106230)Yaxun (Sam) Liu1-2/+2
2025-03-06[win] NFC: Rename `EHCatchret` to `EHCont` to allow for EH Continuation targe...Daniel Paoliello1-1/+1
2025-03-03[Metadata] Replace `undef` VAMs with `poison` VAMs (#129450)Pedro Lobo1-1/+1
2025-02-13[llvm][DebugInfo] Emit DW_AT_const_value for float non-type template paramete...Michael Buch1-8/+29
2025-01-29Revert "[llvm][DebugInfo] Attach object-pointer to DISubprogram declarations ...David Blaikie2-10/+2
2025-01-28[Clang] Cleanup docs and comments relating to -fextend-variable-liveness (#12...Stephen Tozer1-1/+1
2025-01-23Reapply "Verifier: Add check for DICompositeType elements being null"David Blaikie1-1/+1
2025-01-17[llvm][DebugInfo] Attach object-pointer to DISubprogram declarations (#122742)Michael Buch2-2/+10
2025-01-14[llvm-project] Fix typos mutli and mutliple. NFC. (#122880)Jay Foad1-1/+1
2025-01-08[LLVM][DWARF] Create debug names entry for non-tu top level DIE (#121856)Alexander Yermolovich1-0/+83
2024-12-22MCAsmStreamer: Omit initial ".text"Fangrui Song1-2/+2
2024-12-15[test] Remove redundant -march= when target triple is specified in IRFangrui Song3-8/+8
2024-11-18[GlobalOpt] Fix global SRA incorrect alignment on some elements (#115328)Bruno De Fraine2-2/+2
2024-11-14Reapply ccddb6ffad1, "Emit a worst-case prologue_end"Jeremy Morse4-2/+143
2024-11-13[DebugInfo][DWARF] Emit Per-Function Line Table Offsets and End Sequences (#1...alx321-0/+123
2024-11-12Revert "[DWARF] Emit a worst-case prologue_end flag for pathological inputs (...Jeremy Morse4-143/+2
2024-11-12[DebugInfo] Don't apply is_stmt on MBB branches that preserve lines (#108251)Stephen Tozer1-0/+62
2024-11-12[DWARF] Emit a worst-case prologue_end flag for pathological inputs (#107849)Jeremy Morse4-2/+143
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei7-39/+39
2024-10-31Fix performance bug in buildLocationList (#109343)Sriraman Tallam5-3/+473
2024-10-15[LiveDebugVariables] Fix a DBG_VALUE reordering issue (#111124)David Stenberg2-7/+4
2024-10-02[X86] Don't request 0x90 nop filling in p2align directives (#110134)Jeremy Morse2-2/+2
2024-09-17Revert2 "[DebugInfo][DWARF] Set is_stmt on first non-line-0 instruction in BB...Stephen Tozer3-42/+3
2024-09-09[DWARF] Emit a minimal line-table for totally empty functions (#107267)Jeremy Morse1-0/+67