summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-1815-152/+75
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-169-9/+213
* Add an additional set of braces to deal with subobject initialization.Eric Christopher2017-02-101-1/+1
* Fix build break from r294633.Adrian McCarthy2017-02-091-3/+3
* Introduce NativeRawSymbol for PDB reading.Adrian McCarthy2017-02-092-0/+701
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-092-17/+38
* Get function start line number from DWARF infoDavid Blaikie2017-02-063-12/+35
* Properly parse the TypeServer2 record.Zachary Turner2017-02-036-25/+57
* Re-submit r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-021-17/+21
* Revert r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-011-21/+17
* Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-011-17/+21
* [pdb] Add a new command for analyzing hash collisions.Zachary Turner2017-02-011-0/+4
* Add a verbose/human readable mode to llvm-symbolizer to investigate discrimin...David Blaikie2017-01-311-2/+10
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSes...Adrian McCarthy2017-01-271-2/+2
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-2526-176/+188
* [pdb] Correctly parse the hash adjusters table from TPI stream.Zachary Turner2017-01-251-9/+6
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-204-12/+47
* [pdb] Merge NamedStreamMapBuilder and NamedStreamMap.Zachary Turner2017-01-206-71/+69
* [PDB] Rename some files to be more intuitive.Zachary Turner2017-01-208-44/+44
* [DWARF] [ObjectYAML] Adding APIs for unittestingChris Bieneman2017-01-201-34/+46
* Fix a few more build errors.Zachary Turner2017-01-191-0/+2
* Fix incorrectly formed assert statement.Zachary Turner2017-01-191-1/+1
* [pdb] Add HashTable data structure.Zachary Turner2017-01-194-170/+331
* PDB: Add a class to create the /names stream contents.Rui Ueyama2017-01-153-8/+105
* Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...Greg Clayton2017-01-132-12/+33
* Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton2017-01-134-89/+46
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-1/+1
* Add the ability to iterate across all attributes in a DIE.Greg Clayton2017-01-132-1/+53
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-114-539/+571
* Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...Greg Clayton2017-01-112-45/+10
* [lib/Object] - Introduce Decompressor class.George Rimar2017-01-111-66/+12
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-113-10/+7
* [CodeView] Add TypeDatabase class.Zachary Turner2017-01-114-226/+441
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-103-9/+32
* Add iterator support to DWARFDie to allow child DIE iteration.Greg Clayton2017-01-051-4/+1
* [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny2017-01-022-4/+4
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-221-0/+12
* Add the ability for DWARFDie objects to get the parent DWARFDie.Greg Clayton2016-12-213-36/+56
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-12/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+12
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-12/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+12
* Make a function to correctly extract the DW_AT_high_pc given the low pc value.Greg Clayton2016-12-191-13/+22
* [PDB] Don't use the long typeDavid Majnemer2016-12-181-1/+1
* [PDB] Don't reimplement CRC32David Majnemer2016-12-181-50/+5
* [PDB] Validate superblock addressesDavid Majnemer2016-12-181-0/+9
* [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.George Rimar2016-12-173-41/+77
* Delete unused file.Zachary Turner2016-12-172-2/+0
* Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-165-145/+629
OpenPOWER on IntegriCloud