summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add error handling to the DataExtractor classPavel Labath2019-08-271-3/+4
* Remove the temporary code. NFC.Igor Kudrin2019-08-161-30/+0
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-061-3/+33
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-181-1/+4
* [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...Fangrui Song2019-03-221-5/+6
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reland "[DebugInfo] Support DWARF expressions in eh_frame"Rafael Auler2018-03-081-0/+69
* Revert r326932: [DebugInfo] Support DWARF expressions in eh_frameRui Ueyama2018-03-071-69/+0
* [DebugInfo] Support DWARF expressions in eh_frameRafael Auler2018-03-071-0/+69
* [DebugInfo] - Fix for lld DWARF parsing of base address selection entries in ...George Rimar2017-09-041-0/+2
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-5/+6
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-0/+24
OpenPOWER on IntegriCloud