aboutsummaryrefslogtreecommitdiff
path: root/flang/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[flang][OpenMP] Frontend support for BEGIN/END METADIRECTIVE (#194402)Krzysztof Parzyszek7-45/+179
2026-04-28[flang][cuda] Preserve fir.rebox captured by cuf.kernel via CUDAKernelOpInter...Zhen Wang3-0/+27
2026-04-28[Flang][OpenMP] Validate `omp_initial_device` `omp_invalid_device` as device ...Amit Tiwari1-2/+14
2026-04-28[Flang] Fix -Wopen-mp-* and -Wopen-acc-* flag spellings (#188434)Michael Klemm2-8/+87
2026-04-28[flang][OpenMP] Move implementation detail from header to source, NFC (#194638)Krzysztof Parzyszek1-0/+22
2026-04-28[flang] allow rebox/embox of OPTIONAL (#194319)jeanPerier4-71/+185
2026-04-28Revert "[Flang][OpenMP] Clear close on descriptor members for box parents in ...Jan Patrick Lehr1-6/+12
2026-04-28[flang] improve array section analysis for WHERE (#194399)jeanPerier2-20/+133
2026-04-28[Flang][OpenMP] Clear close on descriptor members for box parents in USM (#19...Kareem Ergawy1-12/+6
2026-04-27[flang][cuda] Restore constructor for global only module (#194466)Valentin Clement (バレンタイン クレメン)1-11/+36
2026-04-27[flang][OpenMP] Move some utility functions from Semantics to Parser,… (#19...Krzysztof Parzyszek6-51/+50
2026-04-27[Flang][OpenMP] Add support for scope construct (#193098)Sunil Shrestha1-4/+41
2026-04-27[NFC][flang] Reodered checks for concrete ops and ifaces. (#193879)Slava Zakharin1-16/+16
2026-04-27[flang][cuda] Include constant extents in cuf.alloc size computation (#194288)khaki31-0/+10
2026-04-27[flang][cuda] Fix CUFDeviceGlobal duplicate skip and CUFAddConstructor for em...khaki32-1/+18
2026-04-27[Flang][OpenMP] Allow Fortran BLOCK construct inside WORKSHARE region (#193352)jay0x1-0/+6
2026-04-27[flang][semantics][openacc] Allow collapse clauses on do concurrent (#192488)Andre Kuhlenschmidt3-28/+64
2026-04-27[Flang][OpenMP] Fix crash lowering parallel do with nested tile construct (#1...CHANDRA GHALE1-3/+7
2026-04-27[Flang][OpenMP] Add pass to replace allocas with device shared memory (#161863)Sergio Afonso1-0/+7
2026-04-27[flang] only instantiate required symbols from parent modules (#193689)jeanPerier3-13/+85
2026-04-26[flang][OpenMP] Rename "declare constructs" to directives, NFC (#194240)Krzysztof Parzyszek11-72/+69
2026-04-25[flang][OpenMP] Replace llvmOmpClause with llvm::omp::Clause (#194162)Krzysztof Parzyszek2-12/+10
2026-04-25[flang][OpenMP] Clear branch labels in all program units (#194152)Krzysztof Parzyszek2-0/+5
2026-04-24[mlir] Add analysis filter in dataflow solver (#192998)Max1911-2/+3
2026-04-24[flang] [flang-rt] Implement AT edit descriptor for Fortran 202X with appropr...laoshd2-1/+5
2026-04-24[flang] Fix abort on invalid -fdo-concurrent-to-openmp value. (#193929)Abid Qadeer1-4/+5
2026-04-24[flang][OpenMP] Rename dirSpec to spec in openmp-parsers.cpp, NFC (#193967)Krzysztof Parzyszek1-10/+10
2026-04-24[flang][OpenMP] Move branching verification to semantic checks (#193324)Krzysztof Parzyszek4-162/+198
2026-04-24[flang][OpenMP] Make OpenMPLoopConstruct inherit from OmpBlockConstruct (#193...Krzysztof Parzyszek10-63/+19
2026-04-24[Flang] Add `INLINEALWAYS` Compiler Directive (#192674)Jack Styles5-0/+51
2026-04-24[flang][debug] generate llvm.fake.use for arguments at -g and O0 (#187044)jeanPerier3-15/+55
2026-04-23Revert "[flang][cuda] Preserve fir.rebox captured by cuf.kernel in SimplifyAr...Zhen Wang2-11/+0
2026-04-23[flang] Add comparison operators for c_devptr (#192687)nvptm1-1/+3
2026-04-23[flang][cuda] Preserve fir.rebox captured by cuf.kernel in SimplifyArrayCoorO...Zhen Wang2-0/+11
2026-04-23[flang] Add parser support for Fortran 2023 conditional arguments (F2023 R152...Vineet Kumar3-2/+46
2026-04-23[flang][OpenMP] Add parallel loop to loop directive parser set (#193621)Matt1-0/+1
2026-04-23[flang][cuda] Flatten memref descriptors in GPU kernel argument packing (#193...Zhen Wang1-9/+29
2026-04-23[flang] Route elemental CHARACTER MIN/MAX OPTIONAL cases through custom lower...Sairudra More2-1/+9
2026-04-23[flang] Support polymorphic types in conditional expressions (#192684)Caroline Newcombe2-18/+25
2026-04-23[flang] Add the MLIR pass pipelines for dumping (#183144)tedj4-0/+39
2026-04-23[flang] Ignore -fno-realloc-lhs for polymorphic allocatable LHS with warning ...Eugene Epshteyn4-6/+20
2026-04-23[flang][OpenMP] Remove OmpEndLoopDirective from PFT (#193602)Krzysztof Parzyszek1-3/+0
2026-04-23[Flang][Semantics] Allow EVENT_TYPE, LOCK_TYPE and NOTIFY TYPE to be dealloca...Jean-Didier PAILLEUX1-4/+8
2026-04-22[flang] Disable copy-out to INTENT(IN) args (#192382)Eugene Epshteyn1-0/+15
2026-04-22[flang] Fix inline transfer for unsigned integer types (#193570)Zhen Wang1-2/+2
2026-04-22[flang][OpenMP] Support user-defined declare reduction with derived types (#1...Matt4-52/+215
2026-04-22[flang][OpenMP] Remove unused member, NFC (#193512)Krzysztof Parzyszek1-12/+0
2026-04-22[Flang] Add SIMD Compiler Directive (#192969)Jack Styles5-2/+18
2026-04-22[flang] Move ResolveAccParts and ResolveOmpParts into better location… (#19...Krzysztof Parzyszek1-22/+22
2026-04-22[flang][OpenMP] Move directive deprecation check to semantic checks (#192796)Krzysztof Parzyszek3-59/+35