summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm/dwarfdump] Use the architecture string to filter.Jonas Devlieghere2019-12-091-1/+1
* [Tools] Mark output of tools as text if it is textKai Nacke2019-10-081-1/+1
* [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
* [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
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-3/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-0/+2
* Revert r343341Luke Cheeseman2018-11-231-2/+0
* 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
* 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
* [DebugInfo/DWARF] Remove redundant iterator type. NFCPaul Robinson2018-08-021-2/+2
* 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
* [DebugInfo] Accept `S` in augmentation strings in CIE.Fangrui Song2018-05-081-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
* llvm-dwarfdump: Add an option to collect debug info quality metrics.Adrian Prantl2017-10-061-1/+11
* llvm-dwarfdump: implement the --regex option in combination with --name.Adrian Prantl2017-10-031-8/+30
OpenPOWER on IntegriCloud