This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b88e54aa8b [OpenMP][NVPTX] Enable default scheduling for parallel for i [...] new d24c5921e8 [OpenMP][NVPTX] Use single loops when generating code for di [...]
The 1 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/StmtOpenMP.h | 36 +++- lib/AST/StmtOpenMP.cpp | 12 ++ lib/CodeGen/CGOpenMPRuntime.cpp | 12 ++ lib/CodeGen/CGOpenMPRuntime.h | 16 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 9 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 2 +- lib/CodeGen/CGStmtOpenMP.cpp | 116 ++++++++--- lib/Sema/SemaOpenMP.cpp | 17 +- lib/Serialization/ASTReaderStmt.cpp | 2 + lib/Serialization/ASTWriterStmt.cpp | 2 + test/OpenMP/distribute_parallel_for_codegen.cpp | 220 ++++++++++++--------- .../distribute_parallel_for_simd_codegen.cpp | 220 ++++++++++++--------- ...arget_teams_distribute_parallel_for_codegen.cpp | 78 +++++++- 13 files changed, 529 insertions(+), 213 deletions(-)