[PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'parallel' directive

Alexey Bataev a.bataev at hotmail.com
Thu Sep 25 21:23:32 PDT 2014


Added a comment for new private variable

http://reviews.llvm.org/D5140

Files:
  include/clang/AST/DataRecursiveASTVisitor.h
  include/clang/AST/OpenMPClause.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/AST/Stmt.cpp
  lib/AST/StmtProfile.cpp
  lib/CodeGen/CGDecl.cpp
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CGOpenMPRuntime.h
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/Sema/SemaOpenMP.cpp
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterStmt.cpp
  test/OpenMP/for_firstprivate_messages.cpp
  test/OpenMP/parallel_codegen.cpp
  test/OpenMP/parallel_firstprivate_codegen.cpp
  test/OpenMP/parallel_firstprivate_messages.cpp
  test/OpenMP/parallel_for_firstprivate_messages.cpp
  test/OpenMP/parallel_sections_firstprivate_messages.cpp
  test/OpenMP/sections_firstprivate_messages.cpp
  test/OpenMP/single_firstprivate_messages.cpp
  test/OpenMP/task_firstprivate_messages.cpp
  test/OpenMP/task_messages.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5140.14093.patch
Type: text/x-patch
Size: 83309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140926/26922169/attachment.bin>


More information about the cfe-commits mailing list