aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
AgeCommit message (Expand)AuthorFilesLines
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[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-2/+1
2024-09-13[MC] Use std::optional<MCRegisters> for values returned by MCRegisterInfo::ge...Craig Topper1-1/+1
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-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-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-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-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-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille1-0/+2
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-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-07[llvm-dwarfdump] Help option output should be consistent with the command guidegbreynoo1-18/+24
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-01-05[tools] Use llvm::append_range (NFC)Kazu Hirata1-1/+1
2020-10-14llvm-dwarfdump: Exit non-zero on an error pathDavid Blaikie1-1/+1
2020-06-24[llvm] Remove full stop frome error messageJonas Devlieghere1-2/+2