aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-29[msf] Resubmit "Rename Msf -> MSF".Zachary Turner1-2/+2
2016-07-29Revert "[msf] Rename Msf to MSF."Zachary Turner1-2/+2
2016-07-29[msf] Rename Msf to MSF.Zachary Turner1-2/+2
2016-07-28[pdb] Refactor library to more clearly separate reading/writingZachary Turner1-54/+0
2016-07-22[msf] Create LLVMDebugInfoMsfZachary Turner1-5/+5
2016-07-15[pdb] Round trip the NameMap data structure to YAML.Zachary Turner1-4/+40
2016-07-06[pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner1-0/+20
2016-06-04[DebugInfo, PDB] Use sparse bitfields for the name mapDavid Majnemer1-21/+12
2016-05-28Tighten some of the name map checks furtherDavid Majnemer1-1/+5
2016-05-28Bounds check the number of bitmap blocks in the name mapDavid Majnemer1-0/+10
2016-05-27Make sure these error codes are marked as checkedDavid Majnemer1-30/+41
2016-05-27[codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner1-1/+1
2016-05-25[codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner1-2/+2
2016-05-25[llvm-pdbdump] Dump stream summary list.Zachary Turner1-0/+5
2016-05-06Port DebugInfoPDB over to using llvm::Error.Zachary Turner1-12/+38
2016-04-29Put PDB parsing code into a pdb namespace.Zachary Turner1-0/+110