summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r314817 "[dwarfdump] Add -lookup option"Hans Wennborg2017-10-031-36/+5
* [dwarfdump] Add -lookup optionJonas Devlieghere2017-10-031-5/+36
* llvm-dwarfdump: support the --ignore-case option.Adrian Prantl2017-10-021-3/+12
* [dwarfdump] Add -show-formJonas Devlieghere2017-10-021-3/+10
* typosAdrian Prantl2017-09-301-3/+3
* llvm-dwarfdump: implement the --name lookup option.Adrian Prantl2017-09-301-9/+39
* Add commentsAdrian Prantl2017-09-301-0/+5
* llvm-dwarfdump: support .apple-namespaces in --findAdrian Prantl2017-09-291-0/+2
* llvm-dwarfdump: add support for .apple_types in --findAdrian Prantl2017-09-291-5/+14
* try and appease gccAdrian Prantl2017-09-281-1/+1
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-1/+24
* Commit missing fixes for tool_file_renameReid Kleckner2017-09-231-2/+2
OpenPOWER on IntegriCloud