summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARFDebugRnglists] Add a callback-based version of the getAbsoluteRanges fu...Pavel Labath2019-12-041-2/+11
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-15/+15
* [DWARF] Delete a stray break and a stray comment. NFCFangrui Song2019-03-231-2/+1
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.George Rimar2018-12-031-2/+2
* [DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb2018-10-311-74/+22
* [DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb2018-10-291-22/+74
* llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglistsDavid Blaikie2018-10-201-15/+65
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-1/+1
* Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...Alexander Kornienko2018-09-171-73/+24
* [DWARF] reposting r342048, which was reverted in r342056 due to buildbot Wolfgang Pieb2018-09-141-24/+73
* Reverting r342048, which caused UBSan failures in dsymutil.Wolfgang Pieb2018-09-121-73/+24
* [DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...Wolfgang Pieb2018-09-121-24/+73
* [DWARF] Refactor DWARF classes to use unified error reporting. NFC.Victor Leschuk2018-08-201-24/+17
* Embed a template specialization in a namespace to work around a gcc bug.Wolfgang Pieb2018-07-231-0/+2
* [DWARF v5] Refactor range lists dumping by using a more generic way of handli...Wolfgang Pieb2018-07-231-189/+21
* [DWARF] Improved error reporting for range lists. Wolfgang Pieb2018-06-201-5/+5
* Fixing buildbot error introduced with r332759.Wolfgang Pieb2018-05-181-1/+1
* [DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...Wolfgang Pieb2018-05-181-5/+69
* [DWARF v5][NFC]: Refactor DebugRnglists to prepare for the support of the DW_...Wolfgang Pieb2018-04-051-98/+127
* [DWARF][DWARF v5]: Adding support for dumping DW_RLE_offset_pair and DW_RLE_b...Wolfgang Pieb2018-03-271-19/+48
* [DebugInfo] Move RangeListEntries instead of copying.Benjamin Kramer2018-03-081-2/+2
* Fix compilation failure with MSVC.Zachary Turner2018-03-081-1/+1
* [DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb2018-03-081-23/+78
* Fix more print format specifiers in debug_rnglists dumpingJames Henderson2018-02-051-4/+6
* Fix MSVC signed/unsigned comparison warning. NFCI.Simon Pilgrim2018-02-031-1/+1
* Fix type sizes that were causing incorrect string formattingJames Henderson2018-02-021-2/+2
* Add missing new files from r324077James Henderson2018-02-021-0/+192
OpenPOWER on IntegriCloud