summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/OpenMP/ClauseProcessor.cpp
AgeCommit message (Expand)Author
2025-11-17[OpenMP][Flang] Change the OmpDefaultMapperName suffix (#168399)Akash Banerjee
2025-11-14[OpenMP][Flang] Emit default declare mappers implicitly for derived types (#1...Akash Banerjee
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-11[Flang][OpenMP][MLIR] Lowering of reduction,inreduction, nogroup and lastpriv...Kaviya Rajendiran
2025-10-21[Flang][OpenMP][Dialect] Swap to using MLIR dialect enum to encode map flags ...agozillon
2025-10-16[flang][OpenMP] Frontend support for ATTACH modifier (#163608)Krzysztof Parzyszek
2025-10-03[Flang] Add standalone tile support (#160298)Michael Kruse
2025-09-10[flang][OpenMP] Enable tiling (#143715)Jan Leyonberg
2025-09-04[flang] Attach proper storage to [hl]fir.declare in lowering. (#155742)Slava Zakharin
2025-08-29[Flang][OpenMP] Fix to resolve the crash with SIMD aligned clause. (#150612)Kaviya Rajendiran
2025-08-27[NFC][flang][OpenMP] Create `FortranUtils` lib and move `createMapInfoOp` to ...Kareem Ergawy
2025-08-11Fix build error from #151513.Akash Banerjee
2025-08-11[MLIR][OpenMP] Add lowering support for AUTOMAP modifier (#151513)Akash Banerjee
2025-08-04[flang][Lower] Make reduction processing failure a hard error (#150233)Tom Eccles
2025-07-31[Flang] Add parser support for AUTOMAP modifier (#151511)Akash Banerjee
2025-07-23[flang][OpenMP] Restore reduction processor behavior broken by #145837 (#150178)Kareem Ergawy
2025-07-22[flang][OpenMP] Sema checks, lowering with new format of MAP modifiers (#149137)Krzysztof Parzyszek
2025-07-21[mlir][NFC] update `flang/Lower` create APIs (8/n) (#149912)Maksim Levental
2025-07-11[NFC][flang] Move `ReductionProcessor` to `Lower/Support`. (#146025)Kareem Ergawy
2025-07-11[flang][do concurrent] Re-model `reduce` to match reductions are modelled in ...Kareem Ergawy
2025-06-19[Flang][OpenMP] Update default MapType for Map Clauses and OpenMP 5.2 (#144715)Jack Styles
2025-06-17[flang][OpenMP] Support using copyprivate with fir.boxchar arguments (#144092)Kajetan Puchalski
2025-06-13[flang][OpenMP] Support substrings and complex part refs for DEPEND (#143907)Tom Eccles
2025-05-30[NFC][OpenMP] Move the default declare mapper name suffix to OMPConstants.h (...Akash Banerjee
2025-05-30[flang][OpenMP] Allow structure component in `task depend` clauses (#141923)Kareem Ergawy
2025-05-29[flang][OpenMP] Treat ClassType as BoxType in COPYPRIVATE (#141844)Krzysztof Parzyszek
2025-05-28[OpenMP][Flang] Fix semantic check and scoping for declare mappers (#140560)Akash Banerjee
2025-05-19[flang][OpenMP] Support MLIR lowering of linear clause for omp.wsloop (#139385)NimishMishra
2025-05-15[Flang][MLIR][OpenMP] Improve use_device_* handling (#137198)Sergio Afonso
2025-05-12[Flang][OpenMP] Initial defaultmap implementation (#135226)agozillon
2025-05-09[Flang][OpenMP] MLIR lowering support for grainsize and num_tasks clause (#12...Kaviya Rajendiran
2025-05-07[Flang][OpenMP]Support for lowering task_reduction and in_reduction to MLIR (...Kaviya Rajendiran
2025-04-28[flang][Lower][nfc] vector subscript lhs first element to helper (#137456)Tom Eccles
2025-04-14[flang][OpenMP][HLFIR] Support vector subscripted array sections for DEPEND (...Tom Eccles
2025-04-08[flang][OpenMP] Lowering for CANCEL and CANCELLATIONPOINT (#134248)Tom Eccles
2025-04-07[flang][OpenMP] Fix copyprivate of procedure pointers (#134292)Leandro Lupori
2025-04-01[flang][OpenMP][Lower] lower array subscripts for task depend (#132994)Tom Eccles
2025-03-18[MLIR][OpenMP] Add Lowering support for implicitly linking to default declare...Akash Banerjee
2025-03-12[Flang][OpenMP] Move declare mapper sym creation outside loop, NFC (#130794)Sergio Afonso
2025-03-10[flang][OpenMP] Implement HAS_DEVICE_ADDR clause (#128568)Krzysztof Parzyszek
2025-03-07[Flang][OpenMP][MLIR] Implement close, present and ompx_hold modifiers for Fl...agozillon
2025-03-07[flang][OpenMP] Handle pre-detemined `lastprivate` for `simd` (#129507)Kareem Ergawy
2025-02-18[MLIR][OpenMP] Add Lowering support for OpenMP custom mappers in map clause (...Akash Banerjee
2025-02-05[flang][openmp] Changes for invoking scan Op (#123254)Anchu Rajendran S
2025-01-21[flang][OpenMP][OpenACC] remove libEvaluate dependency in passes (#123784)jeanPerier
2025-01-03[MLIR][OpenMP] Lowering aligned clause to LLVM IR for SIMD directive (#119536)Kaviya Rajendiran
2024-12-26[Flang] Add translation support for MutexInOutSet and InOutSet (#120715)Thirumalai Shaktivel
2024-12-13[flang][OpenMP] Add frontend support for ompx_bare clause (#111106)Ivan R. Ivanov