This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 23683dc260 Remove another 'using namespace llvm' from the RecursiveSymb [...] new 28ac97fe10 [OPENMP] Generalization of codegen for reduction clauses.
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/CGOpenMPRuntime.cpp | 394 ++++++++++++++++++++++++ lib/CodeGen/CGOpenMPRuntime.h | 80 +++++ lib/CodeGen/CGStmtOpenMP.cpp | 477 ++++++------------------------ test/OpenMP/for_reduction_codegen.cpp | 14 +- test/OpenMP/for_reduction_codegen_UDR.cpp | 15 +- 5 files changed, 579 insertions(+), 401 deletions(-)