This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ceeab35 [CodeGen, DebugInfo] Use hasLocalLinkage instead of hasIntern [...] new ebd3497 [CUDA] Add support for CUDA 8 and sm_60-62. new fd3a1ac [CUDA] Add utility functions for dealing with CUDA versions / [...] new 74bf885 [CUDA] Rename member variables in CudaInstallationDetector.
The 3 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 | 77 ++++++++++++++++++++ include/clang/Driver/Action.h | 19 ++--- lib/Basic/CMakeLists.txt | 1 + lib/Basic/Cuda.cpp | 165 ++++++++++++++++++++++++++++++++++++++++++ lib/Basic/Targets.cpp | 94 ++++++++++-------------- lib/Driver/Action.cpp | 33 +-------- lib/Driver/Driver.cpp | 29 ++++---- lib/Driver/ToolChains.cpp | 46 ++++++------ lib/Driver/ToolChains.h | 30 ++++---- lib/Driver/Tools.cpp | 7 +- 10 files changed, 350 insertions(+), 151 deletions(-) create mode 100644 include/clang/Basic/Cuda.h create mode 100644 lib/Basic/Cuda.cpp