summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/Bridge.cpp
AgeCommit message (Expand)Author
2025-07-08[flang][cuda] Do not produce data transfer in offloaded do concurrent (#147435)users/david-salinas/fix_offload_compressionValentin Clement (バレンタイン クレメン)
2025-06-30[flang] add option to generate runtime type info as external (#146071)jeanPerier
2025-06-27Revert "[flang] add option to generate runtime type info as external" (#146064)jeanPerier
2025-06-27[flang] add option to generate runtime type info as external (#145901)jeanPerier
2025-06-26[flang] Migrate away from std::nullopt (NFC) (#145928)Kazu Hirata
2025-06-25[mlir] Move WalkResult to Support (#145649)Jacques Pienaar
2025-06-25[mlir]Moves the StateStack to IR folder from Support folder. (#145598)Lance Wang
2025-06-24[flang][OpenMP][NFC] remove globals with mlir::StateStack (#144898)Tom Eccles
2025-06-17Revert "[flang] Enable delayed localization by default for `do concurrent` (#...Kareem Ergawy
2025-06-17[flang] Enable delayed localization by default for `do concurrent` (#144074)Kareem Ergawy
2025-06-12Revert "[flang] Enable delayed localization by default for `do concurrent` (#...Kareem Ergawy
2025-06-11[flang] Enable delayed localization by default for `do concurrent` (#142567)Kareem Ergawy
2025-06-05[flang] Extend localization support for `do concurrent` (`init` regions) (#14...Kareem Ergawy
2025-06-03[flang][OpenMP] Explicitly set Shared DSA in symbols (#142154)Leandro Lupori
2025-05-29[flang][fir][OpenMP] Refactor privtization code into shared location (#141767)Kareem Ergawy
2025-05-29[flang] Generlize names of delayed privatization CLI flags (#138816)Kareem Ergawy
2025-05-29[flang][fir] Basic PFT to MLIR lowering for do concurrent locality specifiers...Kareem Ergawy
2025-05-13[flang] Fix volatile attribute propagation on allocatables (#139183)Asher Mancinelli
2025-05-12[flang] [cuda] Fix CUDA implicit data transfer entity creation (#139414)Zhen Wang
2025-05-09[flang][openacc] Allow open acc routines from other modules. (#136012)Andre Kuhlenschmidt
2025-05-08[flang][fir] Add locality specifiers modeling to `fir.do_concurrent.loop` (#1...Kareem Ergawy
2025-05-07[flang][fir] Lower `do concurrent` loop nests to `fir.do_concurrent` (#137928)Kareem Ergawy
2025-04-30[flang] Add lowering of volatile references (#132486)Asher Mancinelli
2025-04-21[flang][cuda] Update stream type for cuf kernel op (#136627)Valentin Clement (バレンタイン クレメン)
2025-04-18[flang] Fixed fir.dummy_scope generation to work for TBAA. (#136382)Slava Zakharin
2025-04-16Revert "[flang][fir] Lower `do concurrent` loop nests to `fir.do_concurrent` ...Kareem Ergawy
2025-04-16[flang][fir] Lower `do concurrent` loop nests to `fir.do_concurrent` (#132904)Kareem Ergawy
2025-04-06Delete duplicated hlfir.declare op of induction variables of do concurrent wh...Zhen Wang
2025-04-02[flang] Implement !DIR$ NOVECTOR and !DIR$ NOUNROLL[_AND_JAM] (#133885)Jean-Didier PAILLEUX
2025-04-01[Flang] Make a private copy for the common block variables in copyin clause (...Thirumalai Shaktivel
2025-03-21[Flang] Do not emit numeric_storage_size into object file (#131463)Michael Kruse
2025-03-14[flang] lower remaining cases of pointer assignments inside forall (#130772)jeanPerier
2025-03-11[flang][OpenMP] Fix privatization of procedure pointers (#130336)Leandro Lupori
2025-03-07[flang] add support for procedure pointer assignment inside FORALL (#130114)jeanPerier
2025-03-06[flang][cuda] Sync double descriptor after c_f_pointer call (#130194)Valentin Clement (バレンタイン クレメン)
2025-03-05[flang][cuda] Change induction variable from i32 to index for doconcurrent in...Zhen Wang
2025-03-05[flang] implement simple pointer assignments inside FORALL (#129522)jeanPerier
2025-03-02[flang][cuda] Allow unsupported data transfer to be done on the host (#129160)Valentin Clement (バレンタイン クレメン)
2025-02-20Allow do concurrent inside cuf kernel directive (#127693)Zhen Wang
2025-02-19[flang] Implement !DIR$ UNROLL_AND_JAM [N] (#125046)Jean-Didier PAILLEUX
2025-02-18[MLIR][OpenMP] Add Lowering support for OpenMP Declare Mapper directive (#117...Akash Banerjee
2025-02-10[flang] Correctly handle `!dir$ unroll` with unrolling factors of 0 and 1 (#1...Asher Mancinelli
2025-02-06[Flang] Move non-common headers to FortranSupport (#124416)Michael Kruse
2025-01-29[flang] Implement !DIR$ UNROLL [N] (#123331)Jean-Didier PAILLEUX
2025-01-28[flang][cuda] Allow to set the stack limit size (#124859)Valentin Clement (バレンタイン クレメン)
2025-01-23[Flang][OpenMP] Fix copyin allocatable lowering to MLIR (#122097)Kaviya Rajendiran
2025-01-16[flang][OpenMP] Add `hostIsSource` paramemter to `copyHostAssociateVar` (#123...Kareem Ergawy
2025-01-07[flang][openmp] initialize allocatable components of firstprivate copies (#12...jeanPerier
2025-01-03[flang][cuda] Sync global descriptor when nullifying pointer (#121595)Valentin Clement (バレンタイン クレメン)
2024-12-25[flang] Fix some memory leaks (#121050)Matthias Springer