This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b099f9b869 [OPENMP] Support for re-declarations when checking captured [...] new 50547958ab [NVPTX] Implemented shfl.sync instruction and supporting int [...]
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/BuiltinsNVPTX.def | 9 +++++ lib/Driver/ToolChains/Cuda.cpp | 16 ++++++--- lib/Headers/__clang_cuda_intrinsics.h | 68 +++++++++++++++++++++++++++++++++++ test/CodeGen/builtins-nvptx-ptx60.cu | 40 +++++++++++++++++++++ test/CodeGen/builtins-nvptx.c | 21 +++++++++++ 5 files changed, 149 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/builtins-nvptx-ptx60.cu