summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwarfdump
Commit message (Expand)AuthorAgeFilesLines
* llvm-dwarfdump: Skip address index info (and dump only the address, if found)...David Blaikie2018-12-241-0/+77
* llvm-dwarfdump: Dump the section name/number for addr attributesDavid Blaikie2018-12-221-1/+1
* llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie2018-12-191-3/+59
* [llvm-dwarfdump] - Do not error out on R_X86_64_DTPOFF64/R_X86_64_DTPOFF32 re...George Rimar2018-12-181-0/+68
* DebugInfo/DWARF: Pretty print subroutine typesDavid Blaikie2018-12-121-0/+45
* DebugInfo/DWARF: Improve dumping of pointers to members ('int foo::*' rather ...David Blaikie2018-12-121-3/+17
* llvm-dwarfdump: Dump array dimensions in stringified type namesDavid Blaikie2018-12-121-0/+179
* [llvm-dwarfdump] - Simplify the test case.George Rimar2018-12-061-191/+45
* [llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.George Rimar2018-12-041-0/+51
* [llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.George Rimar2018-12-031-0/+197
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-1/+1
* Revert r343341Luke Cheeseman2018-11-231-1/+1
* Add total function byte size and inline function byte size to "llvm-dwarfdump...Greg Clayton2018-11-091-0/+3
* [DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.Wolfgang Pieb2018-11-032-2/+90
* Revert "Revert "DebugInfo: reduce DIE range verification on object files""Saleem Abdulrasool2018-10-281-0/+57
* Revert "DebugInfo: reduce DIE range verification on object files"Vlad Tsyrklevich2018-10-271-57/+0
* test: add missing -tripleSaleem Abdulrasool2018-10-271-1/+1
* DebugInfo: reduce DIE range verification on object filesSaleem Abdulrasool2018-10-271-0/+57
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-251-0/+27
* Make llvm-dwarfdump -name work on type units.Paul Robinson2018-10-241-0/+100
* [dwarfdump] Make incompatibility between -diff and -verbose explicit.Jonas Devlieghere2018-10-231-0/+3
* llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglistsDavid Blaikie2018-10-201-3/+24
* llvm-dwarfdump: Extend --name to also search DW_AT_linkage_name.Adrian Prantl2018-10-091-0/+5
* [DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section. Fixes PR38991.Wolfgang Pieb2018-10-091-0/+20
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-0/+376
* Format the dwarfdump --statistics version as an integer instead of a string.Adrian Prantl2018-10-051-0/+1
* Revert r343317Luke Cheeseman2018-09-281-1/+1
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-1/+1
* llvm-dwarfdump --statistics: Unique abstract origins across multiple CUs.Adrian Prantl2018-09-212-0/+378
* [dwarfdump] Verify DW_AT_type is set and points to a compatible DIE.Jonas Devlieghere2018-09-211-2/+20
* [dwarfdump] Verify compatibility of attribute TAGs.Jonas Devlieghere2018-09-211-0/+386
* [dwarfdump] Improve -diff option by hiding more data.Jonas Devlieghere2018-09-041-0/+489
* [DebugInfo] Have the verifier accept missing linkage names.Jonas Devlieghere2018-09-031-0/+646
* [DWARF] Support for .debug_addr (consumer)Victor Leschuk2018-07-3115-0/+343
* [DWARF v5] Refactor range lists dumping by using a more generic way of handli...Wolfgang Pieb2018-07-232-26/+26
* NFC - Various typo fixes in testsGabor Buella2018-07-041-5/+5
* [DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entriesPavel Labath2018-06-131-0/+162
* DWARFAcceleratorTable: fix equal_range iteratorsPavel Labath2018-05-312-6/+94
* [dwarfdump] Make -c and -p work togetherJonas Devlieghere2018-05-261-0/+309
* [Support] Add color cl category.Jonas Devlieghere2018-05-241-0/+2
* Reapply "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath2018-05-151-0/+195
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-103-0/+338
* Revert "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath2018-05-091-195/+0
* DWARFVerifier: Check "completeness" of .debug_names sectionPavel Labath2018-05-091-0/+195
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-2/+2
* [DebugInfo] Prevent infinite recursion for malformed DWARFJonas Devlieghere2018-04-301-0/+296
* [test] Avoid spurious failure in debug-names-find.s. NFC.Pavel Labath2018-04-161-3/+3
* DWARFVerifier: validate information in name index entriesPavel Labath2018-04-062-0/+244
* [debug_loc] Fix typo in DWARFExpression constructorPavel Labath2018-04-061-0/+58
* .debug_names: Correctly align the AugmentationStringSize fieldPavel Labath2018-03-291-0/+101
OpenPOWER on IntegriCloud