This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a5f6431c50 [WebAssembly] Add bulk memory target feature new 3145176684 [CUDA] Propagate detected version of CUDA to cc1 new 6a79c4432e [CUDA] add support for the new kernel launch API in CUDA-9.2+.
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/Cuda.h | 15 +++- include/clang/Basic/DiagnosticSemaKinds.td | 2 +- include/clang/Basic/TargetOptions.h | 5 ++ include/clang/Sema/Sema.h | 5 ++ lib/Basic/Cuda.cpp | 46 ++++++++++++ lib/CodeGen/CGCUDANV.cpp | 110 +++++++++++++++++++++++++++-- lib/Driver/ToolChains/Clang.cpp | 16 ++++- lib/Driver/ToolChains/Cuda.cpp | 6 +- lib/Headers/__clang_cuda_runtime_wrapper.h | 10 +++ lib/Sema/SemaCUDA.cpp | 19 ++++- lib/Sema/SemaDecl.cpp | 7 +- test/CodeGenCUDA/Inputs/cuda.h | 13 +++- test/CodeGenCUDA/device-stub.cu | 65 +++++++++++++---- test/CodeGenCUDA/kernel-args-alignment.cu | 16 +++-- test/CodeGenCUDA/kernel-call.cu | 17 +++-- test/Driver/cuda-detect.cu | 22 ++++++ test/Driver/cuda-simple.cu | 6 +- test/SemaCUDA/Inputs/cuda.h | 14 +++- test/SemaCUDA/config-type.cu | 8 ++- unittests/ASTMatchers/ASTMatchersTest.h | 4 +- 20 files changed, 354 insertions(+), 52 deletions(-)