summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-412/+0
* Remove PDBFileBuilder::build() and related functions.Rui Ueyama2016-11-221-21/+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-031-3/+3
* Define DbiStreamBuilder::addSectionMap.Rui Ueyama2016-10-311-2/+85
* Define calculateDbgStreamSize for consistency.Rui Ueyama2016-10-291-1/+5
* 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] Write TPI hash values to the TPI stream.Zachary Turner2016-09-141-3/+12
* pdbdump: Fix crash bug.Rui Ueyama2016-08-031-1/+4
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-3/+3
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-3/+3
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-3/+3
* [pdb] Fix some warnings that break -Werror builds.Zachary Turner2016-07-281-2/+2
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-18/+48
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-2/+3
* [pdb] Move file layout header structs to RawTypes.hZachary Turner2016-07-221-18/+9
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-221-6/+172
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-4/+9
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-111-0/+76
OpenPOWER on IntegriCloud