[PATCH] D99537: [OPENMP51]Initial support for the dispatch directive
Mike Rice via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 13:29:27 PDT 2021
mikerice created this revision.
mikerice added reviewers: ABataev, jdoerfert.
Herald added subscribers: dexonsmith, martong, arphaman, guansong, yaxunl.
mikerice requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
Added basic parsing/sema/serialization support for dispatch directive.
Starting support for 'omp dispatch'. We are working on additional patches for the 'novariants' and 'nocontext' and 'adjust_args' and 'append_args' for 'omp declare variant'.
https://reviews.llvm.org/D99537
Files:
clang/include/clang-c/Index.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/AST/StmtOpenMP.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Basic/StmtNodes.td
clang/include/clang/Sema/Sema.h
clang/include/clang/Serialization/ASTBitCodes.h
clang/lib/AST/StmtOpenMP.cpp
clang/lib/AST/StmtPrinter.cpp
clang/lib/AST/StmtProfile.cpp
clang/lib/Basic/OpenMPKinds.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/Parse/ParseOpenMP.cpp
clang/lib/Sema/SemaExceptionSpec.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
clang/test/OpenMP/dispatch_ast_print.cpp
clang/test/OpenMP/dispatch_messages.cpp
clang/tools/libclang/CIndex.cpp
clang/tools/libclang/CXCursor.cpp
llvm/include/llvm/Frontend/OpenMP/OMP.td
llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99537.333970.patch
Type: text/x-patch
Size: 29629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210329/eb8cc941/attachment.bin>
More information about the llvm-commits
mailing list