summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF
Commit message (Expand)AuthorAgeFilesLines
* Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specific...David Blaikie2017-03-131-22/+10
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-062-6/+26
* [DWARF] Print leading zeros in type signaturePaul Robinson2017-03-011-2/+2
* [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-03-0112-76/+126
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-283-6/+17
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-279-46/+83
* [DebugInfo] Skip implicit_const attributes when dumping .debug_info. NFC.Victor Leschuk2017-02-251-0/+6
* Get function start line number from DWARF infoDavid Blaikie2017-02-062-12/+33
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* [DWARF] [ObjectYAML] Adding APIs for unittestingChris Bieneman2017-01-201-34/+46
* Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...Greg Clayton2017-01-132-12/+33
* Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton2017-01-134-89/+46
* Add the ability to iterate across all attributes in a DIE.Greg Clayton2017-01-132-1/+53
* Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...Greg Clayton2017-01-112-45/+10
* [lib/Object] - Introduce Decompressor class.George Rimar2017-01-111-66/+12
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-103-9/+32
* Add iterator support to DWARFDie to allow child DIE iteration.Greg Clayton2017-01-051-4/+1
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-221-0/+12
* Add the ability for DWARFDie objects to get the parent DWARFDie.Greg Clayton2016-12-213-36/+56
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-12/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+12
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-12/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+12
* Make a function to correctly extract the DW_AT_high_pc given the low pc value.Greg Clayton2016-12-191-13/+22
* [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.George Rimar2016-12-173-41/+77
* Revert "dwarfdump: Support/process relocations on a CU's abbrev_off"David Blaikie2016-12-161-3/+0
* dwarfdump: Support/process relocations on a CU's abbrev_offDavid Blaikie2016-12-161-0/+3
* Add the ability to get attribute values as Optional<T>Greg Clayton2016-12-143-65/+94
* This change does two things:Eric Christopher2016-12-141-0/+1
* Switch functions that returned bool and filled in a DWARFFormValue arg with o...Greg Clayton2016-12-133-36/+33
* Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton2016-12-137-476/+462
* Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton2016-12-081-0/+9
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-233-24/+37
* Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton2016-11-153-36/+132
* Fixed issues found by Paul Robinson with my patch for:Greg Clayton2016-11-111-4/+7
* Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton2016-11-112-182/+235
* Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton2016-10-314-32/+36
* Import/update constants from the DWARF 5 public review draft document.Adrian Prantl2016-10-283-4/+4
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-274-37/+47
* dwarfdump: add space missing from the type unit header descriptionDavid Blaikie2016-10-181-1/+1
* dwarfdump: Include the name in the unit description, even in non-summarized modeDavid Blaikie2016-10-181-0/+1
* dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie2016-10-182-6/+23
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-056-29/+36
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-055-32/+27
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-055-27/+32
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-055-32/+27
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-045-27/+32
* Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...George Rimar2016-09-233-0/+194
* Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."George Rimar2016-09-233-193/+0
* [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.George Rimar2016-09-233-0/+193
OpenPOWER on IntegriCloud