This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f6a49c4be8 [CFG] Introduce CFGElementRef, a wrapper that knows it's pos [...] new 8992979c9f [OPENMP]Support for non-rectangular loops.
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 | 77 +++++- lib/AST/StmtOpenMP.cpp | 85 ++++++ lib/CodeGen/CGStmtOpenMP.cpp | 30 ++ lib/Sema/SemaOpenMP.cpp | 531 ++++++++++++++++++++++++++++++------ lib/Serialization/ASTReaderStmt.cpp | 12 + lib/Serialization/ASTWriterStmt.cpp | 6 + test/OpenMP/for_codegen.cpp | 182 +++++++++++- test/OpenMP/for_loop_messages.cpp | 3 +- test/OpenMP/parallel_messages.cpp | 2 +- 9 files changed, 828 insertions(+), 100 deletions(-)