This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40ea284 [PDB] Rename Stream related source files. new 7def050 Remove svn:eol-style=native from Properties. new 5433d11 [PDB] General improvements to Stream library.
The 2 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/ADT/STLExtras.h | 10 + include/llvm/DebugInfo/CodeView/CVRecord.h | 8 +- include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 2 +- include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 16 +- include/llvm/DebugInfo/CodeView/ModuleSubstream.h | 14 +- .../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 48 +- .../llvm/DebugInfo/CodeView/RecordSerialization.h | 42 +- .../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 7 +- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 +- .../llvm/DebugInfo/CodeView/SymbolRecordMapping.h | 10 +- include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 6 +- .../DebugInfo/CodeView/SymbolVisitorDelegate.h | 6 +- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 13 +- include/llvm/DebugInfo/CodeView/TypeRecord.h | 6 +- .../llvm/DebugInfo/CodeView/TypeRecordMapping.h | 11 +- include/llvm/DebugInfo/CodeView/TypeSerializer.h | 6 +- include/llvm/DebugInfo/MSF/BinaryByteStream.h | 131 ++-- include/llvm/DebugInfo/MSF/BinaryItemStream.h | 103 +-- include/llvm/DebugInfo/MSF/BinaryStream.h | 61 +- include/llvm/DebugInfo/MSF/BinaryStreamArray.h | 83 ++- include/llvm/DebugInfo/MSF/BinaryStreamReader.h | 193 +++++- include/llvm/DebugInfo/MSF/BinaryStreamRef.h | 117 ++-- include/llvm/DebugInfo/MSF/BinaryStreamWriter.h | 159 ++++- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 63 +- include/llvm/DebugInfo/PDB/Native/DbiStream.h | 36 +- .../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 8 +- include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 7 +- include/llvm/DebugInfo/PDB/Native/HashTable.h | 8 +- .../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 5 +- include/llvm/DebugInfo/PDB/Native/ModInfo.h | 8 +- include/llvm/DebugInfo/PDB/Native/ModStream.h | 6 +- include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 11 +- include/llvm/DebugInfo/PDB/Native/PDBFile.h | 10 +- include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 19 +- include/llvm/DebugInfo/PDB/Native/StringTable.h | 13 +- .../llvm/DebugInfo/PDB/Native/StringTableBuilder.h | 7 +- include/llvm/DebugInfo/PDB/Native/TpiHashing.h | 4 +- include/llvm/DebugInfo/PDB/Native/TpiStream.h | 10 +- .../llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h | 28 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 5 +- lib/DebugInfo/CodeView/CVTypeDumper.cpp | 4 +- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 8 +- lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 48 +- lib/DebugInfo/CodeView/ModuleSubstream.cpp | 10 +- lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp | 32 +- lib/DebugInfo/CodeView/RecordSerialization.cpp | 40 +- lib/DebugInfo/CodeView/TypeSerializer.cpp | 15 +- lib/DebugInfo/MSF/BinaryStreamReader.cpp | 68 +- lib/DebugInfo/MSF/BinaryStreamWriter.cpp | 63 +- lib/DebugInfo/MSF/MappedBlockStream.cpp | 48 +- lib/DebugInfo/PDB/Native/DbiStream.cpp | 32 +- lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 51 +- lib/DebugInfo/PDB/Native/GSI.cpp | 12 +- lib/DebugInfo/PDB/Native/GSI.h | 16 +- lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 2 +- lib/DebugInfo/PDB/Native/HashTable.cpp | 24 +- lib/DebugInfo/PDB/Native/InfoStream.cpp | 2 +- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 5 +- lib/DebugInfo/PDB/Native/ModInfo.cpp | 9 +- lib/DebugInfo/PDB/Native/ModStream.cpp | 10 +- lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 18 +- lib/DebugInfo/PDB/Native/NativeSession.cpp | 3 +- lib/DebugInfo/PDB/Native/PDBFile.cpp | 17 +- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 14 +- lib/DebugInfo/PDB/Native/PublicsStream.cpp | 3 +- lib/DebugInfo/PDB/Native/StringTable.cpp | 9 +- lib/DebugInfo/PDB/Native/StringTableBuilder.cpp | 9 +- lib/DebugInfo/PDB/Native/SymbolStream.cpp | 3 +- lib/DebugInfo/PDB/Native/TpiStream.cpp | 5 +- lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 14 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 11 +- tools/llvm-pdbdump/YamlTypeDumper.cpp | 4 +- tools/llvm-readobj/COFFDumper.cpp | 35 +- unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 764 +++++++++++++++++++++ unittests/DebugInfo/PDB/CMakeLists.txt | 1 + unittests/DebugInfo/PDB/HashTableTest.cpp | 7 +- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 85 +-- unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 9 +- 78 files changed, 1971 insertions(+), 841 deletions(-) create mode 100644 unittests/DebugInfo/PDB/BinaryStreamTest.cpp