This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a0ff5f0 Separate builtins for x84-64 and i386; implement __mulh and __umulh new 8678918 [CUDA] Destroy deferred diagnostics before destroying the AST [...] new e506eb4 [CUDA] Mark device functions as nounwind.
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/AST/ASTContext.h | 12 ++++++------ lib/CodeGen/CGCall.cpp | 3 +++ lib/CodeGen/CGException.cpp | 4 ++++ lib/CodeGen/CodeGenModule.cpp | 3 +++ test/CodeGenCUDA/convergent.cu | 4 ++-- test/CodeGenCUDA/device-var-init.cu | 6 +++--- test/CodeGenCUDA/nothrow.cu | 39 +++++++++++++++++++++++++++++++++++++ 7 files changed, 60 insertions(+), 11 deletions(-) create mode 100644 test/CodeGenCUDA/nothrow.cu