summaryrefslogtreecommitdiff
path: root/flang/include
AgeCommit message (Expand)Author
2025-11-22[flang][OpenMP] Canonicalize loops with intervening OpenMP constructs (#169191)Krzysztof Parzyszek
2025-11-22[flang][OpenMP] Move some utilities from openmp-parsers to openmp-uti… (#16...Krzysztof Parzyszek
2025-11-22[flang][OpenMP] Implement loop nest parser (#168884)Krzysztof Parzyszek
2025-11-22[Flang] Add -ffast-real-mod back for further control of MOD optimizations (#1...Michael Klemm
2025-11-21[acc][flang] Implement acc interface for tracking type descriptors (#168982)Razvan Lupusoru
2025-11-21[Flang][OpenMP] Add semantic support for Loop Sequences and OpenMP loop fuse ...Ferran Toda
2025-11-20[flang][cuda] Extract element count computation into helper function (#168937)Zhen Wang
2025-11-20[flang][debug] Make common blocks data extraction more robust. (#168752)Abid Qadeer
2025-11-19[flang] Tokenize all -D macro bodies, and do it better (#168116)Peter Klausler
2025-11-18[mlir][acc][flang] Introduce OpenACC interfaces for globals (#168614)Razvan Lupusoru
2025-11-18[flang][OpenMP] Move two utilities from Semantics to Parser, NFC (#168549)Krzysztof Parzyszek
2025-11-17[flang][OpenMP] Store Block in OpenMPLoopConstruct, add access functions (#16...Krzysztof Parzyszek
2025-11-14[flang][cuf] Add to cuf.alloc/cuf.allocate mem alloc effect (#167414)Susan Tan (ス-ザン タン)
2025-11-14[flang][runtime] Advance output record in specific case (#167786)Peter Klausler
2025-11-14[flang] Use instantiated PDT for structure constructor in default init (#167409)Peter Klausler
2025-11-14[flang] Implement !DIR$ IVDEP directive (#133728)Jean-Didier PAILLEUX
2025-11-13[NFC][flang] Introduce FortranObjectViewOpInterface. (#166841)Slava Zakharin
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][debug] Track dummy argument positions explicitly. (#167489)Abid Qadeer
2025-11-12[flang] Adding lowering of TEAMs features to PRIF in MIF Dialect (#165573)Jean-Didier PAILLEUX
2025-11-11Add FramePointerKind::NonLeafNoReserve (#163775)Nabeel Omer
2025-11-11[flang][OpenMP] Semantic checks for DYN_GROUPPRIVATE (#166214)Krzysztof Parzyszek
2025-11-11[flang][OpenMP] Replace modifiers in DYN_GROUPPRIVATE clause (#166199)Krzysztof Parzyszek
2025-11-11[Flang][OpenMP] Improve Semantics for Derived Type Array Elements (#167296)Jack Styles
2025-11-10[flang][NFC] Characterize allocation based on MemAlloc effect instead of patt...Susan Tan (ス-ザン タン)
2025-11-10[flang][CUDA] Unify element size computation in CUF helpers (#167398)Zhen Wang
2025-11-10[Flang][OpenMP] Move char box bounds generation for Maps to DirectiveCommons....agozillon
2025-11-10[Flang] Add parser support for prefetch directive (#139702)Thirumalai Shaktivel
2025-11-07[flang][cuda][NFC] Simplify thread fence lowering (#167009)Valentin Clement (バレンタイン クレメン)
2025-11-07[OpenMP] Add definitions for DECLARE_INDUCTION and related clauses (#166235)Krzysztof Parzyszek
2025-11-06[flang][acc] Add infrastructure and tests for ACCImplicitData (#166797)Razvan Lupusoru
2025-11-06[flang][OpenACC] simplify copy and combiner recipe generation (#164988)jeanPerier
2025-11-05[flang] Adding NOTIFY specifier in image selector and add notify type checks ...Jean-Didier PAILLEUX
2025-11-04[flang][cuda][NFC] Move CUDA intrinsics lowering to a separate file (#166461)Valentin Clement (バレンタイン クレメン)
2025-11-04[flang][cuda] Add interface and lowering for atomicadd_r4x2 and atomicadd_r4x...Valentin Clement (バレンタイン クレメン)
2025-11-03[flang][cuda] Add interfaces and lowering for atomicaddvector (#166275)Valentin Clement (バレンタイン クレメン)
2025-11-03[flang][cuda] Add support for f16 atomicadd (#166229)Valentin Clement (バレンタイン クレメン)
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[acc][flang] Implement OpenACC interface for partial entity accesses (#165911)Razvan Lupusoru
2025-10-31[flang] Better folding warning due to hidden conversion (#165430)Peter Klausler
2025-10-30[acc][flang] Define hasUnknownDimensions in MappableType (#165794)Razvan Lupusoru
2025-10-30[flang] One more fix for dumping evaluate::Expr (#165730)Krzysztof Parzyszek
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][cuda] Add interfaces and lowering for tma_bulk_store (#165482)Valentin Clement (バレンタイン クレメン)
2025-10-28[flang][cuda] Add interfaces and lowering for tma_bulk_load (#165474)Valentin Clement (バレンタイン クレメン)