[all-commits] [llvm/llvm-project] fb6fb9: [Clang][OpenMP] Add reverse and interchange direct...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Mon May 13 13:44:46 PDT 2024
Branch: refs/heads/users/meinersbur/clang_openmp_reverse+interchange
Home: https://github.com/llvm/llvm-project
Commit: fb6fb944d9bbc608e627e6d9107cad3a3abca6fd
https://github.com/llvm/llvm-project/commit/fb6fb944d9bbc608e627e6d9107cad3a3abca6fd
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2024-05-13 (Mon, 13 May 2024)
Changed paths:
M clang/include/clang-c/Index.h
M clang/include/clang/AST/OpenMPClause.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/include/clang/AST/StmtOpenMP.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/StmtNodes.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/SemaOpenMP.h
M clang/include/clang/Serialization/ASTBitCodes.h
M clang/lib/AST/OpenMPClause.cpp
M clang/lib/AST/StmtOpenMP.cpp
M clang/lib/AST/StmtPrinter.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Sema/SemaExceptionSpec.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
A clang/test/OpenMP/interchange_ast_print.cpp
A clang/test/OpenMP/interchange_codegen.cpp
A clang/test/OpenMP/interchange_messages.cpp
A clang/test/OpenMP/reverse_ast_print.cpp
A clang/test/OpenMP/reverse_codegen.cpp
A clang/test/OpenMP/reverse_messages.cpp
M clang/tools/libclang/CIndex.cpp
M clang/tools/libclang/CXCursor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMP.td
A openmp/runtime/test/transform/interchange/foreach.cpp
A openmp/runtime/test/transform/interchange/intfor.c
A openmp/runtime/test/transform/interchange/iterfor.cpp
A openmp/runtime/test/transform/interchange/parallel-wsloop-collapse-foreach.cpp
A openmp/runtime/test/transform/interchange/parallel-wsloop-collapse-intfor.cpp
A openmp/runtime/test/transform/reverse/foreach.cpp
A openmp/runtime/test/transform/reverse/intfor.c
A openmp/runtime/test/transform/reverse/iterfor.cpp
A openmp/runtime/test/transform/reverse/parallel-wsloop-collapse-foreach.cpp
A openmp/runtime/test/transform/reverse/parallel-wsloop-collapse-intfor.cpp
Log Message:
-----------
[Clang][OpenMP] Add reverse and interchange directives
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list