This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e1b1bf [pdb] Allow zero-copy read support for symbol streams. new 1f37794 Revert "[pdb] Allow zero-copy read support for symbol streams."
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h | 2 +- include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 2 +- include/llvm/DebugInfo/CodeView/RecordIterator.h | 38 +++--------- include/llvm/DebugInfo/CodeView/StreamArray.h | 73 ++++++++++------------- include/llvm/DebugInfo/CodeView/StreamReader.h | 9 --- include/llvm/DebugInfo/CodeView/SymbolDumper.h | 2 +- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 4 -- include/llvm/DebugInfo/CodeView/TypeDumper.h | 2 +- include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 1 + include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 15 +---- include/llvm/DebugInfo/PDB/Raw/ModStream.h | 6 +- lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +- lib/DebugInfo/CodeView/TypeDumper.cpp | 2 +- lib/DebugInfo/PDB/Raw/DbiStream.cpp | 10 ++-- lib/DebugInfo/PDB/Raw/ModInfo.cpp | 2 - lib/DebugInfo/PDB/Raw/ModStream.cpp | 13 +--- 16 files changed, 61 insertions(+), 122 deletions(-)