-
- Downloads
[OPENMP] Codegen for distribute directive
This patch provide basic implementation of codegen for teams directive, excluding all clauses except dist_schedule. It also fixes parts of AST reader/writer to enable correct pre-compiled header handling. http://reviews.llvm.org/D17170 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262741 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/StmtOpenMP.h 14 additions, 7 deletionsinclude/clang/AST/StmtOpenMP.h
- lib/CodeGen/CGOpenMPRuntime.cpp 87 additions, 35 deletionslib/CodeGen/CGOpenMPRuntime.cpp
- lib/CodeGen/CGOpenMPRuntime.h 33 additions, 0 deletionslib/CodeGen/CGOpenMPRuntime.h
- lib/CodeGen/CGStmtOpenMP.cpp 228 additions, 69 deletionslib/CodeGen/CGStmtOpenMP.cpp
- lib/CodeGen/CodeGenFunction.h 8 additions, 0 deletionslib/CodeGen/CodeGenFunction.h
- lib/Serialization/ASTReaderStmt.cpp 2 additions, 1 deletionlib/Serialization/ASTReaderStmt.cpp
- lib/Serialization/ASTWriterStmt.cpp 2 additions, 1 deletionlib/Serialization/ASTWriterStmt.cpp
- test/OpenMP/distribute_codegen.cpp 239 additions, 0 deletionstest/OpenMP/distribute_codegen.cpp
Loading
Please register or sign in to comment