This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 24008b27d5 [X86] Use separate builtins for fma4 scalar intrinsics. Use [...] new 30a844e21f Control-Flow Enforcement Technology - Shadow Stack and Indir [...]
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/Basic/BuiltinsX86_64.def | 4 ++ include/clang/Driver/Options.td | 5 +- lib/Basic/Targets/X86.cpp | 8 +++ lib/Basic/Targets/X86.h | 2 + lib/Headers/CMakeLists.txt | 1 + lib/Headers/cetintrin.h | 93 +++++++++++++++++++++++++++++++++ lib/Headers/immintrin.h | 4 ++ test/CodeGen/builtins-x86.c | 17 +++++- test/CodeGen/cetintrin.c | 84 +++++++++++++++++++++++++++++ test/Driver/x86-target-features.c | 10 ++++ test/Preprocessor/x86_target_features.c | 4 ++ 12 files changed, 239 insertions(+), 3 deletions(-) create mode 100644 lib/Headers/cetintrin.h create mode 100644 test/CodeGen/cetintrin.c