This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f034d97 [Sema] Formatting warnings should see through Objective-C mes [...] new 77a9c60 [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduc [...] new 46464bf Adjust for TimePoint interface change in llvm: D25730. NFC
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/clang/Basic/VirtualFileSystem.h | 1 + lib/Driver/Tools.cpp | 8 +- lib/Headers/avx512fintrin.h | 237 +++++++++++++++++ test/CodeGen/avx512-reduceIntrin.c | 442 ++++++++++++++++++++++++++++++++ 4 files changed, 685 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/avx512-reduceIntrin.c