summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Rename some files to be more intuitive.Zachary Turner2017-01-201-77/+0
* [pdb] Add HashTable data structure.Zachary Turner2017-01-191-105/+19
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-231-6/+10
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-2/+2
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-2/+2
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-2/+2
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-54/+0
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-5/+5
* [pdb] Round trip the NameMap data structure to YAML.Zachary Turner2016-07-151-4/+40
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-061-0/+20
* [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