aboutsummaryrefslogtreecommitdiff
path: root/flang/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[flang][cuda][NFC] Split allocation related operation conversion from other c...Valentin Clement (バレンタイン クレメン)2-0/+41
2025-12-01[flang][OpenMP] Remove directive-specific code from GetOmpDirectiveNa… (#17...Krzysztof Parzyszek1-11/+1
2025-12-01Revert "[flang][TBAA] refine TARGET/POINTER encoding" (#170105)Tom Eccles1-19/+5
2025-12-01[flang][TBAA] refine TARGET/POINTER encoding (#169544)Tom Eccles1-5/+19
2025-11-28[flang][OpenMP] Make OmpDirectiveSpecification::Flags an EnumSet (#169713)Krzysztof Parzyszek4-3/+33
2025-11-28[flang] Support FLUSH as an intrinsic subroutine (#165942)Miguel Saldivar3-0/+4
2025-11-27[flang][cuda][NFC] Fix naming of CUFGetAssociatedStream (#169838)Valentin Clement (バレンタイン クレメン)1-1/+1
2025-11-26[flang] Use default constructor for FIRToSCF pass (#169741)Valentin Clement (バレンタイン クレメン)2-2/+0
2025-11-26[flang][cuda][rt] Add entry point to get the allocation stream (#169608)Valentin Clement (バレンタイン クレメン)1-0/+3
2025-11-26[OpenMP][flang] Add initial support for by-ref reductions on the GPU (#165714)Kareem Ergawy1-4/+14
2025-11-25[flang][cuda] Use PTX instruction for atomicAdd with 4xf32 (#169581)Valentin Clement (バレンタイン クレメン)1-0/+2
2025-11-25[acc][flang] Add getInitRegion() to GlobalVariableOpInterface (#169569)Razvan Lupusoru1-0/+1
2025-11-25[flang][fir] Convert `fir.do_loop` with the unordered attribute to `scf.paral...Ming Yan2-0/+7
2025-11-25Revert "[Flang] Move builtin .mod generation into runtimes" (#169489)Jan Patrick Lehr1-7/+0
2025-11-25[Flang] Move builtin .mod generation into runtimes (#137828)Michael Kruse1-0/+7
2025-11-24[flang][cuda] Add support for cluster_block_index in cooperative groups (#169...Valentin Clement (バレンタイン クレメン)1-0/+1
2025-11-24[flang][cuda] Add support for cluster_dim_blocks in cooperative_groups (#169417)Valentin Clement (バレンタイン クレメン)1-0/+1
2025-11-24[flang][cuda] Implement this_cluster for cooperative groups (#169414)Valentin Clement (バレンタイン クレメン)1-0/+1
2025-11-24[OpenMP][flang] Lowering of OpenMP custom reductions to MLIR (#168417)Jan Leyonberg1-0/+18
2025-11-23[flang][OpenMP] Better diagnostics for invalid or misplaced directives (#168885)Krzysztof Parzyszek2-1/+21
2025-11-22[flang][OpenMP] Canonicalize loops with intervening OpenMP constructs (#169191)Krzysztof Parzyszek1-0/+1
2025-11-22[flang][OpenMP] Move some utilities from openmp-parsers to openmp-uti… (#16...Krzysztof Parzyszek1-0/+10
2025-11-22[flang][OpenMP] Implement loop nest parser (#168884)Krzysztof Parzyszek1-2/+1
2025-11-22[Flang] Add -ffast-real-mod back for further control of MOD optimizations (#1...Michael Klemm1-1/+1
2025-11-21[acc][flang] Implement acc interface for tracking type descriptors (#168982)Razvan Lupusoru1-0/+9
2025-11-21[Flang][OpenMP] Add semantic support for Loop Sequences and OpenMP loop fuse ...Ferran Toda2-0/+10
2025-11-20[flang][cuda] Extract element count computation into helper function (#168937)Zhen Wang1-0/+4
2025-11-20[flang][debug] Make common blocks data extraction more robust. (#168752)Abid Qadeer1-1/+9
2025-11-19[flang] Tokenize all -D macro bodies, and do it better (#168116)Peter Klausler2-8/+1
2025-11-18[mlir][acc][flang] Introduce OpenACC interfaces for globals (#168614)Razvan Lupusoru1-0/+14
2025-11-18[flang][OpenMP] Move two utilities from Semantics to Parser, NFC (#168549)Krzysztof Parzyszek2-2/+2
2025-11-17[flang][OpenMP] Store Block in OpenMPLoopConstruct, add access functions (#16...Krzysztof Parzyszek1-5/+5
2025-11-14[flang][cuf] Add to cuf.alloc/cuf.allocate mem alloc effect (#167414)Susan Tan (ス-ザン タン)1-3/+4
2025-11-14[flang][runtime] Advance output record in specific case (#167786)Peter Klausler2-24/+0
2025-11-14[flang] Use instantiated PDT for structure constructor in default init (#167409)Peter Klausler1-0/+1
2025-11-14[flang] Implement !DIR$ IVDEP directive (#133728)Jean-Didier PAILLEUX4-14/+18
2025-11-13[NFC][flang] Introduce FortranObjectViewOpInterface. (#166841)Slava Zakharin3-15/+127
2025-11-13[Flang][OpenMP] Update declare mapper lookup via use-module (#167903)Akash Banerjee2-1/+27
2025-11-13Revert "[Flang][OpenMP] Update declare mapper lookup via use-module" (#167896)Akash Banerjee2-26/+1
2025-11-13[Flang][OpenMP] Update declare mapper lookup via use-module (#163860)Akash Banerjee2-1/+26
2025-11-12[flang] Fixed regression in copy-in/copy-out (#161259)Eugene Epshteyn1-2/+2
2025-11-12[flang][debug] Track dummy argument positions explicitly. (#167489)Abid Qadeer5-8/+17
2025-11-12[flang] Adding lowering of TEAMs features to PRIF in MIF Dialect (#165573)Jean-Didier PAILLEUX5-10/+184
2025-11-11Add FramePointerKind::NonLeafNoReserve (#163775)Nabeel Omer1-1/+1
2025-11-11[flang][OpenMP] Semantic checks for DYN_GROUPPRIVATE (#166214)Krzysztof Parzyszek1-0/+2
2025-11-11[flang][OpenMP] Replace modifiers in DYN_GROUPPRIVATE clause (#166199)Krzysztof Parzyszek2-3/+15
2025-11-11[Flang][OpenMP] Improve Semantics for Derived Type Array Elements (#167296)Jack Styles1-0/+3
2025-11-10[flang][NFC] Characterize allocation based on MemAlloc effect instead of patt...Susan Tan (ス-ザン タン)1-6/+6
2025-11-10[flang][CUDA] Unify element size computation in CUF helpers (#167398)Zhen Wang1-0/+5
2025-11-10[Flang][OpenMP] Move char box bounds generation for Maps to DirectiveCommons....agozillon1-2/+10