Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DebugInfo, PDB] Use sparse bitfields for the name map | David Majnemer | 2016-06-04 | 1 | -21/+12 |
* | Tighten some of the name map checks further | David Majnemer | 2016-05-28 | 1 | -1/+5 |
* | Bounds check the number of bitmap blocks in the name map | David Majnemer | 2016-05-28 | 1 | -0/+10 |
* | Make sure these error codes are marked as checked | David Majnemer | 2016-05-27 | 1 | -30/+41 |
* | [codeview,pdb] Try really hard to conserve memory when reading. | Zachary Turner | 2016-05-27 | 1 | -1/+1 |
* | [codeview] Move StreamInterface and StreamReader to libcodeview. | Zachary Turner | 2016-05-25 | 1 | -2/+2 |
* | [llvm-pdbdump] Dump stream summary list. | Zachary Turner | 2016-05-25 | 1 | -0/+5 |
* | Port DebugInfoPDB over to using llvm::Error. | Zachary Turner | 2016-05-06 | 1 | -12/+38 |
* | Put PDB parsing code into a pdb namespace. | Zachary Turner | 2016-04-29 | 1 | -0/+110 |