summaryrefslogtreecommitdiff
path: root/flang
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] 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] Fix some typo-like things in test case (#168582)Krzysztof Parzyszek
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] Switch select-case-statement.f90 to new lowering (#168754)Eugene Epshteyn
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-20[NFC][flang] Replace use of flang -fc1 with %flang_fc1 in few test case (#168...Kiran Kumar T P
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-19[flang][runtime] Control stream truncation via runtime environment (#168415)Peter Klausler
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][NFC] Strip trailing whitespace from tests (7 of N)Tarun Prabhu
2025-11-19[flang] "Almost NFC" changes to fir::runtime::genCharCompare() (#168563)Eugene Epshteyn
2025-11-19[AMDGPU] Adding instruction specific features (#167809)Shoreshen
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-18[flang][NFC] Strip trailing whitespace from tests (6 of N)Tarun Prabhu
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][NFC] Strip trailing whitespace from tests (5 of N)Tarun Prabhu
2025-11-17[flang][OpenMP] Store Block in OpenMPLoopConstruct, add access functions (#16...Krzysztof Parzyszek
2025-11-17Reland [VPlan] Expand WidenInt inductions with nuw/nsw (#168354)Ramkumar Ramachandra
2025-11-17[MLIR][NVVM] Add support for shared::cta destination (#168056)Durgadoss R
2025-11-14[flang][cuf] Add to cuf.alloc/cuf.allocate mem alloc effect (#167414)Susan Tan (ス-ザン タン)
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][AIX] add use of the variables (NFC) (#168073)Kelvin Li
2025-11-14[flang][runtime] Advance output record in specific case (#167786)Peter Klausler
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-14Revert "[VPlan] Expand WidenInt inductions with nuw/nsw" (#168080)Alex Bradbury
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[VPlan] Expand WidenInt inductions with nuw/nsw (#163538)Ramkumar Ramachandra
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[mlir][NVVM] Make sure barrier reduction attr can roundtrip (#167958)Valentin Clement (バレンタイン クレメン)
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