This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ea17ab5 [Builtin] Make __builtin_thread_pointer target-independent. new 514b1aa [OpenMP] Cast captures by copy when passed to fork call so 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/CGOpenMPRuntime.cpp | 31 ++-------- lib/CodeGen/CGStmtOpenMP.cpp | 64 ++++++++++++--------- lib/CodeGen/CodeGenFunction.h | 3 +- test/OpenMP/for_firstprivate_codegen.cpp | 11 +++- test/OpenMP/parallel_firstprivate_codegen.cpp | 82 +++++++++++++++++---------- test/OpenMP/sections_firstprivate_codegen.cpp | 6 +- test/OpenMP/single_codegen.cpp | 44 +++++++++----- test/OpenMP/single_firstprivate_codegen.cpp | 11 +++- test/OpenMP/teams_firstprivate_codegen.cpp | 20 ++++--- 9 files changed, 162 insertions(+), 110 deletions(-)