summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
AgeCommit message (Expand)Author
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2020-10-04llvm-dwarfdump: Add support for DW_RLE_startx_endxDavid Blaikie
2020-10-04llvm-dwarfdump: Dump address forms in their encoded length rather than always...David Blaikie
2020-10-04llvm-dwarfdump: Skip tombstoned address rangesDavid Blaikie
2020-09-18DebugInfo: Cleanup RLE dumping, using a length-constrained DataExtractor rath...David Blaikie
2019-12-04[DWARFDebugRnglists] Add a callback-based version of the getAbsoluteRanges fu...Pavel Labath
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
2019-03-23[DWARF] Delete a stray break and a stray comment. NFCFangrui Song
2019-02-27[DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-03[llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.George Rimar
2018-10-31[DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb
2018-10-29[DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb
2018-10-20llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglistsDavid Blaikie
2018-10-20DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie
2018-09-17Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...Alexander Kornienko
2018-09-14[DWARF] reposting r342048, which was reverted in r342056 due to buildbot Wolfgang Pieb
2018-09-12Reverting r342048, which caused UBSan failures in dsymutil.Wolfgang Pieb
2018-09-12[DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...Wolfgang Pieb
2018-08-20[DWARF] Refactor DWARF classes to use unified error reporting. NFC.Victor Leschuk
2018-07-23Embed a template specialization in a namespace to work around a gcc bug.Wolfgang Pieb
2018-07-23[DWARF v5] Refactor range lists dumping by using a more generic way of handli...Wolfgang Pieb
2018-06-20[DWARF] Improved error reporting for range lists. Wolfgang Pieb
2018-05-18Fixing buildbot error introduced with r332759.Wolfgang Pieb
2018-05-18[DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...Wolfgang Pieb
2018-04-05[DWARF v5][NFC]: Refactor DebugRnglists to prepare for the support of the DW_...Wolfgang Pieb
2018-03-27[DWARF][DWARF v5]: Adding support for dumping DW_RLE_offset_pair and DW_RLE_b...Wolfgang Pieb
2018-03-08[DebugInfo] Move RangeListEntries instead of copying.Benjamin Kramer
2018-03-08Fix compilation failure with MSVC.Zachary Turner
2018-03-08[DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb
2018-02-05Fix more print format specifiers in debug_rnglists dumpingJames Henderson
2018-02-03Fix MSVC signed/unsigned comparison warning. NFCI.Simon Pilgrim
2018-02-02Fix type sizes that were causing incorrect string formattingJames Henderson
2018-02-02Add missing new files from r324077James Henderson