This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8aead58dfc [OPENMP]Allocate clause allocator in target region. new 2f03b60f2c [CodeGen] Generate follow-up metadata for loops with more th [...]
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: lib/CodeGen/CGLoopInfo.cpp | 540 +++++++++++++++++---- lib/CodeGen/CGLoopInfo.h | 84 +++- test/CodeGenCXX/pragma-followup_inner.cpp | 42 ++ test/CodeGenCXX/pragma-followup_outer.cpp | 41 ++ .../pragma-loop-safety-imperfectly_nested.cpp | 4 +- test/CodeGenCXX/pragma-loop-safety-nested.cpp | 4 +- test/CodeGenCXX/pragma-loop-safety-outer.cpp | 2 +- test/CodeGenCXX/pragma-loop-safety.cpp | 10 +- test/CodeGenCXX/pragma-loop.cpp | 59 ++- test/CodeGenCXX/pragma-unroll-and-jam.cpp | 2 +- test/OpenMP/simd_metadata.c | 6 +- 11 files changed, 668 insertions(+), 126 deletions(-) create mode 100644 test/CodeGenCXX/pragma-followup_inner.cpp create mode 100644 test/CodeGenCXX/pragma-followup_outer.cpp