This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1b26ab1b52 P1286R2: Remove restriction that the exception specification [...] new 7bdbc78bb8 Enable intrinsics of AVX512_BF16, which are supported for BF [...]
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: docs/ClangCommandLineReference.rst | 2 ++ include/clang/Basic/BuiltinsX86.def | 18 ++++++++++++++++++ include/clang/Driver/Options.td | 2 ++ lib/Basic/Targets/X86.cpp | 13 +++++++++++++ lib/Basic/Targets/X86.h | 1 + lib/CodeGen/CGBuiltin.cpp | 8 ++++++++ lib/Headers/CMakeLists.txt | 2 ++ lib/Headers/cpuid.h | 3 +++ lib/Headers/immintrin.h | 9 +++++++++ test/CodeGen/attr-target-x86.c | 4 ++-- test/Driver/x86-target-features.c | 5 +++++ test/Preprocessor/x86_target_features.c | 15 +++++++++++++++ 12 files changed, 80 insertions(+), 2 deletions(-)