This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 16d9f68 Trying to buildbot failures caused by r282577. new 9221270 [CUDA] added __nvvm_atom_{sys|cta}_* builtins. new 6a96fd6 [CUDA] Added support for CUDA-8
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/BuiltinsNVPTX.def | 73 ++++++ lib/Basic/Targets.cpp | 15 +- lib/CodeGen/CGBuiltin.cpp | 111 ++++++++- lib/Driver/ToolChains.cpp | 50 ++-- lib/Headers/__clang_cuda_runtime_wrapper.h | 20 +- test/CodeGen/builtins-nvptx.c | 266 ++++++++++++++++++++- ...compute_20.10.bc => libdevice.compute_30.10.bc} | 0 .../cuda/nvvm/libdevice/libdevice.compute_50.10.bc | 0 test/Driver/cuda-detect.cu | 18 +- 9 files changed, 512 insertions(+), 41 deletions(-) rename test/Driver/Inputs/CUDA/usr/local/cuda/nvvm/libdevice/{libdevice.compute_20 [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/CUDA_80/usr/local/cud [...]