aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Raw/InfoStream.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-15/+2
2016-07-28Get rid of IMsfStreamData class.Zachary Turner1-1/+0
2016-07-22[msf] Create LLVMDebugInfoMsfZachary Turner1-4/+5
2016-07-15[pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner1-3/+3
2016-07-11Refactor the PDB writing to use a builder approachZachary Turner1-20/+1
2016-07-06[pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner1-8/+43
2016-06-08[pdb] Handle stream index errors better.Zachary Turner1-3/+3
2016-06-07[pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner1-1/+3
2016-05-31[pdb] Add unit tests for PDB MappedBlockStream and zero copyZachary Turner1-0/+1
2016-05-27Don't discard errorsDavid Majnemer1-2/+4
2016-05-27[codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner1-7/+7
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-6/+8
2016-05-02PDB - Instead of hardcoding stream numbers, use an enum.Zachary Turner1-11/+16
2016-04-29Put PDB parsing code into a pdb namespace.Zachary Turner1-0/+57