This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4c205748741 Fix line endings in llvm-pdbutil.cpp new 7fe0c008359 Make TypeTableBuilder inherit from TypeCollection. new 5c698e34371 [X86][AVX512] Tag RCP/RSQRT/GETEXP instructions scheduler c [...]
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/TypeCollection.h | 10 ++ include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 30 +++--- lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 37 +++++++ lib/Target/X86/X86InstrAVX512.td | 117 ++++++++++----------- lib/Target/X86/X86InstrSSE.td | 16 --- test/CodeGen/X86/recip-fastmath2.ll | 12 +-- tools/llvm-pdbutil/llvm-pdbutil.cpp | 8 +- tools/llvm-readobj/COFFDumper.cpp | 4 +- 8 files changed, 124 insertions(+), 110 deletions(-)