This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c2a765c27f Fix up r331244 - the emitted definition is weak_odr linkage. [...] new b7af214275 [X86] directstore and movdir64b intrinsics
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 | 4 +++ include/clang/Basic/BuiltinsX86.def | 4 +++ include/clang/Basic/BuiltinsX86_64.def | 1 + include/clang/Driver/Options.td | 4 +++ lib/Basic/Targets/X86.cpp | 14 ++++++++ lib/Basic/Targets/X86.h | 2 ++ lib/Headers/CMakeLists.txt | 1 + lib/Headers/cpuid.h | 2 ++ lib/Headers/module.modulemap | 1 + lib/Headers/{rdseedintrin.h => movdirintrin.h} | 46 ++++++++++++++------------ lib/Headers/x86intrin.h | 5 +++ test/CodeGen/builtin-movdir.c | 31 +++++++++++++++++ test/Driver/x86-target-features.c | 10 ++++++ test/Preprocessor/predefined-arch-macros.c | 4 +++ 14 files changed, 107 insertions(+), 22 deletions(-) copy lib/Headers/{rdseedintrin.h => movdirintrin.h} (56%) create mode 100644 test/CodeGen/builtin-movdir.c