This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 64c19d68f1 Fix comment typo in r321312. Post-commit review by Kim Grasman! new fbe12368b5 [x86][icelake][vaes] added vaes 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 | 10 +++ 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 ++ lib/Headers/vaesintrin.h | 98 ++++++++++++++++++++++++++++++ test/CodeGen/attr-target-x86.c | 6 +- test/CodeGen/vaes-builtins.c | 55 +++++++++++++++++ test/Driver/x86-target-features.c | 6 ++ test/Preprocessor/predefined-arch-macros.c | 2 + test/Preprocessor/x86_target_features.c | 11 ++++ 12 files changed, 209 insertions(+), 4 deletions(-) create mode 100644 lib/Headers/vaesintrin.h create mode 100644 test/CodeGen/vaes-builtins.c