summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DWARF] Improved error reporting for range lists. Wolfgang Pieb2018-06-201-3/+15
* Fix "Optional" is ambiguous error on some botsPavel Labath2018-06-131-1/+1
* [DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entriesPavel Labath2018-06-131-16/+45
* DWARFAcceleratorTable: fix equal_range iteratorsPavel Labath2018-05-311-25/+29
* [Support] Add color cl category.Jonas Devlieghere2018-05-241-1/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-7/+8
* [DebugInfo] Accept `S` in augmentation strings in CIE.Fangrui Song2018-05-081-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* [DebugInfo/AccelTable] Fix inconsistency in getDIEOffset implementationsPavel Labath2018-03-091-1/+1
* Fix build breakage from r326003Pavel Labath2018-02-241-2/+2
* Implement equal_range for the DWARF v5 accelerator tablePavel Labath2018-02-241-12/+14
* [dwarfdump] Normalize input path.Jonas Devlieghere2018-02-081-0/+2
* [DebugInfo] Basic .debug_names dumping supportPavel Labath2018-01-291-0/+1
* Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFCPavel Labath2018-01-221-1/+1
* [dwarfdump] Lookup needs to be an unsigned long long parameter.Jonas Devlieghere2017-12-191-2/+1
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-5/+0
* dwarfdump: Add support for the --diff option.Adrian Prantl2017-12-081-0/+5
* llvm-dwarfdump: honor the --show-children option when dumping a specific DIE.Adrian Prantl2017-11-291-1/+8
* Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere2017-10-251-1/+33
* Unify spelling.Adrian Prantl2017-10-061-16/+16
OpenPOWER on IntegriCloud