summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add encode and decode methods to InlineInfo and document encoding format to t...Greg Clayton2019-09-042-0/+112
* 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
* Removing block comments from CodeView records in assembly files & related cod...Nilanjana Basu2019-08-251-15/+0
* Add FileWriter to GSYM and encode/decode functions to AddressRange and Addres...Greg Clayton2019-08-213-0/+115
* Improving CodeView debug info type record's inline commentsNilanjana Basu2019-08-213-35/+380
* [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-1524-106/+106
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-152-12/+7
* [DebugLine] Improve path handling.Jonas Devlieghere2019-08-141-2/+20
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-143-8/+20
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-143-20/+8
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-143-8/+20
* 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-0626-297/+305
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-062-7/+75
* Silence ubsan after r367926.Peter Collingbourne2019-08-061-0/+1
* llvm-symbolizer: Untag addresses in object files by default.Peter Collingbourne2019-08-053-8/+19
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-052-2/+2
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-052-2/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-052-2/+2
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-052-7/+12
* [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-042-12/+7
OpenPOWER on IntegriCloud