This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7096f08 [CUDA] Fix "declared here" note on deferred wrong-side errors. new ca29d71 [X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-w [...]
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 | 2 ++ lib/CodeGen/CGBuiltin.cpp | 6 +++- lib/Headers/intrin.h | 10 ------ lib/Headers/xsaveintrin.h | 13 +++++++ test/CodeGen/builtins-x86.c | 2 ++ test/CodeGen/x86_32-xsave.c | 56 +++++++++++++++++++++++++++-- test/CodeGen/x86_64-xsave.c | 72 +++++++++++++++++++++++++++++++++++-- test/Headers/ms-intrin.cpp | 1 - 8 files changed, 145 insertions(+), 17 deletions(-)