This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b55a60fc58 Record whether a module came from a private module map new ac235578c0 [X86] WaitPKG 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: include/clang/Basic/BuiltinsX86.def | 5 ++++ include/clang/Driver/Options.td | 2 ++ lib/Basic/Targets/X86.cpp | 7 +++++ lib/Basic/Targets/X86.h | 1 + lib/Headers/CMakeLists.txt | 1 + lib/Headers/cpuid.h | 1 + lib/Headers/{cldemoteintrin.h => waitpkgintrin.h} | 32 ++++++++++++++++------- lib/Headers/x86intrin.h | 4 +++ test/CodeGen/waitpkg.c | 25 ++++++++++++++++++ test/Driver/x86-target-features.c | 5 ++++ test/Preprocessor/predefined-arch-macros.c | 2 ++ 11 files changed, 76 insertions(+), 9 deletions(-) copy lib/Headers/{cldemoteintrin.h => waitpkgintrin.h} (62%) create mode 100644 test/CodeGen/waitpkg.c