[PATCH] [PATCH] OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
a.bataev at hotmail.com
Fri Jul 26 06:24:38 PDT 2013
ABataev added you to the CC list for the revision "[PATCH] OpenMP: Data-sharing attributes analysis and clause 'shared'".
Hi doug.gregor, hfinkel, gribozavr, wei.pan, cbergstrom,
This patch adds some basic data-sharing attributes analysis for OpenMP constructs.
http://llvm-reviews.chandlerc.com/D1223
Files:
test/OpenMP/parallel_messages.cpp
test/OpenMP/parallel_default_messages.cpp
test/OpenMP/parallel_shared_messages.cpp
test/OpenMP/parallel_private_messages.cpp
include/clang/Basic/OpenMPKinds.def
include/clang/Basic/CapturedStmt.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/ScopeInfo.h
include/clang/Sema/Sema.h
include/clang/Sema/Scope.h
include/clang/AST/StmtOpenMP.h
include/clang/AST/RecursiveASTVisitor.h
tools/libclang/RecursiveASTVisitor.h
tools/libclang/CIndex.cpp
lib/Sema/TreeTransform.h
lib/Sema/SemaOpenMP.cpp
lib/Sema/Sema.cpp
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/CodeGen/CGStmt.cpp
lib/Parse/ParseOpenMP.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1223.1.patch
Type: text/x-patch
Size: 49542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130726/0b19cd64/attachment.bin>
More information about the cfe-commits
mailing list