summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add parentheses to silence warning.Jorge Gorbe Moya2018-11-071-1/+1
* [DWARFv5] Read and dump multiple .debug_info sections.Paul Robinson2018-11-071-28/+58
* [DWARF] Fix typo, .gnu_index -> .gdb_indexFangrui Song2018-11-021-1/+1
* [DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb2018-10-311-38/+36
* [DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb2018-10-291-36/+38
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-251-2/+5
* [llvm-dwarfdump] - Add the support of parsing .debug_loclists.George Rimar2018-10-221-3/+33
* llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglistsDavid Blaikie2018-10-201-6/+16
* [DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section. Fixes PR38991.Wolfgang Pieb2018-10-091-5/+4
* dwarfdump: Avoid parsing units unnecessarilyDavid Blaikie2018-10-051-15/+14
* Revert r343317Luke Cheeseman2018-09-281-10/+4
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-4/+10
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-5/+3
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-3/+5
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+3
OpenPOWER on IntegriCloud