This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7caefab1703 [InstCombine] Retain TBAA when narrowing memory accesses new bde81f144d6 [CodeView] Fix some Clang-tidy modernize-use-using and Incl [...] new 01c9f8cd035 [InstCombine] In visitXor, use m_Not on the instruction its [...]
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: .../DebugInfo/CodeView/DebugChecksumsSubsection.h | 32 +++++++++++-------- .../DebugInfo/CodeView/DebugCrossExSubsection.h | 18 ++++++----- .../DebugInfo/CodeView/DebugCrossImpSubsection.h | 31 +++++++++++-------- .../CodeView/DebugInlineeLinesSubsection.h | 32 ++++++++++++------- .../llvm/DebugInfo/CodeView/DebugLinesSubsection.h | 25 +++++++++------ .../CodeView/DebugStringTableSubsection.h | 14 ++++----- .../DebugInfo/CodeView/DebugSubsectionRecord.h | 30 +++++++++++------- .../DebugInfo/CodeView/DebugSymbolRVASubsection.h | 18 ++++++++--- include/llvm/DebugInfo/CodeView/EnumTables.h | 11 ++++--- .../DebugInfo/CodeView/LazyRandomTypeCollection.h | 11 +++++-- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 19 +++++++----- include/llvm/DebugInfo/CodeView/TypeRecord.h | 30 +++++++++--------- include/llvm/DebugInfo/CodeView/TypeSerializer.h | 29 ++++++++++------- .../CodeView/DebugChecksumsSubsection.cpp | 16 +++++++--- lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp | 6 ++-- lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 14 ++++++--- .../CodeView/DebugInlineeLinesSubsection.cpp | 14 ++++++--- lib/DebugInfo/CodeView/DebugLinesSubsection.cpp | 13 +++++--- .../CodeView/DebugStringTableSubsection.cpp | 11 +++++-- lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 14 ++++++--- .../CodeView/DebugSymbolRVASubsection.cpp | 7 ++++- lib/DebugInfo/CodeView/EnumTables.cpp | 24 +++++++++++++-- .../CodeView/LazyRandomTypeCollection.cpp | 18 ++++++++--- lib/DebugInfo/CodeView/TypeSerializer.cpp | 36 ++++++++++++++++------ lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 5 ++- 25 files changed, 314 insertions(+), 164 deletions(-)