aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-06[DebugInfo] [DWARF] Fix C to CMake comment (#147199)Guy David1-2/+2
2025-07-03[DebugInfo] Remove an unnecessary cast (NFC) (#146809)Kazu Hirata1-1/+1
2025-06-28[DebugInfo] Remove an unnecessary cast (NFC) (#146217)Kazu Hirata1-1/+1
2025-06-27[llvm] Remove unused includes (NFC) (#146199)Kazu Hirata2-2/+0
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine14-702/+604
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine13-602/+701
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine13-701/+602
2025-06-26[llvm] Use llvm::interleaved (NFC) (#145839)Kazu Hirata1-7/+2
2025-06-26[llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (#141616)Carlos Alberto Enciso1-4/+11
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra2-0/+14
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao2-14/+0
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra2-0/+14
2025-06-23[NFC] Remove UnwindTable dependency on CIE, and FDE (#142520)AmirHossein PashaeeHir1-19/+30