This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 68dff7b [CodeGen] Handle recursion in LLVMIRGeneration Timer. new d3f9611 [X86] Add missing __x86_64__ qualifiers on a bunch of intrins [...] new b5dde12 [Sema,X86] Add explicit check to ensure that builtins that re [...]
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 | 2 ++ lib/Headers/avx512fintrin.h | 36 +++++++++++++++++++++++--- lib/Headers/avx512vlbwintrin.h | 2 ++ lib/Headers/avx512vlintrin.h | 2 ++ lib/Headers/fxsrintrin.h | 10 +++++--- lib/Headers/xmmintrin.h | 2 ++ lib/Sema/SemaChecking.cpp | 50 ++++++++++++++++++++++++++++++++++++ test/CodeGen/avx512f-builtins.c | 36 ++++++++++++++++++++++++++ test/CodeGen/avx512vl-builtins.c | 2 ++ test/CodeGen/builtins-x86-disabled.c | 22 ++++++++++++++++ 10 files changed, 157 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/builtins-x86-disabled.c