aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwarfdump
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-03-09[llvm-dwarfdump] Avoid possible div-by-zero in debug outputDmitry Vassiliev1-6/+11
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille2-0/+3
2021-12-15[dwarf][NFC] Move expandBundle() to MachO.hEllis Hoag1-38/+15
2021-12-13DWARFVerifier: Verbosely dump DIEs in verifier reportsDavid Blaikie1-1/+3
2021-11-24[llvm-dwarfdump][Statistics] Handle LTO cases with cross CU referencingDjordje Todorovic1-26/+113
2021-11-16DebugInfo: Make DWARFExpression::iterator a const iteratorDuncan P. N. Exon Smith1-1/+1
2021-10-15[llvm-dwarfdump] Fix unsigned overflow when calculating statsdjtodoro1-134/+195
2021-09-27[llvm-dwarfdump][docs] Add missing options to the help output and the command...gbreynoo1-6/+7
2021-08-02[DWARF] Don't process .debug_info relocations for DWO ContextAlexander Yermolovich1-4/+6
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-1/+2
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-2/+1
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-1/+2
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-2/+1
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-1/+2
2021-07-02[llvm-dwarfdump] Add comment saying where DumpDebugFrame comes fromNico Weber1-0/+1
2021-06-23clang-format llvm-dwarfdump.cppAdrian Prantl1-5/+5
2021-06-23Improve error handling in llvm-dwarfdump.Adrian Prantl1-8/+12
2021-06-01[llvm-dwarfdump][test] Add missing dedicated tests for some optionsgbreynoo1-1/+1
2021-05-26[NFC][object] Change the input parameter of the method isDebugSection.Esme-Yi1-1/+1
2021-05-12[NFC][llvm-dwarfdump] Avoid passing std::string by value in collectStatsForDie()Djordje Todorovic1-3/+3
2021-05-11[llvm-dwarfdump] Fix abstract origin vars location stats calculationDjordje Todorovic1-5/+13