This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fbe12368b5 [x86][icelake][vaes] added vaes feature recognition added in [...] new 0a839f8470 [x86][icelake][gfni] added gfni feature recognition added in [...]
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 | 11 ++ include/clang/Driver/Options.td | 2 + lib/Basic/Targets/X86.cpp | 13 +- lib/Basic/Targets/X86.h | 1 + lib/Headers/CMakeLists.txt | 1 + lib/Headers/gfniintrin.h | 202 +++++++++++++++++++++++++++++ lib/Headers/immintrin.h | 4 + test/CodeGen/attr-target-x86.c | 2 +- test/CodeGen/gfni-builtins.c | 182 ++++++++++++++++++++++++++ test/Driver/x86-target-features.c | 5 + test/Preprocessor/predefined-arch-macros.c | 2 + test/Preprocessor/x86_target_features.c | 5 + 12 files changed, 428 insertions(+), 2 deletions(-) create mode 100644 lib/Headers/gfniintrin.h create mode 100644 test/CodeGen/gfni-builtins.c