This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 37962ab [AMDGPU] Make note record name a static const member of targe [...] new a459ab9 [CodeView] Refactor serialization to use StreamInterface. new 838c3a9 Fix case of file include path.
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/DebugInfo/CodeView/CVTypeVisitor.h | 1 + .../llvm/DebugInfo/CodeView/RecordSerialization.h | 129 ++++++--------- .../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 13 +- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 158 +++++++++---------- .../DebugInfo/CodeView/SymbolVisitorDelegate.h | 6 +- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 17 +- include/llvm/DebugInfo/CodeView/TypeRecord.h | 81 +++++----- include/llvm/DebugInfo/MSF/ByteStream.h | 2 + include/llvm/DebugInfo/MSF/StreamReader.h | 10 ++ lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 62 ++++---- lib/DebugInfo/CodeView/RecordSerialization.cpp | 173 ++++++++------------- lib/DebugInfo/CodeView/TypeRecord.cpp | 161 +++++++++---------- lib/DebugInfo/MSF/StreamReader.cpp | 63 ++++++++ tools/llvm-readobj/COFFDumper.cpp | 47 +++--- 14 files changed, 476 insertions(+), 447 deletions(-)