[OPENMP] Codegen for untied tasks.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 Apr 2016 16:27:55 +0000 (16:27 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 Apr 2016 16:27:55 +0000 (16:27 +0000)
commit823acfacdfef94ebc5f97e913bfbdac535a0d2bc
treec30976ab309667c22c3e72659fe0e9872815ce2f
parentf7d9b263844c731f5872a502f33d03f48d38cf6c
[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: 266754
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