summaryrefslogtreecommitdiff
path: root/flang/test
AgeCommit message (Expand)Author
2025-11-22[flang][OpenMP] Canonicalize loops with intervening OpenMP constructs (#169191)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][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-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] 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[AMDGPU] Adding instruction specific features (#167809)Shoreshen
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][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] 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] 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[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][NFC] Strip trailing whitespace from tests (4 of N)Tarun Prabhu
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][OpenMP] - Fix the mapping flags used on descriptors mapped by MapsFor...Pranav Bhandarkar
2025-11-12[flang][NFC] Strip trailing whitespace from tests (3 of N)Tarun Prabhu
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