This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f229fdd1fe Revert 332750, clang part (see comment on D46910). new 4029c7ddda [X86] Remove mask arguments from permvar builtins/intrinsics [...]
The 1 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/BuiltinsX86.def | 24 +++++----- lib/Headers/avx512bwintrin.h | 19 +++----- lib/Headers/avx512fintrin.h | 88 ++++++++++++++----------------------- lib/Headers/avx512vbmiintrin.h | 19 +++----- lib/Headers/avx512vbmivlintrin.h | 38 ++++++---------- lib/Headers/avx512vlbwintrin.h | 38 ++++++---------- lib/Headers/avx512vlintrin.h | 42 +++++++----------- test/CodeGen/avx512bw-builtins.c | 8 ++-- test/CodeGen/avx512f-builtins.c | 32 +++++++++----- test/CodeGen/avx512vbmi-builtins.c | 8 ++-- test/CodeGen/avx512vbmivl-builtin.c | 16 ++++--- test/CodeGen/avx512vl-builtins.c | 14 +++--- test/CodeGen/avx512vlbw-builtins.c | 16 ++++--- 13 files changed, 163 insertions(+), 199 deletions(-)