This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from de5a65f [XRAY] A Color Choosing helper for XRay Graph new 40ea284 [PDB] Rename Stream related source files.
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/CVRecord.h | 4 ++-- include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 4 ++-- include/llvm/DebugInfo/CodeView/ModuleSubstream.h | 4 ++-- include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h | 6 +++--- include/llvm/DebugInfo/CodeView/RecordSerialization.h | 2 +- include/llvm/DebugInfo/CodeView/SymbolDeserializer.h | 4 ++-- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 4 ++-- include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 4 ++-- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 4 ++-- include/llvm/DebugInfo/CodeView/TypeRecord.h | 2 +- include/llvm/DebugInfo/CodeView/TypeSerializer.h | 4 ++-- .../llvm/DebugInfo/MSF/{ByteStream.h => BinaryByteStream.h} | 2 +- .../MSF/{SequencedItemStream.h => BinaryItemStream.h} | 2 +- .../llvm/DebugInfo/MSF/{StreamInterface.h => BinaryStream.h} | 0 .../llvm/DebugInfo/MSF/{StreamArray.h => BinaryStreamArray.h} | 2 +- .../DebugInfo/MSF/{StreamReader.h => BinaryStreamReader.h} | 6 +++--- include/llvm/DebugInfo/MSF/{StreamRef.h => BinaryStreamRef.h} | 2 +- .../DebugInfo/MSF/{StreamWriter.h => BinaryStreamWriter.h} | 4 ++-- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 2 +- include/llvm/DebugInfo/PDB/Native/DbiStream.h | 4 ++-- include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 4 ++-- include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 2 +- include/llvm/DebugInfo/PDB/Native/HashTable.h | 6 +++--- include/llvm/DebugInfo/PDB/Native/ModInfo.h | 4 ++-- include/llvm/DebugInfo/PDB/Native/ModStream.h | 4 ++-- include/llvm/DebugInfo/PDB/Native/PDBFile.h | 4 ++-- include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 2 +- include/llvm/DebugInfo/PDB/Native/StringTable.h | 4 ++-- include/llvm/DebugInfo/PDB/Native/TpiHashing.h | 2 +- include/llvm/DebugInfo/PDB/Native/TpiStream.h | 2 +- include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h | 4 ++-- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 ++-- lib/DebugInfo/CodeView/CVSymbolVisitor.cpp | 2 +- lib/DebugInfo/CodeView/CVTypeDumper.cpp | 2 +- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 4 ++-- lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 4 ++-- lib/DebugInfo/CodeView/ModuleSubstream.cpp | 2 +- lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp | 4 ++-- lib/DebugInfo/CodeView/RecordSerialization.cpp | 2 +- lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 2 +- lib/DebugInfo/CodeView/TypeRecord.cpp | 4 ++-- lib/DebugInfo/CodeView/TypeSerializer.cpp | 2 +- lib/DebugInfo/MSF/{StreamReader.cpp => BinaryStreamReader.cpp} | 4 ++-- lib/DebugInfo/MSF/{StreamWriter.cpp => BinaryStreamWriter.cpp} | 6 +++--- lib/DebugInfo/MSF/CMakeLists.txt | 4 ++-- lib/DebugInfo/PDB/Native/DbiStream.cpp | 4 ++-- lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 2 +- lib/DebugInfo/PDB/Native/GSI.cpp | 4 ++-- lib/DebugInfo/PDB/Native/GSI.h | 2 +- lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 2 +- lib/DebugInfo/PDB/Native/InfoStream.cpp | 4 ++-- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 2 +- lib/DebugInfo/PDB/Native/ModInfo.cpp | 2 +- lib/DebugInfo/PDB/Native/ModStream.cpp | 4 ++-- lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeSession.cpp | 2 +- lib/DebugInfo/PDB/Native/PDBFile.cpp | 6 +++--- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 4 ++-- lib/DebugInfo/PDB/Native/PublicsStream.cpp | 2 +- lib/DebugInfo/PDB/Native/StringTable.cpp | 2 +- lib/DebugInfo/PDB/Native/StringTableBuilder.cpp | 2 +- lib/DebugInfo/PDB/Native/SymbolStream.cpp | 2 +- lib/DebugInfo/PDB/Native/TpiStream.cpp | 2 +- lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 8 ++++---- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 2 +- tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +- tools/llvm-readobj/COFFDumper.cpp | 2 +- unittests/DebugInfo/PDB/HashTableTest.cpp | 6 +++--- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 10 +++++----- unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 6 +++--- 70 files changed, 118 insertions(+), 118 deletions(-) rename include/llvm/DebugInfo/MSF/{ByteStream.h => BinaryByteStream.h} (99%) rename include/llvm/DebugInfo/MSF/{SequencedItemStream.h => BinaryItemStream.h} (98%) rename include/llvm/DebugInfo/MSF/{StreamInterface.h => BinaryStream.h} (100%) rename include/llvm/DebugInfo/MSF/{StreamArray.h => BinaryStreamArray.h} (99%) rename include/llvm/DebugInfo/MSF/{StreamReader.h => BinaryStreamReader.h} (96%) rename include/llvm/DebugInfo/MSF/{StreamRef.h => BinaryStreamRef.h} (98%) rename include/llvm/DebugInfo/MSF/{StreamWriter.h => BinaryStreamWriter.h} (97%) rename lib/DebugInfo/MSF/{StreamReader.cpp => BinaryStreamReader.cpp} (96%) rename lib/DebugInfo/MSF/{StreamWriter.cpp => BinaryStreamWriter.cpp} (93%)