[PATCH] OpenMP parallel directive and qualified names in threadprivate

Alexey Bataev a.bataev at hotmail.com
Sun Mar 24 23:17:38 PDT 2013


Hi doug.gregor, gribozavr, hfinkel,

Hello Doug, Hal, Dmitri,
Here is a new patch with parsing and partial semantic analysis for '#pragma omp parallel'. Also this patch adds support of qualified variables in '#pragma omp threadprivate'. Currently there is no variables capturing (awaiting for CapturedStmt). Also no semantic analysis for 'default(none)' (again, requires captured statements).

Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team
Intel Corp.

http://llvm-reviews.chandlerc.com/D572

Files:
  test/OpenMP/parallel_reduction_messages.cpp
  test/OpenMP/parallel_if_messages.cpp
  test/OpenMP/parallel_copyin_messages.cpp
  test/OpenMP/parallel_shared_messages.cpp
  test/OpenMP/parallel_num_threads_messages.cpp
  test/OpenMP/parallel_private_messages.cpp
  test/OpenMP/parallel_ast_print.cpp
  test/OpenMP/parallel_messages.cpp
  test/OpenMP/parallel_messages.c
  test/OpenMP/parallel_firstprivate_messages.cpp
  test/OpenMP/parallel_default_messages.cpp
  test/OpenMP/threadprivate_messages.cpp
  include/clang/Basic/OpenMPKinds.def
  include/clang/Basic/StmtNodes.td
  include/clang/Basic/OpenMPKinds.h
  include/clang/Basic/DiagnosticParseKinds.td
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Sema/Sema.h
  include/clang/Sema/Scope.h
  include/clang/AST/StmtOpenMP.h
  include/clang/AST/StmtVisitor.h
  include/clang/AST/DeclOpenMP.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/Parse/Parser.h
  include/clang/Serialization/ASTBitCodes.h
  include/clang-c/Index.h
  tools/libclang/RecursiveASTVisitor.h
  tools/libclang/CXCursor.cpp
  tools/libclang/CIndex.cpp
  lib/Basic/OpenMPKinds.cpp
  lib/Sema/TreeTransform.h
  lib/Sema/SemaOpenMP.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  lib/Sema/SemaStmt.cpp
  lib/Sema/JumpDiagnostics.cpp
  lib/Sema/SemaAccess.cpp
  lib/Sema/Sema.cpp
  lib/AST/DeclPrinter.cpp
  lib/AST/DeclOpenMP.cpp
  lib/AST/Stmt.cpp
  lib/AST/StmtPrinter.cpp
  lib/AST/StmtProfile.cpp
  lib/StaticAnalyzer/Core/ExprEngine.cpp
  lib/CodeGen/CGStmt.cpp
  lib/Parse/ParseStmt.cpp
  lib/Parse/ParseOpenMP.cpp
  lib/Serialization/ASTReaderDecl.cpp
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterStmt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D572.1.patch
Type: text/x-patch
Size: 198430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130324/37e5acd2/attachment.bin>


More information about the cfe-commits mailing list