This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 117cd8c782 Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC new f9d508ff53 [X86] Add missing intrinsics to match icc. new 51c44966aa [X86] Add more intrinsics to match icc.
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: lib/Headers/avx512bwintrin.h | 37 +++++ lib/Headers/avx512fintrin.h | 36 +++++ lib/Headers/avx512vlbwintrin.h | 75 +++++++++- lib/Headers/avx512vlintrin.h | 253 +++++++++++++++++++++++++++++--- test/CodeGen/avx512bw-builtins.c | 30 +++- test/CodeGen/avx512f-builtins.c | 40 ++++++ test/CodeGen/avx512vl-builtins.c | 286 +++++++++++++++++++++++++++++++------ test/CodeGen/avx512vlbw-builtins.c | 48 +++++++ 8 files changed, 739 insertions(+), 66 deletions(-)