This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 44f6e9ddf3 Non-functional change. Fix test for D29654. new f9afe1de8c Use "foo-12345.o.tmp" instead of "foo.o-12345" as temporary [...] new 6a68af0c0f [OPENMP][DEBUG] Set proper address space info if required by [...]
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/Attr.td | 8 ++ include/clang/Sema/Sema.h | 5 ++ lib/CodeGen/CGOpenMPRuntime.h | 26 ++++++ lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 78 ++++++++++++++++++ lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 25 ++++++ lib/CodeGen/CGStmtOpenMP.cpp | 69 +++++++++++----- lib/Frontend/CompilerInstance.cpp | 10 ++- lib/Sema/SemaExpr.cpp | 2 + lib/Sema/SemaOpenMP.cpp | 33 ++++++++ test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 70 ++++++++-------- test/OpenMP/target_parallel_debug_codegen.cpp | 97 +++++++++++++++++++++++ 11 files changed, 367 insertions(+), 56 deletions(-) create mode 100644 test/OpenMP/target_parallel_debug_codegen.cpp