summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwarfdump
Commit message (Expand)AuthorAgeFilesLines
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich2023-01-121-0/+8
* Revert "[DWARFLibrary] Add support to re-construct cu-index"Dmitri Gribenko2023-01-111-8/+0
* [DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich2023-01-101-0/+8
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi2022-12-151-15/+55
* Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi2022-12-141-55/+15
* Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi2022-12-141-15/+55
* Revert "[DWARFLibrary] Add support to re-construct cu-index"Alexander Yermolovich2022-12-071-8/+0
* [DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich2022-12-071-0/+8
* [DebugInfo] llvm::Optional => std::optionalFangrui Song2022-12-051-7/+6
* [tools] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-021-1/+2
* Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi2022-10-061-55/+15
* Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi2022-10-061-15/+55
* Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi2022-10-061-54/+15
* Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi2022-10-061-15/+54
* Use the range-based overload of llvm::sort where possibleDmitri Gribenko2022-07-231-1/+1
* [llvm-dwarfdump] --show-sources option to show all sourcesDaniel Thornburgh2022-06-301-0/+89
* Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song2022-06-051-1/+1
* [llvm-dwarfdump] Avoid possible div-by-zero in debug outputDmitry Vassiliev2022-03-091-6/+11
* Cleanup LLVMDWARFDebugInfoserge-sans-paille2022-02-152-0/+3
* [dwarf][NFC] Move expandBundle() to MachO.hEllis Hoag2021-12-151-38/+15
* DWARFVerifier: Verbosely dump DIEs in verifier reportsDavid Blaikie2021-12-131-1/+3
* [llvm-dwarfdump][Statistics] Handle LTO cases with cross CU referencingDjordje Todorovic2021-11-241-26/+113
* DebugInfo: Make DWARFExpression::iterator a const iteratorDuncan P. N. Exon Smith2021-11-161-1/+1
* [llvm-dwarfdump] Fix unsigned overflow when calculating statsdjtodoro2021-10-151-134/+195
* [llvm-dwarfdump][docs] Add missing options to the help output and the command...gbreynoo2021-09-271-6/+7
* [DWARF] Don't process .debug_info relocations for DWO ContextAlexander Yermolovich2021-08-021-4/+6
* Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini2021-07-161-1/+2
* Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini2021-07-161-2/+1
* Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini2021-07-161-1/+2
* Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini2021-07-161-2/+1
* Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini2021-07-161-1/+2
* [llvm-dwarfdump] Add comment saying where DumpDebugFrame comes fromNico Weber2021-07-021-0/+1
* clang-format llvm-dwarfdump.cppAdrian Prantl2021-06-231-5/+5
* Improve error handling in llvm-dwarfdump.Adrian Prantl2021-06-231-8/+12
* [llvm-dwarfdump][test] Add missing dedicated tests for some optionsgbreynoo2021-06-011-1/+1
* [NFC][object] Change the input parameter of the method isDebugSection.Esme-Yi2021-05-261-1/+1
* [NFC][llvm-dwarfdump] Avoid passing std::string by value in collectStatsForDie()Djordje Todorovic2021-05-121-3/+3
* [llvm-dwarfdump] Fix abstract origin vars location stats calculationDjordje Todorovic2021-05-111-5/+13
* [NFC][llvm-dwarfdump] Code clean up for inlined var loc statsDjordje Todorovic2021-05-101-77/+76
* [llvm-dwarfdump] Help option output should be consistent with the command guidegbreynoo2021-05-071-18/+24
* [llvm-dwarfdump] Fix split-dwarf bug in stats for inlined var loc covDjordje Todorovic2021-04-261-2/+10
* [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan2021-04-061-1/+1
* [llvm-dwarfdump] StringMap -> MapVector to make iteration order stableFangrui Song2021-02-253-16/+15
* [NFC][llvm-dwarfdump] Don't calculate unnecessary statsDjordje Todorovic2021-02-221-7/+15
* [llvm-dwarfdump][locstats] Unify handling of inlined vars with no locDjordje Todorovic2021-02-191-17/+175
* [tools] Use llvm::append_range (NFC)Kazu Hirata2021-01-051-1/+1
* llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2020-11-131-21/+0
* llvm-dwarfdump: Exit non-zero on an error pathDavid Blaikie2020-10-141-1/+1