This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e1c5140 [AArch64] Extend redundant copy elimination pass to handle no [...] new f3491b2 [Support] Move Stream library from MSF -> Support.
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 | 2 +- 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 ++-- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 6 +++--- include/llvm/DebugInfo/PDB/Native/DbiStream.h | 8 ++++---- 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 | 2 +- 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 | 6 +++--- include/llvm/{DebugInfo/MSF => Support}/BinaryByteStream.h | 10 +++++----- include/llvm/{DebugInfo/MSF => Support}/BinaryItemStream.h | 10 +++++----- include/llvm/{DebugInfo/MSF => Support}/BinaryStream.h | 8 ++++---- .../llvm/{DebugInfo/MSF => Support}/BinaryStreamArray.h | 8 ++++---- .../llvm/{DebugInfo/MSF => Support}/BinaryStreamError.h | 7 ++++--- .../llvm/{DebugInfo/MSF => Support}/BinaryStreamReader.h | 10 +++++----- include/llvm/{DebugInfo/MSF => Support}/BinaryStreamRef.h | 10 +++++----- .../llvm/{DebugInfo/MSF => Support}/BinaryStreamWriter.h | 12 ++++++------ 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/CMakeLists.txt | 3 --- lib/DebugInfo/MSF/MappedBlockStream.cpp | 2 +- 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 ++++---- lib/{DebugInfo/MSF => Support}/BinaryStreamError.cpp | 2 +- lib/{DebugInfo/MSF => Support}/BinaryStreamReader.cpp | 6 +++--- lib/{DebugInfo/MSF => Support}/BinaryStreamWriter.cpp | 6 +++--- lib/Support/CMakeLists.txt | 3 +++ tools/llvm-pdbdump/LLVMOutputStyle.cpp | 2 +- tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +- tools/llvm-readobj/COFFDumper.cpp | 2 +- unittests/DebugInfo/PDB/CMakeLists.txt | 1 - unittests/DebugInfo/PDB/HashTableTest.cpp | 6 +++--- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 8 ++++---- unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 6 +++--- unittests/{DebugInfo/PDB => Support}/BinaryStreamTest.cpp | 14 +++++++------- unittests/Support/CMakeLists.txt | 1 + 77 files changed, 161 insertions(+), 160 deletions(-) rename include/llvm/{DebugInfo/MSF => Support}/BinaryByteStream.h (96%) rename include/llvm/{DebugInfo/MSF => Support}/BinaryItemStream.h (92%) rename include/llvm/{DebugInfo/MSF => Support}/BinaryStream.h (94%) rename include/llvm/{DebugInfo/MSF => Support}/BinaryStreamArray.h (98%) rename include/llvm/{DebugInfo/MSF => Support}/BinaryStreamError.h (87%) rename include/llvm/{DebugInfo/MSF => Support}/BinaryStreamReader.h (97%) rename include/llvm/{DebugInfo/MSF => Support}/BinaryStreamRef.h (96%) rename include/llvm/{DebugInfo/MSF => Support}/BinaryStreamWriter.h (95%) rename lib/{DebugInfo/MSF => Support}/BinaryStreamError.cpp (97%) rename lib/{DebugInfo/MSF => Support}/BinaryStreamReader.cpp (94%) rename lib/{DebugInfo/MSF => Support}/BinaryStreamWriter.cpp (92%) rename unittests/{DebugInfo/PDB => Support}/BinaryStreamTest.cpp (98%)