[OPENMP] Codegen for untied tasks.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 20 Apr 2016 04:01:36 +0000 (04:01 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 20 Apr 2016 04:01:36 +0000 (04:01 +0000)
commit48591dd98cd840e7add4615211691bf4bbb5640d
tree68e1dea7c83c422e8f404af70dc9c05209582075
parentb10474903ca468fc2d66e07dac1e2121e5737833
[OPENMP] Codegen for untied tasks.

If the untied clause is present on a task construct, any thread in the
team can resume the task region after a suspension. Patch adds proper
codegen for untied tasks.

llvm-svn: 266853
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/task_codegen.cpp
clang/test/OpenMP/task_firstprivate_codegen.cpp
clang/test/OpenMP/task_private_codegen.cpp