summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* llvm-dwarfdump: Skip address index info (and dump only the address, if found)...David Blaikie2018-12-241-4/+5
* DebugInfo: Accurately propagate the section used by a relocation when accessi...David Blaikie2018-12-221-4/+4
* llvm-dwarfdump: Dump the section name/number for addr attributesDavid Blaikie2018-12-221-1/+1
* llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'David Blaikie2018-12-221-2/+2
* llvm-dwarfdump: Print the section name/number for addr_index attributesDavid Blaikie2018-12-221-3/+12
* DebugInfo: Refactor named section dumping into a reusable helperDavid Blaikie2018-12-222-9/+16
* DebugInfo: Remove extra attribute lookupDavid Blaikie2018-12-221-3/+2
* libDebugInfo: Refactor error handling in range list parsingDavid Blaikie2018-12-222-15/+15
* Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...David Blaikie2018-12-211-21/+0
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-0/+5
* llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie2018-12-191-18/+47
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-182-8/+9
* [PDB] Add some helper functions for working with scopes.Zachary Turner2018-12-172-2/+39
* Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...Eric Liu2018-12-171-0/+21
* DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is emp...David Blaikie2018-12-171-21/+0
* DebugInfo/DWARF: Pretty print subroutine typesDavid Blaikie2018-12-121-2/+19
* DebugInfo/DWARF: Improve dumping of pointers to members ('int foo::*' rather ...David Blaikie2018-12-121-0/+5
* DebugInfo/DWARF: Refactor type dumping to dump types, rather than DIEs that r...David Blaikie2018-12-121-5/+3
* DebugInfo/DWARF: Refactor getAttributeValueAsReferencedDie to accept a DWARFF...David Blaikie2018-12-121-3/+11
* llvm-dwarfdump: Dump array dimensions in stringified type namesDavid Blaikie2018-12-121-2/+21
* [NativePDB] Reconstruct function declarations from debug info.Zachary Turner2018-12-071-1/+12
* [PDB] Move some code around. NFC.Zachary Turner2018-12-062-1/+55
* Support skewed stream arrays.Zachary Turner2018-12-062-7/+6
* [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
OpenPOWER on IntegriCloud