[OPENMP] firstprivate and private clauses of teams, host codegeneration
authorCarlo Bertolli <cbertol@us.ibm.com>
Thu, 3 Mar 2016 22:09:40 +0000 (22:09 +0000)
committerCarlo Bertolli <cbertol@us.ibm.com>
Thu, 3 Mar 2016 22:09:40 +0000 (22:09 +0000)
commit6ad7b5aff2cf27335bb9d501816d872b8fac9100
tree9d8b21f8251dadcb9965f366809abc2f34be5db6
parent6df27e7f218c782ca7cf5c50199aa25e688aeb73
[OPENMP] firstprivate and private clauses of teams, host codegeneration

Add code generation support for firstprivate and private clauses of teams on the host. Add extensive regression tests including lambda functions and vla testing.

http://reviews.llvm.org/D17582

llvm-svn: 262663
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/teams_firstprivate_codegen.cpp [new file with mode: 0644]
clang/test/OpenMP/teams_private_codegen.cpp [new file with mode: 0644]