aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
25 hours[perf] Replace copy-assign by move-assign in llvm/lib/DWARFCFIChecker… (#17...serge-sans-paille1-1/+1
3 daysModify llvm-gsymutil to work around invalid DW_AT_LLVM_stmt_sequence attribut...Greg Clayton1-26/+43
4 days[lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (#1...Vladimir Gorsunov1-5/+10
2026-01-16[llvm] Replace `OwningArrayRef` with `SmallVector` in `BTFParser` (#169124)David Stone1-2/+2
2026-01-13[LLVM] Clean up code using [not_]equal_to (NFC) (#175824)Ramkumar Ramachandra1-1/+1
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2026-01-13[NFCI][LLVM] Remove `raw_string_ostream::flush` calls (#164086)Rahul Joshi2-2/+0
2026-01-12[NFC][LLVM] Adopt ListSeparator/interleaved in more places (#172909)Rahul Joshi4-24/+13
2025-12-17[DWARF] Support block-form DW_AT_GNU_call_site_target_clobbered (#172450)Orlando Cazalet-Hyams1-0/+1
2025-12-16Fix llvm::StripTemplateParameters to not return an empty name. (#157553)Greg Clayton1-1/+4
2025-12-15[llvm-symbolizer] Recognize and symbolize archive members (#150401)Midhunesh1-40/+148
2025-12-12Fixes non-functional changes found static analyzer (#171197)Seraphimt1-4/+3
2025-12-12[llvm][dwarfdump] Print the name (if available) of entities referenced by DW_...Michael Buch1-1/+1
2025-12-01Fix __apple_XXX iterator that iterates over all entries. (#157538)Greg Clayton1-6/+18
2025-11-24[PDB][NativeSession] Use better error code for invalid format (#167885)Mirko1-8/+17
2025-11-14Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 DWARF u...Greg Clayton1-2/+8
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille1-1/+0
2025-11-11Remove unused <utility> inclusionserge-sans-paille3-3/+0
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille1-1/+0
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille1-2/+0
2025-11-08[llvm] Use llvm::find_if and llvm::is_contained (NFC) (#167166)Kazu Hirata1-5/+4
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille1-1/+0
2025-11-04[llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (#165720)Michael Buch1-1/+3
2025-11-01[NativePDB] Fix crash in llvm-pdbutil (#164871)Vladimir Gorsunov1-1/+2
2025-10-31[llvm][dwarfdump] Show name of referenced DW_TAG_APPLE_property (#165537)Michael Buch1-0/+28
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata1-1/+1
2025-10-28[DebugInfo] Support to get TU for hash from .debug_types.dwo section in DWARF...Liu Ke2-11/+30
2025-10-21[llvm][dwarfdump] Pretty-print DW_AT_language_version (#164222)Michael Buch1-5/+44
2025-10-20[gsymutil] Fix how invalid LLVM_stmt_seq is set and used (#164015)Peter Rong1-6/+10
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata1-2/+2
2025-10-14Fix a spurious error that was emitted for invalid DW_AT_decl_file. (#152608)Greg Clayton1-2/+6
2025-10-14Don't warn about missing DWO files when converting mach-o files. (#152598)Greg Clayton1-0/+4
2025-10-10[llvm-dwarfdump] Support for DW_AT_language_name and DW_AT_language_version (...Michael Buch1-1/+2
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle1-1/+1
2025-09-25[DWARFVerifier] Verify that DW_AT_LLVM_stmt_sequence is set correctly (#152807)Peter Rong1-0/+80
2025-09-25[llvm-debuginfo-analyzer] Remove `LVScope::Children` container (#144750)Javier Lopez-Gomez1-41/+35
2025-09-19[llvm-debuginfo-analyzer] Add `--output-sort=(none|id)` option (#145761)Javier Lopez-Gomez1-3/+9
2025-09-15[Dwarf] Support heterogeneous DW_{OP,AT}s needed for AMDGPU CFI (#153883)Scott Linder2-15/+60
2025-09-10[PDB] Add public symbol lookup by address (#157361)nerix1-0/+50
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault1-7/+8
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger3-0/+12
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin1-60/+103
2025-08-27[llvm-debuginfo-analyzer] Fixed some DWARF related bugs (#153318)Adam Yang1-3/+7
2025-08-12[AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (#145125)Adam Yang3-10/+18
2025-08-07[DWARF] Speedup .gdb_index dumping (#151806)itrofimow1-7/+15
2025-08-04[llvm] Use llvm::iterator_range::empty (NFC) (#151905)Kazu Hirata1-1/+1
2025-07-23[llvm] Remove unused includes (NFC) (#150265)Kazu Hirata2-5/+0
2025-07-18[DebugInfo] Use llvm::remove_if (NFC) (#149543)Kazu Hirata1-1/+1
2025-07-14[llvm] Remove unused includes (NFC) (#148768)Kazu Hirata1-4/+0
2025-07-08[NFC] Separate UnwindTable from DebugFrame into a different type (#142521)AmirHossein PashaeeHir5-486/+579