This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 29dc237 NVPTX: Use the nvvm builtins to read SRegs rather than the le [...] new 834d27d [CUDA] Rename the __nvvm_bar0 builtin back to __syncthreads. new 29ff255 [CUDA] Check that our CUDA install supports the requested arc [...]
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 | 2 +- include/clang/Basic/DiagnosticDriverKinds.td | 4 ++ include/clang/Driver/Options.td | 3 + lib/Driver/ToolChains.cpp | 67 +++++++++++++++++++++- lib/Driver/ToolChains.h | 25 ++++++++ lib/Driver/Tools.cpp | 6 ++ test/CodeGen/builtins-nvptx.c | 2 +- .../{CUDA => CUDA_80}/usr/local/cuda/bin/.keep | 0 .../bin => CUDA_80/usr/local/cuda/include}/.keep | 0 .../cuda/bin => CUDA_80/usr/local/cuda/lib}/.keep | 0 .../bin => CUDA_80/usr/local/cuda/lib64}/.keep | 0 .../cuda/nvvm/libdevice/libdevice.compute_20.10.bc | 0 .../cuda/nvvm/libdevice/libdevice.compute_35.10.bc | 0 .../Inputs/CUDA_80/usr/local/cuda/version.txt | 1 + test/Driver/cuda-version-check.cu | 51 ++++++++++++++++ 15 files changed, 157 insertions(+), 4 deletions(-) copy test/Driver/Inputs/{CUDA => CUDA_80}/usr/local/cuda/bin/.keep (100%) copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => CUDA_80/usr/local/cuda/include [...] copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => CUDA_80/usr/local/cuda/lib}/.k [...] copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => CUDA_80/usr/local/cuda/lib64}/ [...] copy test/Driver/Inputs/{CUDA => CUDA_80}/usr/local/cuda/nvvm/libdevice/libdevice. [...] copy test/Driver/Inputs/{CUDA => CUDA_80}/usr/local/cuda/nvvm/libdevice/libdevice. [...] create mode 100644 test/Driver/Inputs/CUDA_80/usr/local/cuda/version.txt create mode 100644 test/Driver/cuda-version-check.cu