summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF
Commit message (Expand)AuthorAgeFilesLines
...
* DWARFDebugLoclists: stricter base address handlingPavel Labath2019-11-143-17/+14
* DWARFDebugLoclists: Add an api to get the location lists of a DWARF unitPavel Labath2019-11-132-40/+34
* DWARFDebugLoclists: add location list "interpretation" logicPavel Labath2019-11-123-110/+146
* DebugInfo: Use separate macinfo contributions for each CUDavid Blaikie2019-11-081-35/+41
* DWARFDebugLoclists: Move to a incremental parsing modelPavel Labath2019-11-063-123/+120
* DWARFDebugLoclists: Make it possible to read relocated addressesPavel Labath2019-11-053-15/+17
* [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar2019-10-211-1/+10
* Fix minor warning in DWARFVerifier.Zinovy Nis2019-10-201-2/+2
* DebugInfo: Remove unnecessary/mistaken inclusion of Bitcode/BitcodeAnalyzer.hDavid Blaikie2019-10-142-4/+0
* [Modules Build] Add missing dependency.Michael J. Spencer2019-10-141-0/+3
* DebugInfo: Fix msan use-of-uninitialized exposed by r374600David Blaikie2019-10-121-0/+1
* llvm-dwarfdump: Add verbose printing for debug_loclistsDavid Blaikie2019-10-113-39/+111
* llvm-dwarfdump: Support multiple debug_loclists contributionsDavid Blaikie2019-10-092-15/+18
* DebugInfo: Shot in the dark attempt to fix ubsan error from r374122David Blaikie2019-10-091-1/+1
* DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie2019-10-081-1/+1
* DebugInfo: Add parsing support for debug_loc base address specifiersDavid Blaikie2019-10-011-3/+7
* MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEHPavel Labath2019-09-241-3/+2
* [DWARF] Fix referencing Range List Tables from CUs for DWARF64.Igor Kudrin2019-09-051-9/+12
* [DWARF] Support DWARF64 in DWARFListTableHeader.Igor Kudrin2019-09-051-22/+30
* DWARF: Fix a regression in location list dumpingPavel Labath2019-09-042-26/+22
* [DWARFVerifier] Verify GNU extensions of call site DWARF symbolsDjordje Todorovic2019-09-021-2/+7
* DWARFDebugLoc: Make parsing and error reporting more robustPavel Labath2019-08-292-60/+49
* Add error handling to the DataExtractor classPavel Labath2019-08-271-3/+4
* [DWARF] Adjust return type of DWARFUnit::getLength().Igor Kudrin2019-08-212-3/+3
* [DWARF] Fix reading 64-bit DWARF type units.Igor Kudrin2019-08-202-5/+5
* Remove the temporary code. NFC.Igor Kudrin2019-08-161-30/+0
* [DebugLine] Don't try to guess the path styleJonas Devlieghere2019-08-151-25/+5
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-155-16/+16
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-151-1/+1
* [DebugLine] Improve path handling.Jonas Devlieghere2019-08-141-2/+20
* 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: Provide some (pretty half-hearted) error handling access whe...David Blaikie2019-08-091-17/+25
* Remove else-after-returnDavid Blaikie2019-08-081-3/+3
* DebugInfo/DWARF: Remove unused return type from DWARFUnit::extractDIEsIfNeededDavid Blaikie2019-08-071-64/+63
* Fix indentationDavid Blaikie2019-08-071-1/+1
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-074-105/+105
* Remove support for 32-bit offsets in utility classes (5/5)Igor Kudrin2019-08-072-47/+0
* Try to unbreak buildbots after r368014Igor Kudrin2019-08-061-1/+1
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-0624-292/+302
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-062-7/+75
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-051-1/+1
* [DWARF] Change DWARFDebugLoc::Entry::Loc from SmallVector<char, 4> to SmallSt...Fangrui Song2019-08-051-2/+2
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-041-1/+1
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-0/+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
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-246-10/+11
* [DWARF] Use 32-bit format specifier for offsetJonas Devlieghere2019-07-231-7/+7
OpenPOWER on IntegriCloud