summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/NameHashTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Function names should start with lowercase letters.Rui Ueyama2016-06-081-1/+1
* [PDB] Move PDB functions to a separate file.Rui Ueyama2016-06-081-59/+1
* Add comments.Rui Ueyama2016-06-071-0/+2
* Make sure these error codes are marked as checkedDavid Majnemer2016-05-271-4/+6
* [codeview] Remove StreamReader copying method.Zachary Turner2016-05-271-4/+5
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-11/+19
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-3/+2
* pdbdump: fix bug in name hash table.Rui Ueyama2016-05-251-3/+1
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-13/+23
* Fix build breakage due to implicit conversion.Zachary Turner2016-05-021-1/+2
* Parse PDB Name Hash TableZachary Turner2016-05-021-0/+141
OpenPOWER on IntegriCloud