summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump
Commit message (Expand)AuthorAgeFilesLines
* [llvm-dwarfdump][Statistics] Don't count coverage less than 1% as 0%Kristina Bessonova2019-12-131-12/+10
* [llvm-dwarfdump][Statistics] Change the coverage buckets representation. NFCKristina Bessonova2019-12-131-6/+6
* [llvm/dwarfdump] Use the architecture string to filter.Jonas Devlieghere2019-12-091-1/+1
* [llvm-dwarfdump][Statistics] Unify coverage statistic computationKristina Bessonova2019-12-081-60/+26
* dwarfdump --statistics: Use new location list apiPavel Labath2019-11-211-38/+32
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-151-4/+11
* [Tools] Mark output of tools as text if it is textKai Nacke2019-10-081-1/+1
* [llvm-dwarfdump] Fix dumping of wrong locstats mapDjordje Todorovic2019-10-021-1/+1
* [llvm-dwarfdump] Adjust Windows path to be acceptable by JSONDjordje Todorovic2019-09-201-7/+4
* [llvm-dwarfdump] Add additional stats fieldsDjordje Todorovic2019-09-101-13/+205
* [llvm-dwarfdump] Fix spelling in the comments. NFCDjordje Todorovic2019-09-041-2/+2
* llvm-dwarfdump: Cache CU low_pc when computing statistics.David Blaikie2019-08-311-6/+6
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-4/+16
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-16/+4
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-091-4/+16
* [binutils] Add response file option to help and docsJames Henderson2019-06-211-0/+2
* [llvm-dwarfdump] Remove unnecessary explicit -h behaviourJames Henderson2019-06-211-7/+0
* [docs][llvm-dwarfdump] Make the --show-parents and --show-children help text ...James Henderson2019-06-141-2/+2
* [llvm-dwarfdump] Simplify --ignore-case help text and documentationJames Henderson2019-06-111-4/+3
* [llvm-dwarfdump] Add -o to help text and remove --out-file from docJames Henderson2019-06-111-5/+4
* [dwarfdump] Add flag to limit the number of parents DIEsJonas Devlieghere2019-05-241-9/+15
* llvm-dwarfdump: Add dwo parsing to --statistics.Caroline Tice2019-05-091-1/+1
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-241-1/+2
* llvm-dwarfdump: Support alternative architecture names in the -arch filterAdrian Prantl2019-04-041-7/+4
* [llvm-dwarfdump] Simplify -o handlingFangrui Song2019-03-271-15/+10
* llvm-dwarfdump: Add new variable, parameter and inlining statistics; also fun...Caroline Tice2019-03-011-21/+116
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-3/+11
* lvm-dwarfdump: Stop counting out-of-line subprogram in the "inlined functions...Caroline Tice2019-02-081-17/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-0/+2
* Revert r343341Luke Cheeseman2018-11-231-2/+0
* Add total function byte size and inline function byte size to "llvm-dwarfdump...Greg Clayton2018-11-091-11/+35
* Make llvm-dwarfdump -name work on type units.Paul Robinson2018-10-241-2/+2
* [dwarfdump] Make incompatibility between -diff and -verbose explicit.Jonas Devlieghere2018-10-231-1/+9
* Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song2018-10-191-1/+1
* llvm-dwarfdump: Extend --name to also search DW_AT_linkage_name.Adrian Prantl2018-10-091-19/+32
* Add missing spaceAdrian Prantl2018-10-091-1/+1
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-0/+8
* Format the dwarfdump --statistics version as an integer instead of a string.Adrian Prantl2018-10-051-1/+1
* Revert r343317Luke Cheeseman2018-09-281-0/+2
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-2/+0
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-1/+1
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-1/+1
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-1/+1
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-1/+1
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-1/+1
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-1/+1
* llvm-dwarfdump --statistics: Unique abstract origins across multiple CUs.Adrian Prantl2018-09-211-23/+46
* [DebugInfo/DWARF] Remove redundant iterator type. NFCPaul Robinson2018-08-021-2/+2
OpenPOWER on IntegriCloud