summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-178/+0
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-201-2/+32
* Remove PDBFileBuilder::build() and related functions.Rui Ueyama2016-11-221-45/+0
* PDB: Fix some APIs to avoid use-after-freesJustin Bogner2016-11-031-4/+4
* 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-151-1/+23
* [pdb] Write TPI hash values to the TPI stream.Zachary Turner2016-09-141-9/+6
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-091-0/+25
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-7/+7
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-7/+7
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-7/+7
* [pdb] Fix an ambiguity when writing size_t on x64 platforms.Zachary Turner2016-07-281-1/+2
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-5/+47
* Get rid of IMsfStreamData class.Zachary Turner2016-07-281-3/+7
* Make PDBFile store an msf::Layout.Zachary Turner2016-07-221-5/+1
* [pdb] Have builders share a single BumpPtrAllocator.Zachary Turner2016-07-221-5/+7
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-4/+5
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-221-1/+1
* [pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner2016-07-151-2/+2
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-70/+45
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-111-0/+127
OpenPOWER on IntegriCloud