summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [pdb] handle missing pdb streams more gracefullyBob Haarman2016-12-052-30/+75
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-2318-125/+166
* Remove PDBFileBuilder::build() and related functions.Rui Ueyama2016-11-224-103/+0
* Align Modi and FileInfo substreams on 32-byte offsets.Rui Ueyama2016-11-161-4/+4
* Fix Modi and File count if there are more than 65535 modules/files.Rui Ueyama2016-11-161-2/+2
* Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton2016-11-153-36/+132
* Remove extra semicolon.Rui Ueyama2016-11-121-1/+1
* Define DbiStreamBuilder::addSectionContribs.Rui Ueyama2016-11-111-3/+40
* Fixed issues found by Paul Robinson with my patch for:Greg Clayton2016-11-111-4/+7
* Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton2016-11-112-182/+235
* Fix some size_t / uint32_t ambiguity errors.Zachary Turner2016-11-081-7/+7
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-0813-850/+374
* PDB: Fix some APIs to avoid use-after-freesJustin Bogner2016-11-034-14/+13
* Add CodeViewRecordIO for reading and writing.Zachary Turner2016-11-029-436/+657
* Define DbiStreamBuilder::addSectionMap.Rui Ueyama2016-10-311-2/+85
* Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton2016-10-314-32/+36
* Define calculateDbgStreamSize for consistency.Rui Ueyama2016-10-291-1/+5
* Import/update constants from the DWARF 5 public review draft document.Adrian Prantl2016-10-283-4/+4
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-274-37/+47
* [codeview] support emitting indirect virtual base class informationBob Haarman2016-10-251-2/+2
* [pdb] added support for dumping globals streamBob Haarman2016-10-216-46/+236
* [CodeView] Refactor serialization to use StreamInterface.Zachary Turner2016-10-204-217/+242
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-195-5/+5
* [pdb] Improve error messages when DIA is not found.Zachary Turner2016-10-193-22/+27
* dwarfdump: add space missing from the type unit header descriptionDavid Blaikie2016-10-181-1/+1
* dwarfdump: Include the name in the unit description, even in non-summarized modeDavid Blaikie2016-10-181-0/+1
* dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie2016-10-183-8/+25
* Truncate long names in type recordsReid Kleckner2016-10-132-18/+29
* Update _MSC_VER equality checks for msdiaNNN.dllReid Kleckner2016-10-121-10/+6
* Avoid braced initialization for default member initializers for MSVC 2013Reid Kleckner2016-10-111-1/+1
* Re-submit r283823: Define DbiStreamBuilder::addDbgStream to add stream.Rui Ueyama2016-10-111-2/+30
* Revert r283824 and r283823: Define DbiStreamBuilder::addDbgStream to add stream.Rui Ueyama2016-10-111-30/+2
* Fix a bug in DbiStreamBuilder::addDbgStream.Rui Ueyama2016-10-101-1/+1
* Define DbiStreamBuilder::addDbgStream to add stream.Rui Ueyama2016-10-101-2/+30
* [pdb] Dump Module Symbols to Yaml.Zachary Turner2016-10-081-2/+1
* Refactor Symbol visitor code.Zachary Turner2016-10-073-93/+223
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-056-29/+36
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-055-32/+27
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-055-27/+32
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-055-32/+27
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-045-27/+32
* Do not pass a superblock to PDBFileBuilder.Rui Ueyama2016-09-302-11/+6
* Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit.Rui Ueyama2016-09-301-3/+11
* Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...George Rimar2016-09-233-0/+194
* Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."George Rimar2016-09-233-193/+0
* [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.George Rimar2016-09-233-0/+193
* [pdb] Write the IPI stream.Zachary Turner2016-09-152-7/+30
* [pdb] Fix the TPI stream size computation.Zachary Turner2016-09-151-2/+1
* [pdb] Get rid of Data and RawData in CVType.Zachary Turner2016-09-144-62/+116
* [pdb] Write TPI hash values to the TPI stream.Zachary Turner2016-09-148-116/+208
OpenPOWER on IntegriCloud