summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [DwarfVerifier] Fixed -Wimplicit-fallthrough warningDavid Bolvansky2018-10-101-1/+2
* [PDB] Fix another bug in globals stream name lookup.Zachary Turner2018-10-091-9/+15
* [DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section. Fixes PR38991.Wolfgang Pieb2018-10-091-5/+4
* [PDB] Fix failure on big endian machines.Zachary Turner2018-10-091-1/+2
* Remove unused variable.Zachary Turner2018-10-081-1/+0
* [PDB] fix a bug in global stream name lookup.Zachary Turner2018-10-081-5/+8
* [DebugInfo][PDB] Fix a signed/unsigned coversion warningKristina Brooks2018-10-081-1/+1
* Fix a -Wsign-compare warning.Zachary Turner2018-10-081-1/+1
* Fix a compilation failure on non-MSVC compilers.Zachary Turner2018-10-081-1/+1
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-084-7/+65
* dwarfdump: Avoid parsing units unnecessarilyDavid Blaikie2018-10-051-15/+14
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-0/+33
* [PDB] Add support for more kinds of PDB Sym Tags.Zachary Turner2018-10-011-1/+13
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-0/+72
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-015-0/+123
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-015-2/+53
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-304-0/+75
* [PDB] Better native API support for pointers.Zachary Turner2018-09-291-0/+59
* Revert r343317Luke Cheeseman2018-09-282-17/+10
* Reapply changes reverted by r343235Luke Cheeseman2018-09-282-10/+17
* [pdb] Simplify the code by replacing a few string conversions with calls to i...Aaron Smith2018-09-285-51/+11
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-272-12/+9
OpenPOWER on IntegriCloud