summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Emit S_UDT records in LLD.Zachary Turner2018-12-041-7/+32
* [llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.George Rimar2018-12-041-1/+2
* Fix issue with Tpi Stream hash map.Zachary Turner2018-12-031-0/+6
* Don't build the Tpi Hash map by default.Zachary Turner2018-12-031-3/+0
* [llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.George Rimar2018-12-031-2/+2
* Add missing error checking code intended for r347687Reid Kleckner2018-11-271-2/+4
* [PDB] Add symbol records in bulkReid Kleckner2018-11-271-13/+17
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-232-17/+10
* Revert r343341Luke Cheeseman2018-11-232-10/+17
* [CodeView] Add support for ref-qualified member functions.Zachary Turner2018-11-201-0/+2
* [CodeView] Don't print PointerAttributes when dumping.Zachary Turner2018-11-201-1/+0
* llvm-symbolizer: Avoid calling getFromOffset when the index entry is already ...David Blaikie2018-11-171-8/+14
* Use llvm::copy. NFCFangrui Song2018-11-171-2/+2
* [DWARF] Use PRIx64 instead of 'x' to format 64-bit valuesSimon Atanasyan2018-11-161-2/+2
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-132-0/+9
* [DWARF] Do not use PRIx32 for printing uint64_t valuesSimon Atanasyan2018-11-121-1/+1
* 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-112-25/+27
* [LLD] Fix Microsoft precompiled headers cross-compile on LinuxAlexandre Ganea2018-11-081-0/+2
* Add parentheses to silence warning.Jorge Gorbe Moya2018-11-071-1/+1
* [DWARFv5] Read and dump multiple .debug_info sections.Paul Robinson2018-11-072-33/+66
* [DWARF] Support types CU list in .gdb_index dumpingFangrui Song2018-11-051-3/+20
* [COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea2018-11-053-37/+82
* [DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.Wolfgang Pieb2018-11-031-0/+39
* [DWARF] Fix typo, .gnu_index -> .gdb_indexFangrui Song2018-11-021-1/+1
* [codeview] Add breaks to fix -Wimplicit-fallthroughReid Kleckner2018-11-011-0/+2
* [CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner2018-11-011-0/+3
* [DWARF][NFC] Refactor a function to return Optional<> instead of boolWolfgang Pieb2018-10-312-9/+9
* [DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb2018-10-317-214/+229
* DWARFVerifier: make the verifier more comprehensive for objectsSaleem Abdulrasool2018-10-301-1/+1
* [DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb2018-10-297-229/+214
* Revert "Revert "DebugInfo: reduce DIE range verification on object files""Saleem Abdulrasool2018-10-281-13/+45
* Revert "DebugInfo: reduce DIE range verification on object files"Vlad Tsyrklevich2018-10-271-44/+13
* DebugInfo: reduce DIE range verification on object filesSaleem Abdulrasool2018-10-271-13/+44
* [DWARF][NFC] cleanup (mostly leftovers from the implementation of string offs...Wolfgang Pieb2018-10-261-43/+31
* llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...David Blaikie2018-10-251-6/+8
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-253-8/+25
* llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...David Blaikie2018-10-241-0/+10
* [PDB] Fix -Wunused-private-field in DIAReid Kleckner2018-10-233-9/+7
* Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov2018-10-236-0/+118
* Some cleanups to the native pdb plugin [NFC].Zachary Turner2018-10-221-0/+19
* Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov2018-10-226-118/+0
* [llvm-dwarfdump] - Fix win10 build bot failture.George Rimar2018-10-221-3/+6
* [llvm-dwarfdump] - Add the support of parsing .debug_loclists.George Rimar2018-10-223-28/+108
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-226-0/+118
* DebugInfo: Use DW_OP_addrx in DWARFv5David Blaikie2018-10-201-0/+1
* llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglistsDavid Blaikie2018-10-203-22/+82
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-205-22/+35
* [DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...Wolfgang Pieb2018-10-193-30/+42
* [dwarfdump] Hide ranges in diff-mode.Jonas Devlieghere2018-10-191-1/+3
OpenPOWER on IntegriCloud