aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwarfdump
AgeCommit message (Expand)AuthorFilesLines
2026-01-21[llvm-dwarfdump][LineCov 1/3] Add variable coverage metrics (#176725)unexpectedlydefined4-1/+264
2026-01-16Revert "[llvm-dwarfdump][LineCov 1/3] Add variable coverage metrics" (#176358)Jan Patrick Lehr4-264/+1
2026-01-16[llvm-dwarfdump][LineCov 1/3] Add variable coverage metrics (#169646)unexpectedlydefined4-1/+264
2025-11-04[llvm-dwarfdump][CMake] Link against BinaryFormat (#166364)Michael Buch1-0/+1
2025-11-04[llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (#165720)Michael Buch1-0/+18
2025-10-21[llvm][dwarfdump][docs] Mention DW_AT_linkage_name in --name doc (#164433)Michael Buch1-3/+4
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault1-1/+1
2025-07-11[llvm-dwarfdump] Remove an unnecessary cast (NFC) (#148117)Kazu Hirata1-1/+1
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine2-1/+2
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine2-2/+1
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine2-1/+2
2025-04-03[llvm-dwarfdump] Make --verify for .debug_names multithreaded. (#127281)Alexander Yermolovich1-1/+17
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu1-2/+6
2025-03-06[llvm-dwarfdump] Avoid repeated hash lookups (NFC) (#129991)Kazu Hirata1-4/+6
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-2/+1
2025-02-19[llvm-dwarfdump] Print number of out-of-line functions described by DWARF (#1...Javier Lopez-Gomez1-0/+3
2024-09-13[MC] Use std::optional<MCRegisters> for values returned by MCRegisterInfo::ge...Craig Topper1-1/+1
2024-09-13[llvm][tools] Strip unneeded uses of raw_string_ostream::str() (NFC)JOE19941-2/+2
2024-09-12[llvm-dwarfdump] Rename manaully-generate-unit-index. (#108399)rjmansfield1-1/+1
2024-06-14[llvm] Use llvm::unique (NFC) (#95628)Kazu Hirata1-2/+2
2024-06-13[DwarfDump] Add new set of line-table-related statistics to llvm-dwarfdump (#...Stephen Tozer1-0/+80
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata1-1/+1
2024-02-28llvm-dwarfdump --verify aggregated output to JSON file (#81762)Kevin Frei1-2/+12
2024-02-13[DWARFDump] Make --verify handle all sections by default (#81559)Felipe de Azevedo Piovezan1-1/+1
2024-02-09[DWARFDump][nfc] Fix incorrect comment (#81276)Felipe de Azevedo Piovezan1-2/+3
2024-02-01Aggregate errors from llvm-dwarfdump --verify (#79648)Kevin Frei1-1/+25
2024-01-12Allow the dumping of .dwo files contents to show up when dumping an executabl...Greg Clayton1-4/+24
2023-12-28[llvm-dwarfdump-fuzzer] fix out of bounds potential (#76408)DavidKorczynski1-2/+2
2023-10-24[ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156)Kazu Hirata1-3/+3
2023-09-27llvm/tools: Fix some performance-for-range-copy issues. NFCFangrui Song1-9/+9
2023-07-19AppleAcceleratorTable: Use MapVector to stabilize iteration order after D153066Fangrui Song1-1/+2
2023-06-21[AppleTables] Implement iterator over all entries in tableFelipe de Azevedo Piovezan1-1/+44
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-12[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich1-0/+8
2023-01-11Revert "[DWARFLibrary] Add support to re-construct cu-index"Dmitri Gribenko1-8/+0
2023-01-10[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich1-0/+8
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-15Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-15/+55
2022-12-14Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-55/+15
2022-12-14Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-15/+55
2022-12-07Revert "[DWARFLibrary] Add support to re-construct cu-index"Alexander Yermolovich1-8/+0
2022-12-07[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich1-0/+8
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song1-7/+6
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+2
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-55/+15
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-15/+55
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-54/+15
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-15/+54
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko1-1/+1
2022-06-30[llvm-dwarfdump] --show-sources option to show all sourcesDaniel Thornburgh1-0/+89