summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo, PDB] Use sparse bitfields for the name mapDavid Majnemer2016-06-041-21/+12
* Tighten some of the name map checks furtherDavid Majnemer2016-05-281-1/+5
* Bounds check the number of bitmap blocks in the name mapDavid Majnemer2016-05-281-0/+10
* Make sure these error codes are marked as checkedDavid Majnemer2016-05-271-30/+41
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-1/+1
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-2/+2
* [llvm-pdbdump] Dump stream summary list.Zachary Turner2016-05-251-0/+5
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-12/+38
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-0/+110
OpenPOWER on IntegriCloud