This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 88d126e6e1 [X86] Add versions of the avx512 gather intrinsics that take [...] new c615807188 Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows [...]
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 | 4 +++ lib/CodeGen/CGBuiltin.cpp | 11 +++++- lib/Headers/immintrin.h | 3 +- lib/Headers/intrin.h | 9 ----- lib/Headers/xsaveintrin.h | 19 ++++++++++ test/CodeGen/builtins-x86.c | 2 ++ test/CodeGen/x86_32-xsave.c | 54 ++++++++++++++++++++++++++-- test/CodeGen/x86_64-xsave.c | 72 +++++++++++++++++++++++++++++++++++-- test/Headers/ms-intrin.cpp | 2 ++ 9 files changed, 160 insertions(+), 16 deletions(-)