This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0d0d7d15e7 [OpenCL] Check that global samplers are const new a7c6c642e3 [X86][LWP] Add clang support for LWP instructions.
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 | 6 ++ include/clang/Basic/BuiltinsX86_64.def | 2 + include/clang/Driver/Options.td | 2 + lib/Basic/Targets.cpp | 8 ++ lib/Headers/CMakeLists.txt | 1 + lib/Headers/lwpintrin.h | 150 +++++++++++++++++++++++++++++++++ lib/Headers/x86intrin.h | 4 + test/CodeGen/lwp-builtins.c | 39 +++++++++ 8 files changed, 212 insertions(+) create mode 100644 lib/Headers/lwpintrin.h create mode 100644 test/CodeGen/lwp-builtins.c