This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d708604f14 Link sanitized programs on NetBSD with -lkvm new 57f0ae02fc [X86] Put the code that defines __GCC_HAVE_SYNC_COMPARE_AND_ [...] new e786d862a5 [X86] Add rdpid command line option and intrinsics.
The 2 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 | 11 +++++++++-- lib/Basic/Targets/X86.h | 1 + lib/Headers/immintrin.h | 12 ++++++++++++ test/CodeGen/rdpid-builtins.c | 10 ++++++++++ test/Driver/x86-target-features.c | 4 ++++ test/Preprocessor/predefined-arch-macros.c | 2 ++ test/Preprocessor/x86_target_features.c | 3 +++ 9 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/rdpid-builtins.c