summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...Wolfgang Pieb2018-05-181-0/+5
* DWARF: Unify form size handling codePavel Labath2018-03-141-91/+3
* [DebugInfo] Replace unreachable with NoneJonas Devlieghere2018-03-121-1/+1
* [Support] Move syntax highlighting into supportJonas Devlieghere2018-03-091-6/+6
* [dwarfdump] Only print CU relative offset in verbose modeJonas Devlieghere2018-03-071-8/+15
* Fix the syntax highlighting of strings in dwarfdump.Adrian Prantl2018-02-121-4/+4
* [DWARF] Regularize dumping strings from line tables.Paul Robinson2018-02-051-3/+8
* [DWARFv5] Re-enable dumping a line table with no CU.Paul Robinson2018-01-291-5/+16
* [DWARFv5] Classify all the new forms. NFC.Paul Robinson2018-01-251-14/+25
* [DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.Paul Robinson2018-01-251-0/+6
* [DebugInfo] Don't crash when given invalid DWARFv5 line table prologue.Jonas Devlieghere2018-01-051-6/+9
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-181-1/+11
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-151-11/+1
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-1/+11
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-11/+1
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-151-1/+11
* dwarfdump: Add support for the --diff option.Adrian Prantl2017-12-081-14/+19
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-8/+5
* [dwarfdump] Rename Brief to Verbose in DIDumpOptionsJonas Devlieghere2017-09-131-2/+2
* [llvm-dwarfdump] Hide .debug_str and DIE reference offsets in brief modeJonas Devlieghere2017-08-181-3/+4
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-11/+8
* [DWARF] NFC: Make string-offset handling more like address-table handling; Paul Robinson2017-06-271-1/+0
* [DWARF] NFC: Give DwarfFormat a 1-byte base type.Paul Robinson2017-06-261-2/+2
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-81/+14
* [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}Wolfgang Pieb2017-06-211-1/+17
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-2/+6
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-271-2/+2
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-2/+2
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-2/+2
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-2/+2
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-2/+2
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-2/+2
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-2/+2
* clang-format and restyle DWARFFormValue before working on it. NFCPaul Robinson2017-05-031-280/+301
* Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton2017-05-011-2/+4
* [DWARF] - Refactoring: localize handling of relocations in a single place.George Rimar2017-04-211-16/+6
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-061-5/+26
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-12/+16
* Add the ability to iterate across all attributes in a DIE.Greg Clayton2017-01-131-1/+3
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-101-1/+3
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-221-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
* 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
* 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-111-175/+233
* Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton2016-10-311-25/+29
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-271-6/+9
OpenPOWER on IntegriCloud