summaryrefslogtreecommitdiff
path: root/flang/lib/Semantics
AgeCommit message (Expand)Author
2025-11-22[flang] Add missing include, fix build break after c81a189c50 (#169192)Krzysztof Parzyszek
2025-11-22[flang][OpenMP] Canonicalize loops with intervening OpenMP constructs (#169191)Krzysztof Parzyszek
2025-11-22[flang][OpenMP] Implement loop nest parser (#168884)Krzysztof Parzyszek
2025-11-21[Flang][OpenMP] Add semantic support for Loop Sequences and OpenMP loop fuse ...Ferran Toda
2025-11-19[flang] Fix crash in UseErrorDetails construction case (#168126)Peter Klausler
2025-11-18[flang][OpenMP] Move two utilities from Semantics to Parser, NFC (#168549)Krzysztof Parzyszek
2025-11-17[flang][OpenMP] Undeprecate accidentally deprecated TARGET LOOP (#167495)Krzysztof Parzyszek
2025-11-17[flang][OpenMP] Store Block in OpenMPLoopConstruct, add access functions (#16...Krzysztof Parzyszek
2025-11-14[Flang][OpenMP] Fix defaultmap(none) being overly aggressive with symbol chec...agozillon
2025-11-14[flang] Use instantiated PDT for structure constructor in default init (#167409)Peter Klausler
2025-11-14[flang][OpenMP] Remove dead code left over after PR143715, NFC (#167941)Krzysztof Parzyszek
2025-11-14[flang] Implement !DIR$ IVDEP directive (#133728)Jean-Didier PAILLEUX
2025-11-13[Flang][OpenMP] Update declare mapper lookup via use-module (#167903)Akash Banerjee
2025-11-13Revert "[Flang][OpenMP] Update declare mapper lookup via use-module" (#167896)Akash Banerjee
2025-11-13[Flang][OpenMP] Update declare mapper lookup via use-module (#163860)Akash Banerjee
2025-11-12[flang] Fixed regression in copy-in/copy-out (#161259)Eugene Epshteyn
2025-11-12[flang] Disallow passing array actual arguments to ignore_tkr(r) scalars with...Eugene Epshteyn
2025-11-11[flang][OpenMP] Semantic checks for DYN_GROUPPRIVATE (#166214)Krzysztof Parzyszek
2025-11-11[Flang][OpenMP] Improve Semantics for Derived Type Array Elements (#167296)Jack Styles
2025-11-11[Flang][OpenMP] Initial defaultmap(none) implementation (#166715)agozillon
2025-11-10[flang][OpenMP] Detect complex part designators in atomic variables (#166612)Krzysztof Parzyszek
2025-11-10[Flang] Add parser support for prefetch directive (#139702)Thirumalai Shaktivel
2025-11-07[OpenMP] Add definitions for DECLARE_INDUCTION and related clauses (#166235)Krzysztof Parzyszek
2025-11-05[flang] Adding NOTIFY specifier in image selector and add notify type checks ...Jean-Didier PAILLEUX
2025-11-03[flang][OpenMP] Sort and move macro-based clause checks to the end, NFC (#166...Krzysztof Parzyszek
2025-11-03[flang][OpenMP] Use OmpDirectiveSpecification in ALLOCATE (#165865)Krzysztof Parzyszek
2025-11-03[flang][OpenMP] Reorganize ALLOCATE-related semantic checks (#165719)Krzysztof Parzyszek
2025-10-31[flang] Don't allow function calls to PROCEDURE() (#165786)Peter Klausler
2025-10-31[flang] Better folding warning due to hidden conversion (#165430)Peter Klausler
2025-10-31[flang][semantics] add semantic check that STAT and ERRMSG are not (de)alloca...Andre Kuhlenschmidt
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj
2025-10-29[flang] Implement IGNORE_TKR(P) (#165469)Eugene Epshteyn
2025-10-28[flang][OpenMP] Implement OpenMP stylized expressions (#165049)Krzysztof Parzyszek
2025-10-28[flang] Implement !DIR$ [NO]INLINE and FORCEINLINE directives (#134350)Jean-Didier PAILLEUX
2025-10-27[flang] Fixed regression with CDEFINED linkage (#164616)Eugene Epshteyn
2025-10-27[flang][OpenMP] Anonymous BLOCK DATA may not have Symbol at all (#165250)Krzysztof Parzyszek
2025-10-24[flang] More information on generic resolution failures (#164738)Peter Klausler
2025-10-24[flang] Catch function result that is non-pointer procedure (#164664)Peter Klausler
2025-10-24[flang] Adjust needless warning (#164500)Peter Klausler
2025-10-23[flang][OpenMP] Rename some AST classes to follow spec naming, NFC (#164870)Krzysztof Parzyszek
2025-10-23[flang][OpenMP] Add missing forward declarations and includes (#164860)Krzysztof Parzyszek
2025-10-22[flang][cuda] Do not consider function result as host array (#164669)Valentin Clement (バレンタイン クレメン)
2025-10-22[flang][OpenMP] Refactor/update semantic checks for ALLOCATE directive (#164420)Krzysztof Parzyszek
2025-10-22[flang][OpenMP] Keep track of scoping units in OmpStructureChecker (#164419)Krzysztof Parzyszek
2025-10-21[flang][OpenACC] Relax COMMON block usage restriction in OpenACC directives (...Eugene Epshteyn
2025-10-21[flang] Non-generic interface must shadow outer generic (#164469)Peter Klausler
2025-10-21[flang] Address OpenACC name resolution gaps (#164313)Peter Klausler
2025-10-21[Flang][OpenMP][Dialect] Swap to using MLIR dialect enum to encode map flags ...agozillon
2025-10-21[flang][OpenMP] Move check of ALIGN clause to visitor function (#164261)Krzysztof Parzyszek
2025-10-21[flang][OpenMP] Use parser::UnwrapRef instead of thing/value, NFC (#164087)Krzysztof Parzyszek