]> granicus.if.org Git - clang/commit
[OPENMP] Refactoring of codegen for OpenMP directives.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 10 Apr 2015 04:50:10 +0000 (04:50 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 10 Apr 2015 04:50:10 +0000 (04:50 +0000)
commita3a07915ef4d0720f1f841ca825f05b7e458287a
tree967cc5ae507c1efa5af0ef0940cde21351e21b2a
parent5e087128f8ff5f12e15a0a534e9086ca711661e5
[OPENMP] Refactoring of codegen for OpenMP directives.

Refactored API of OpenMPRuntime for compatibility with combined directives.
Differential Revision: http://reviews.llvm.org/D8859

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234564 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
test/OpenMP/critical_codegen.cpp
test/OpenMP/master_codegen.cpp
test/OpenMP/parallel_codegen.cpp
test/OpenMP/sections_codegen.cpp
test/OpenMP/single_codegen.cpp