summaryrefslogtreecommitdiff
path: root/flang/lib
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] Move some utilities from openmp-parsers to openmp-uti… (#16...Krzysztof Parzyszek
2025-11-22[flang][OpenMP] Fix build with gcc 7.5.0 (#169184)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[flang] Use hlfir.cmpchar for SELECT CASE of charsSelect case hlfir cmpchar (...Eugene Epshteyn
2025-11-21[flang][NFC] replace std::exit by fir::emitFatalError in Lower/Runtime.cpp (#...jeanPerier
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-21[OpenMP] Introduce "loop sequence" as directive association (#168934)Krzysztof Parzyszek
2025-11-20[flang][cuda] Extract element count computation into helper function (#168937)Zhen Wang
2025-11-20[flang] simplify pointer assignments (#168732)jeanPerier
2025-11-20[flang][debug] Make common blocks data extraction more robust. (#168752)Abid Qadeer
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-19[flang] Fix crash in UseErrorDetails construction case (#168126)Peter Klausler
2025-11-19[flang] Tokenize all -D macro bodies, and do it better (#168116)Peter Klausler
2025-11-19[flang] "Almost NFC" changes to fir::runtime::genCharCompare() (#168563)Eugene Epshteyn
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] Undeprecate accidentally deprecated TARGET LOOP (#167495)Krzysztof Parzyszek
2025-11-17[OpenMP][Flang] Change the OmpDefaultMapperName suffix (#168399)Akash Banerjee
2025-11-17[Flang] [OpenMP] Add support for spaces in between the name (#168311)Thirumalai Shaktivel
2025-11-17[flang][OpenMP] Store Block in OpenMPLoopConstruct, add access functions (#16...Krzysztof Parzyszek
2025-11-14[flang][acc] Add missing dependency on MLIROpenACCUtils (#168117)Razvan Lupusoru
2025-11-14[Flang][OpenMP] Fix defaultmap(none) being overly aggressive with symbol chec...agozillon
2025-11-14[flang] Disable some warnings with ineluctable false positives (#167714)Peter Klausler
2025-11-14[flang] Use instantiated PDT for structure constructor in default init (#167409)Peter Klausler
2025-11-14[OpenMP][Flang] Emit default declare mappers implicitly for derived types (#1...Akash Banerjee
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-14[flang] Removed old option -fdebug-dump-pre-fir (#168008)Eugene Epshteyn
2025-11-14[flang][debug] handle inlined dummy_scope after #167489 (#168039)jeanPerier
2025-11-13[flang][cuda][NFC] Use NVVM barrier op with reduction (#167940)Valentin Clement (バレンタイン クレメン)
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][OpenMP] Delete include of unused header, NFC (#167762)Krzysztof Parzyszek
2025-11-12[flang] Fixed regression in copy-in/copy-out (#161259)Eugene Epshteyn
2025-11-12[Flang][OpenMP] - Fix the mapping flags used on descriptors mapped by MapsFor...Pranav Bhandarkar
2025-11-12[Flang][OpenMP] Add Lowering support for Collapse with Taskloop (#166791)Jack Styles
2025-11-12[flang] Disallow passing array actual arguments to ignore_tkr(r) scalars with...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][MLIR] Lowering of reduction,inreduction, nogroup and lastpriv...Kaviya Rajendiran
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