summaryrefslogtreecommitdiff
path: root/flang/lib/Lower
AgeCommit message (Expand)Author
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[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] simplify pointer assignments (#168732)jeanPerier
2025-11-17[OpenMP][Flang] Change the OmpDefaultMapperName suffix (#168399)Akash Banerjee
2025-11-17[flang][OpenMP] Store Block in OpenMPLoopConstruct, add access functions (#16...Krzysztof Parzyszek
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[flang] Removed old option -fdebug-dump-pre-fir (#168008)Eugene Epshteyn
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] Add Lowering support for Collapse with Taskloop (#166791)Jack Styles
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-11[Flang][OpenMP][MLIR] Lowering of reduction,inreduction, nogroup and lastpriv...Kaviya Rajendiran
2025-11-11[flang][OpenMP] Replace modifiers in DYN_GROUPPRIVATE clause (#166199)Krzysztof Parzyszek
2025-11-11[Flang][MLIR][OpenMP] Add MLIR lowering support for taskloop clauses. (#165851)Kaviya Rajendiran
2025-11-11[Flang][OpenMP] Initial defaultmap(none) implementation (#166715)agozillon
2025-11-10[Flang] Add parser support for prefetch directive (#139702)Thirumalai Shaktivel
2025-11-07[OpenMP] Add definitions for DECLARE_INDUCTION and related clauses (#166235)Krzysztof Parzyszek
2025-11-07[flang][OpenACC] lower acc loops with early exits (#164992)jeanPerier
2025-11-06[flang][acc] Add infrastructure and tests for ACCImplicitData (#166797)Razvan Lupusoru
2025-11-06[flang][OpenACC] simplify copy and combiner recipe generation (#164988)jeanPerier
2025-11-05[flang][acc] Lower zero modifier for Copyout clause (#166660)nvptm
2025-11-05[flang] Adding NOTIFY specifier in image selector and add notify type checks ...Jean-Didier PAILLEUX
2025-11-03[flang][OpenMP] Use OmpDirectiveSpecification in ALLOCATE (#165865)Krzysztof Parzyszek
2025-10-31To fix polymorphic pointer assignment in FORALL when LHS is unlimited polymor...Daniel Chen
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj
2025-10-28[flang] Implement !DIR$ [NO]INLINE and FORCEINLINE directives (#134350)Jean-Didier PAILLEUX
2025-10-27[flang][OpenMP] Allocate `allocatable` init temps on the stack for GPUs (#164...Kareem Ergawy
2025-10-23[flang][NFC] fix build warning about unused argument (#164776)jeanPerier
2025-10-22[flang][mlir] Migrate to free create functions. NFC. (#164657)Jakub Kuderski
2025-10-22Get the BoxType from the RHS instead of LHS for polymorphic pointer assignmen...Daniel Chen
2025-10-22[flang][FIR] add fir.assumed_size_extent to abstract assumed-size extent enco...jeanPerier
2025-10-22[flang][OpenACC] remap common block member symbols (#163752)jeanPerier
2025-10-21[Flang][OpenMP][Dialect] Swap to using MLIR dialect enum to encode map flags ...agozillon
2025-10-21[acc][flang] lowering of acc declare on COMMON variables (#163676)Susan Tan (ス-ザン タン)
2025-10-20[flang] Move parse tree tool to Parser/tools.h (#163998)Peter Klausler
2025-10-20[mlir][acc] Add utilities for acc dialect (#164022)Razvan Lupusoru
2025-10-20[flang][OpenACC] add TODO for unstructured loops in acc loop directives (#163...jeanPerier
2025-10-20[acc][mlir] Add 'if-condition' to 'atomic' operations. (#164003)Erich Keane
2025-10-20[flang][OpenMP] Frontend support for DEVICE_SAFESYNC (#163560)Krzysztof Parzyszek
2025-10-20[flang][Multi-Image] Moving Mutli-image lowering to PRIF into the MIF dialect...Jean-Didier PAILLEUX
2025-10-17[flang] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163916)Kazu Hirata
2025-10-16[flang][cuda] Extent detection of data transfer with conversion (#163852)Valentin Clement (バレンタイン クレメン)
2025-10-16[flang][OpenMP] Handle conflicts between REQUIRES and ATOMIC restrict… (#16...Krzysztof Parzyszek