summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Support dumping any exprloc as an expressionDavid Blaikie2019-12-231-1/+2
* llvm-symbolizer: support DW_FORM_loclistx locations.Evgenii Stepanov2019-12-201-2/+12
* [llvm/DWARF] Return section offset from DWARFUnit::get{Loc,Rng}listOffsetPavel Labath2019-12-051-1/+1
* [DWARF] Add support for parsing/dumping section indices in location listsPavel Labath2019-12-031-1/+2
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-0/+1
* Recommit "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-201-0/+21
* Revert "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-201-21/+0
* [DWARF] Add an api to get "interpreted" location listsPavel Labath2019-11-201-0/+21
* Re-commit "DWARF location lists: Add section index dumping"Pavel Labath2019-11-181-11/+2
* Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"Simon Pilgrim2019-11-181-2/+11
* DWARF location lists: Add section index dumpingPavel Labath2019-11-181-11/+2
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-151-0/+11
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-151-27/+2
* DWARFDebugLoclists: stricter base address handlingPavel Labath2019-11-141-4/+5
* DWARFDebugLoclists: Add an api to get the location lists of a DWARF unitPavel Labath2019-11-131-35/+21
* DWARFDebugLoclists: add location list "interpretation" logicPavel Labath2019-11-121-3/+2
* DWARFDebugLoclists: Move to a incremental parsing modelPavel Labath2019-11-061-20/+26
* DWARFDebugLoclists: Make it possible to read relocated addressesPavel Labath2019-11-051-7/+8
* llvm-dwarfdump: Add verbose printing for debug_loclistsDavid Blaikie2019-10-111-1/+3
* DWARF: Fix a regression in location list dumpingPavel Labath2019-09-041-21/+18
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-6/+6
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-0/+1
* [DWARF] Simplify DWARFAttribute. NFC.Igor Kudrin2019-07-161-2/+2
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-1/+0
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-091-0/+1
* [dwarfdump] Add flag to limit the number of parents DIEsJonas Devlieghere2019-05-241-4/+6
* DebugInfo: Only move types out of type units if they're named or type unitedDavid Blaikie2019-05-101-3/+5
* [DWARF] Add D to Seen early to avoid duplicate elements in WorklistFangrui Song2019-03-271-7/+5
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-1/+1
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-1/+1
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-1/+1
* Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"Vlad Tsyrklevich2019-03-021-5/+3
* [DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)Jonas Devlieghere2019-03-011-3/+5
* dsymutil support for DW_OP_convertAdrian Prantl2019-02-281-3/+37
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-2/+2
* [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere2019-02-271-24/+17
* [DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.Markus Lavin2019-02-211-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DebugInfo: Accurately propagate the section used by a relocation when accessi...David Blaikie2018-12-221-4/+4
* DebugInfo: Refactor named section dumping into a reusable helperDavid Blaikie2018-12-221-9/+1
* DebugInfo: Remove extra attribute lookupDavid Blaikie2018-12-221-3/+2
* llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie2018-12-191-18/+47
* DebugInfo/DWARF: Pretty print subroutine typesDavid Blaikie2018-12-121-2/+19
* DebugInfo/DWARF: Improve dumping of pointers to members ('int foo::*' rather ...David Blaikie2018-12-121-0/+5
* DebugInfo/DWARF: Refactor type dumping to dump types, rather than DIEs that r...David Blaikie2018-12-121-5/+3
* DebugInfo/DWARF: Refactor getAttributeValueAsReferencedDie to accept a DWARFF...David Blaikie2018-12-121-3/+11
* llvm-dwarfdump: Dump array dimensions in stringified type namesDavid Blaikie2018-12-121-2/+21
* [DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb2018-10-311-0/+1
* [DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb2018-10-291-1/+0
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-251-2/+10
OpenPOWER on IntegriCloud