summaryrefslogtreecommitdiffstats
path: root/llvm/docs/PDB/TpiStream.rst
Commit message (Collapse)AuthorAgeFilesLines
* PDB docs: Delete trailing whitespace, wrap to 80 colsNico Weber2019-06-221-46/+48
| | | | llvm-svn: 364131
* Minor tweaks to PDB docsNico Weber2019-05-011-4/+4
| | | | | | | | | | | | - Fix a broken link - Some spelling fixes - Remove an unnecessary "amortized" - Don't say "log(n) random access"; "random access" means O(1) - Make MSF overview a bit more concise Differential Revision: https://reviews.llvm.org/D61196 llvm-svn: 359714
* Convert PDB docs to unix line endings. No other changes.Nico Weber2019-05-011-312/+312
| | | | llvm-svn: 359712
* [PDB Docs] The IPI Stream actually has index 4.Zachary Turner2019-04-051-1/+1
| | | | llvm-svn: 357825
* [PDB Docs] Add info about the hash adjustment buffer.Zachary Turner2019-04-051-1/+9
| | | | | | | | This necessitates adding a document describing the serialized hash table format. This document is currently empty, although it will be filled out in followup patches. llvm-svn: 357784
* Add documentation for PDB TPI/IPI Stream.Zachary Turner2019-04-051-1/+302
| | | | llvm-svn: 357777
* [PDB] Begin adding documentation for the PDB file format.Zachary Turner2016-11-101-0/+3
Differential Revision: https://reviews.llvm.org/D26374 llvm-svn: 286491
OpenPOWER on IntegriCloud