summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Add streaming/equality operators to DWARFAddressRange/DWARFLocationExpressionPavel Labath2019-11-192-0/+20
* Re-commit "DWARF location lists: Add section index dumping"Pavel Labath2019-11-184-20/+26
* Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"Simon Pilgrim2019-11-184-26/+20
* DWARF location lists: Add section index dumpingPavel Labath2019-11-184-20/+26
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-153-0/+41
* DebugInfo: Templatize rnglist header parsing to setup for reuse with loclist ...David Blaikie2019-11-151-9/+10
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-155-104/+99
* 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
* [PDB] Make pdb::DbiModuleDescriptor destructor trivialFangrui Song2019-11-111-2/+0
* 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
* Fix -Wsign-compare warning with clang-clReid Kleckner2019-10-301-2/+2
* Hide implementation details in anonymous namespaces. NFC.Benjamin Kramer2019-10-241-1/+1
* [LLVMDebugInfoPDB] - Use cantFail() instead of assert().George Rimar2019-10-221-12/+13
* [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
* [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.Martin Storsjo2019-10-161-25/+11
* 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
* [PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner2019-10-101-2/+2
* Fix Windows build after r374381Nico Weber2019-10-102-7/+2
* Remove strings.h include to fix GSYM Windows buildReid Kleckner2019-10-101-1/+0
* Unbreak buildbots.Greg Clayton2019-10-101-1/+0
* Fix buildbots by using memset instead of bzero.Greg Clayton2019-10-101-1/+1
* Fix build by adding the missing dependency.Michael Liao2019-10-101-1/+1
* Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast buildbot.Greg Clayton2019-10-101-1/+1
* Unbreak windows buildbots.Greg Clayton2019-10-101-1/+0
* Add GsymCreator and GsymReader.Greg Clayton2019-10-105-14/+565
* 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
* Unify the two CRC implementationsHans Wennborg2019-10-094-11/+7
* DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie2019-10-081-1/+1
* Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on db...Martin Storsjo2019-10-041-4/+37
* [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.Martin Storsjo2019-10-041-37/+4
* 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
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-191-1/+1
* GSYM: Add the llvm::gsym::Header header class with testsGreg Clayton2019-09-172-0/+112
* GSYM: add encoding and decoding to FunctionInfoGreg Clayton2019-09-171-4/+132
* [DebugInfo] Don't dereference a dyn_cast<PDBSymbolData> result. NFCI.Simon Pilgrim2019-09-151-1/+1
* Add some missing changes to GSYM that was addressing a gcc compilation error ...David Blaikie2019-09-111-1/+1
* Add a LineTable class to GSYM and test it.Greg Clayton2019-09-113-4/+289
* [GSYM][NFC] Fixed -Wdocumentation warningDavid Bolvansky2019-09-051-1/+0
* [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
OpenPOWER on IntegriCloud