[all-commits] [llvm/llvm-project] 864cb2: [flang] Semantics for !DIR$ IGNORE_TKR
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Apr 19 09:39:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 864cb2aa451480b6d1907fd7bc4262c72b537a7c
https://github.com/llvm/llvm-project/commit/864cb2aa451480b6d1907fd7bc4262c72b537a7c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M flang/docs/Directives.md
M flang/include/flang/Common/Fortran-features.h
M flang/include/flang/Common/Fortran.h
M flang/include/flang/Common/enum-class.h
M flang/include/flang/Evaluate/characteristics.h
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Evaluate/type.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/include/flang/Semantics/symbol.h
M flang/lib/Common/Fortran.cpp
M flang/lib/Evaluate/characteristics.cpp
M flang/lib/Evaluate/tools.cpp
M flang/lib/Evaluate/type.cpp
M flang/lib/Parser/Fortran-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-declarations.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/lib/Semantics/symbol.cpp
A flang/test/Semantics/ignore_tkr01.f90
Log Message:
-----------
[flang] Semantics for !DIR$ IGNORE_TKR
Implement semantics for the IGNORE_TKR directive as it is interpreted
by the PGI / NVFORTRAN compiler.
Differential Revision: https://reviews.llvm.org/D148643
More information about the All-commits
mailing list