[all-commits] [llvm/llvm-project] 915fe9: [clang][OpenMP] Prototype #2 of directive splitting
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Sep 19 07:08:44 PDT 2024
Branch: refs/heads/users/kparzysz/spr/p02-a02-proto
Home: https://github.com/llvm/llvm-project
Commit: 915fe94064e727d3e75127ab4cb1786226297250
https://github.com/llvm/llvm-project/commit/915fe94064e727d3e75127ab4cb1786226297250
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-09-19 (Thu, 19 Sep 2024)
Changed paths:
M clang/include/clang/AST/OpenMPClause.h
M clang/include/clang/AST/Stmt.h
M clang/include/clang/Basic/OpenMPKinds.h
M clang/include/clang/Sema/SemaOpenMP.h
M clang/lib/AST/Stmt.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Sema/CMakeLists.txt
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaOpenMP.cpp
A clang/lib/Sema/SemaOpenMPExt.cpp
A clang/lib/Sema/SemaOpenMPExt.h
M clang/lib/Sema/TreeTransform.h
M llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
M llvm/include/llvm/Frontend/OpenMP/OMP.h
M llvm/include/llvm/Frontend/OpenMP/OMP.td
M llvm/lib/Frontend/OpenMP/OMP.cpp
Log Message:
-----------
[clang][OpenMP] Prototype #2 of directive splitting
This is proto #1 minus the introduction of opaque AST nodes.
This isn't 100% finished, but it should be enough to illustrate
the changes needed to implement the feature.
Proto #1: https://github.com/llvm/llvm-project/pull/108855
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