This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0a839f8470 [x86][icelake][gfni] added gfni feature recognition added in [...] new 74bc9cb6f3 [x86][icelake][vpclmulqdq] added vpclmulqdq feature recognit [...]
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 ++++ include/clang/Driver/Options.td | 2 ++ lib/Basic/Targets/X86.cpp | 17 +++++++++++++- lib/Basic/Targets/X86.h | 1 + lib/Headers/CMakeLists.txt | 1 + lib/Headers/immintrin.h | 4 ++++ .../{clflushoptintrin.h => vpclmulqdqintrin.h} | 27 +++++++++++----------- test/CodeGen/attr-target-x86.c | 4 ++-- test/CodeGen/vpclmulqdq-builtins.c | 17 ++++++++++++++ test/Driver/x86-target-features.c | 11 +++++++++ test/Preprocessor/predefined-arch-macros.c | 2 ++ test/Preprocessor/x86_target_features.c | 9 ++++++++ 12 files changed, 83 insertions(+), 16 deletions(-) copy lib/Headers/{clflushoptintrin.h => vpclmulqdqintrin.h} (62%) create mode 100644 test/CodeGen/vpclmulqdq-builtins.c