summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny2017-01-022-4/+4
* [PDB] Don't use the long typeDavid Majnemer2016-12-181-1/+1
* [PDB] Don't reimplement CRC32David Majnemer2016-12-181-50/+5
* [pdb] handle missing pdb streams more gracefullyBob Haarman2016-12-051-30/+73
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-2315-101/+129
* 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
* Remove extra semicolon.Rui Ueyama2016-11-121-1/+1
* Define DbiStreamBuilder::addSectionContribs.Rui Ueyama2016-11-111-3/+40
* PDB: Fix some APIs to avoid use-after-freesJustin Bogner2016-11-034-14/+13
* Define DbiStreamBuilder::addSectionMap.Rui Ueyama2016-10-311-2/+85
* Define calculateDbgStreamSize for consistency.Rui Ueyama2016-10-291-1/+5
* [pdb] added support for dumping globals streamBob Haarman2016-10-216-46/+236
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-193-3/+3
* [pdb] Improve error messages when DIA is not found.Zachary Turner2016-10-193-22/+27
* dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie2016-10-181-2/+2
* 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
* Do not pass a superblock to PDBFileBuilder.Rui Ueyama2016-09-301-10/+3
* Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit.Rui Ueyama2016-09-301-3/+11
* [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-141-6/+6
* [pdb] Write TPI hash values to the TPI stream.Zachary Turner2016-09-147-111/+202
* [pdb] Pass CVRecord's through the visitor as non-const references.Zachary Turner2016-09-091-8/+7
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-094-68/+164
* [codeview] Properly propagate the TypeLeafKind through the pipeline.Zachary Turner2016-09-011-3/+3
* [codeview] Have visitTypeBegin return the record type.Zachary Turner2016-08-311-2/+3
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-311-2/+8
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-051-6/+19
* pdbdump: Fix crash bug.Rui Ueyama2016-08-031-1/+4
* [msf] Make FPM reader use MappedBlockStream.Zachary Turner2016-08-031-17/+13
* [msf] Teach LLVM to parse a split Fpm.Zachary Turner2016-08-011-8/+35
* pdbdump: Dump Free Page Map contents.Rui Ueyama2016-07-291-0/+11
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-2916-37/+37
OpenPOWER on IntegriCloud