This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 956d9d40ee Make atomic non-member functions as nonnull new 724adfbac3 [x86] invpcid intrinsic
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 | 3 +++ 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/immintrin.h | 4 ++++ lib/Headers/{wbnoinvdintrin.h => invpcidintrin.h} | 19 +++++++++---------- lib/Headers/module.modulemap | 1 + test/CodeGen/invpcid.c | 12 ++++++++++++ test/Driver/x86-target-features.c | 5 +++++ test/Preprocessor/predefined-arch-macros.c | 14 ++++++++++++++ 12 files changed, 60 insertions(+), 10 deletions(-) copy lib/Headers/{wbnoinvdintrin.h => invpcidintrin.h} (74%) create mode 100644 test/CodeGen/invpcid.c