summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Don't use implicit zero addr_baseDavid Blaikie2019-12-181-1/+1
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-151-0/+5
* Remove support for 32-bit offsets in utility classes (5/5)Igor Kudrin2019-08-071-37/+0
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-061-4/+42
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-181-1/+1
* [DWARF] hoist nullptr checks. NFCNick Desaulniers2019-05-201-3/+5
* DebugInfo: Only move types out of type units if they're named or type unitedDavid Blaikie2019-05-101-2/+8
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-1/+1
* [DWARFFormValue] Don't consider DW_FORM_data4/8 to be section offsets.Jonas Devlieghere2019-03-051-7/+11
* Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"Vlad Tsyrklevich2019-03-021-9/+6
* [DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)Jonas Devlieghere2019-03-011-6/+9
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-4/+5
* [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere2019-02-271-0/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm-dwarfdump: Skip address index info (and dump only the address, if found)...David Blaikie2018-12-241-4/+5
* llvm-dwarfdump: Dump the section name/number for addr attributesDavid Blaikie2018-12-221-1/+1
* llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'David Blaikie2018-12-221-2/+2
* llvm-dwarfdump: Print the section name/number for addr_index attributesDavid Blaikie2018-12-221-3/+12
* DebugInfo: Refactor named section dumping into a reusable helperDavid Blaikie2018-12-221-0/+15
* [DWARF][NFC] Refactor a function to return Optional<> instead of boolWolfgang Pieb2018-10-311-3/+5
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-8/+20
* [dwarfdump] Improve -diff option by hiding more data.Jonas Devlieghere2018-09-041-7/+8
* [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
OpenPOWER on IntegriCloud