summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF
AgeCommit message (Expand)Author
2025-11-14Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 DWARF u...Greg Clayton
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-11-08[llvm] Use llvm::find_if and llvm::is_contained (NFC) (#167166)Kazu Hirata
2025-11-04[llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (#165720)Michael Buch
2025-10-31[llvm][dwarfdump] Show name of referenced DW_TAG_APPLE_property (#165537)Michael Buch
2025-10-28[DebugInfo] Support to get TU for hash from .debug_types.dwo section in DWARF...Liu Ke
2025-10-21[llvm][dwarfdump] Pretty-print DW_AT_language_version (#164222)Michael Buch
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata
2025-10-10[llvm-dwarfdump] Support for DW_AT_language_name and DW_AT_language_version (...Michael Buch
2025-09-25[DWARFVerifier] Verify that DW_AT_LLVM_stmt_sequence is set correctly (#152807)Peter Rong
2025-09-15[Dwarf] Support heterogeneous DW_{OP,AT}s needed for AMDGPU CFI (#153883)Scott Linder
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin
2025-08-07[DWARF] Speedup .gdb_index dumping (#151806)itrofimow
2025-08-04[llvm] Use llvm::iterator_range::empty (NFC) (#151905)Kazu Hirata
2025-07-23[llvm] Remove unused includes (NFC) (#150265)Kazu Hirata
2025-07-14[llvm] Remove unused includes (NFC) (#148768)Kazu Hirata
2025-07-08[NFC] Separate UnwindTable from DebugFrame into a different type (#142521)AmirHossein PashaeeHir
2025-07-06[DebugInfo] [DWARF] Fix C to CMake comment (#147199)Guy David
2025-06-27[llvm] Remove unused includes (NFC) (#146199)Kazu Hirata
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-06-23[NFC] Remove UnwindTable dependency on CIE, and FDE (#142520)AmirHossein PashaeeHir
2025-06-17[NFC] Extract Printing portions of DWARFCFIProgram to new files (#143762)Sterling-Augustine
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2025-06-08[llvm] Compare std::optional<T> to values directly (NFC) (#143340)Kazu Hirata
2025-06-06[llvm][DebugInfo] Add support for DW_OP_GNU_implicit_pointer (#142913)Thrrreeee
2025-06-06[NFC] Split portions of DWARFDataExtractor into new class (#140096)Sterling-Augustine
2025-06-04Revert gsymutil changes due to concurrency problems (#142829)peremyach
2025-06-02[NFC] Extract DWARFCFIProgram into separate files (#139326)Sterling-Augustine
2025-05-29fix llvm-gsymutil verification (#141751)peremyach
2025-05-21Reduce llvm-gsymutil memory usage (#140740)peremyach
2025-05-20[DebugInfo] Use std::map::try_emplace (NFC) (#140839)Kazu Hirata
2025-05-20Revert "Reduce llvm-gsymutil memory usage" (#140696)peremyach
2025-05-16Reduce llvm-gsymutil memory usage (#139907)peremyach
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata
2025-05-02[llvm] Remove redundant control flow (NFC) (#138304)Kazu Hirata
2025-04-09Revert "Reland "Symbolize line zero as if no source info is available (#12484...Zequan Wu
2025-04-03[llvm-dwarfdump] Make --verify for .debug_names multithreaded. (#127281)Alexander Yermolovich
2025-03-31Reland "Symbolize line zero as if no source info is available (#124846)" (#13...Zequan Wu
2025-03-25[Symbolize] Always use filename:line from debug info when debug info for the ...Zequan Wu
2025-03-21[DebugInfo] Use heterogenous lookups with std::map (NFC) (#132354)Kazu Hirata
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu
2025-03-04Modify dwarf verification JSON to include detailed counts by sub-category (#1...youngd007
2025-02-24Revert "Symbolize line zero as if no source info is available (#124846)"Zequan Wu
2025-02-10Revert "Modify dwarfdump verification to allow sub-category counts (#125062)"Nico Weber
2025-02-10Modify dwarfdump verification to allow sub-category counts (#125062)youngd007
2025-02-07Use a stable sort to handle overlapping/duplicate line sequencesDavid Blaikie