[all-commits] [llvm/llvm-project] 24e817: [flang][OpenMP] Parser support for DEPOBJ plus DEP...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Oct 29 08:41:55 PDT 2024
Branch: refs/heads/users/kparzysz/spr/d04-flang-depobj-dir
Home: https://github.com/llvm/llvm-project
Commit: 24e8174c47379351577cfd7b7772fee267681bf8
https://github.com/llvm/llvm-project/commit/24e8174c47379351577cfd7b7772fee267681bf8
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/include/flang/Semantics/symbol.h
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Lower/OpenMP/Clauses.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Lower/OpenMP/Todo/depobj-construct.f90
A flang/test/Parser/OpenMP/depobj-construct.f90
A flang/test/Semantics/OpenMP/depobj-construct-v50.f90
A flang/test/Semantics/OpenMP/depobj-construct-v51.f90
A flang/test/Semantics/OpenMP/depobj-construct-v52.f90
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][OpenMP] Parser support for DEPOBJ plus DEPEND, DESTROY, UPDATE
Parse the DEPOBJ construct and the associated clauses, perform basic
semantic checks.
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