summaryrefslogtreecommitdiffstats
path: root/llvm/docs/PDB
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few spellos in docs.Nico Weber2019-09-131-1/+1
| | | | | | (Trying to debug an incremental build thing on a bot...) llvm-svn: 371860
* PDB docs: Delete trailing whitespace, wrap to 80 colsNico Weber2019-06-225-76/+82
| | | | llvm-svn: 364131
* Try to unbreak sphinx bot after r359714Nico Weber2019-05-011-14/+16
| | | | | | | | The now-correctly-referenced label dbi_type_server_map_substream didn't exist. Rewrite things a bit after looking at NewDBIHdr in dbi.h and its use in dbi.cpp in the reference implementation. llvm-svn: 359721
* Minor tweaks to PDB docsNico Weber2019-05-013-12/+12
| | | | | | | | | | | | - 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-017-848/+848
| | | | llvm-svn: 359712
* [PDB Docs] Add some prose describing public and global symbols.Zachary Turner2019-04-121-1/+38
| | | | llvm-svn: 358289
* [PDB Docs] Add skeleton of documentation for CodeView symbols.Zachary Turner2019-04-112-28/+259
| | | | llvm-svn: 358197
* [PDB Docs] Start documenting CodeView Type Records.Zachary Turner2019-04-101-3/+260
| | | | | | | | This puts the general layout of the document in place and fully describes 1 simple type record. Followups will fill out more pieces. llvm-svn: 358119
* [PDB Docs] Clarifications and fixes for DBI Stream.Zachary Turner2019-04-091-41/+58
| | | | llvm-svn: 358022
* [PDB Docs] Add documentation for the hash table format.Zachary Turner2019-04-051-0/+101
| | | | llvm-svn: 357826
* [PDB Docs] The IPI Stream actually has index 4.Zachary Turner2019-04-051-1/+1
| | | | llvm-svn: 357825
* [PDB Docs] Delete * LINKER * Stream information.Zachary Turner2019-04-051-4/+0
| | | | | | | This is actually just a module debug info stream, so it should technically be covered by a discussion of the module list. llvm-svn: 357819
* [PDB Docs] Finish documentation for PDB Info Stream.Zachary Turner2019-04-051-0/+74
| | | | | | | The information about the named stream map and feature codes was not present. This patch adds it. llvm-svn: 357788
* [PDB Docs] Add info about the hash adjustment buffer.Zachary Turner2019-04-054-8/+15
| | | | | | | | 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-052-5/+311
| | | | llvm-svn: 357777
* Update MSF File Documentation.Zachary Turner2018-01-121-12/+70
| | | | | | | | | | This adds some more detail about the PDB container format, specifically surrounding the layout of the Free Page Map. Patch by Colden Cullen Differential Revision: https://reviews.llvm.org/D41825 llvm-svn: 322404
* Add documentation for the PDB Module Info stream.Zachary Turner2016-11-294-1/+88
| | | | llvm-svn: 288205
* [PDB] Add documentation for the DBI Stream.Zachary Turner2016-11-142-3/+450
| | | | | | Differential Revision: https://reviews.llvm.org/D26552 llvm-svn: 286853
* [PDB] Add documentation for the PDB Stream.Zachary Turner2016-11-141-3/+80
| | | | | | https://reviews.llvm.org/D26516 llvm-svn: 286852
* [PDB] Begin adding documentation for the PDB file format.Zachary Turner2016-11-109-0/+302
Differential Revision: https://reviews.llvm.org/D26374 llvm-svn: 286491
OpenPOWER on IntegriCloud