summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw
Commit message (Expand)AuthorAgeFilesLines
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-2524-3496/+0
* [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-205-70/+69
* [PDB] Rename some files to be more intuitive.Zachary Turner2017-01-207-40/+40
* 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-193-170/+330
* PDB: Add a class to create the /names stream contents.Rui Ueyama2017-01-152-8/+104
* [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-2311-85/+115
* 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-215-46/+234
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* 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-146-111/+201
* [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-093-67/+162
* [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-2915-36/+36
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-2915-36/+36
* [msf] Rename Msf to MSF.Zachary Turner2016-07-2915-36/+36
* [pdb] Fix an ambiguity when writing size_t on x64 platforms.Zachary Turner2016-07-281-1/+2
* [pdb] Fix some warnings that break -Werror builds.Zachary Turner2016-07-281-2/+2
OpenPOWER on IntegriCloud