summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo][NFC] Use function_ref consistently in debug line parsingJames Henderson2020-01-021-1/+1
* llvm-symbolizer: support DW_FORM_loclistx locations.Evgenii Stepanov2019-12-201-29/+15
* [DWARF] Add support for parsing/dumping section indices in location listsPavel Labath2019-12-031-7/+8
* [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-12-031-0/+17
* llvm-symbolizer: fix handling of DW_AT_specification in FRAME.Evgenii Stepanov2019-11-251-3/+2
* llvm-symbolizer: Support loclist in FRAME.Evgenii Stepanov2019-11-251-4/+56
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-0/+13
* Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-13/+0
* [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-11-231-0/+13
* [DWARFVerifier] Use the new location list apiPavel Labath2019-11-221-1/+0
* Re-commit "DWARF location lists: Add section index dumping"Pavel Labath2019-11-181-4/+9
* Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"Simon Pilgrim2019-11-181-9/+4
* DWARF location lists: Add section index dumpingPavel Labath2019-11-181-4/+9
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-151-6/+7
* DWARFDebugLoclists: stricter base address handlingPavel Labath2019-11-141-7/+5
* DWARFDebugLoclists: add location list "interpretation" logicPavel Labath2019-11-121-11/+11
* DWARFDebugLoclists: Move to a incremental parsing modelPavel Labath2019-11-061-21/+26
* DWARFDebugLoclists: Make it possible to read relocated addressesPavel Labath2019-11-051-4/+4
* [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar2019-10-211-1/+10
* llvm-dwarfdump: Add verbose printing for debug_loclistsDavid Blaikie2019-10-111-3/+3
* llvm-dwarfdump: Support multiple debug_loclists contributionsDavid Blaikie2019-10-091-12/+16
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-7/+7
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-151-1/+1
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-3/+10
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-10/+3
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-3/+10
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-071-85/+85
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-43/+36
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-051-1/+1
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-041-1/+1
* Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp2019-07-301-1/+1
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-07-301-1/+1
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-11/+15
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-15/+11
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-11/+15
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-181-3/+19
* llvm-symbolizer: Add a FRAME command.Peter Collingbourne2019-06-241-0/+119
* llvm-dwarfdump: Don't error on mixed units using/not using str_offsetsDavid Blaikie2019-05-251-4/+5
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-2/+8
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-8/+2
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-2/+8
* [DWARF] check whether the DIE is valid before querying for informationPaul Semel2019-04-031-0/+3
* [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...Fangrui Song2019-03-221-7/+13
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-30/+36
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-2/+2
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-10/+4
* Revert r343341Luke Cheeseman2018-11-231-4/+10
* NFC: DebugInfo: Reduce scope of DebugOffset to simplify codeDavid Blaikie2018-11-121-31/+33
* [DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song2018-11-111-20/+20
OpenPOWER on IntegriCloud