This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from eb16f9b79a [CMake] Pass additional CMake flags in Fuchsia cache files new 467384e603 [x86] Introduce the pconfig 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/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/module.modulemap | 1 + lib/Headers/{cldemoteintrin.h => pconfigintrin.h} | 24 +++++++++++++++-------- lib/Headers/x86intrin.h | 4 ++++ test/Driver/x86-target-features.c | 5 +++++ test/Headers/pconfigintin.c | 12 ++++++++++++ test/Preprocessor/predefined-arch-macros.c | 2 ++ 11 files changed, 52 insertions(+), 8 deletions(-) copy lib/Headers/{cldemoteintrin.h => pconfigintrin.h} (67%) create mode 100644 test/Headers/pconfigintin.c