summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/Bridge.cpp
AgeCommit message (Expand)Author
2025-07-29[flang][acc] Lower do and do concurrent loops specially in acc regions (#149614)Razvan Lupusoru
2025-07-28[flang][MLIR][OpenMP][llvm]Atomic Control Support (#150860)Anchu Rajendran S
2025-07-24Revert "[flang][flang-driver][mlir][OpenMP] atomic control support" (#150504)Kiran Chandramohan
2025-07-24[flang][flang-driver][mlir][OpenMP] atomic control support (#143441)Anchu Rajendran S
2025-07-23[flang] Fix a warningKazu Hirata
2025-07-23[Flang] Fix ASSIGN statement (#149941)Carlos Seo
2025-07-23[flang][OpenMP] Restore reduction processor behavior broken by #145837 (#150178)Kareem Ergawy
2025-07-21[mlir][NFC] update `flang/Lower` create APIs (8/n) (#149912)Maksim Levental
2025-07-18[flang][runtime] Preserve type when remapping monomorphic pointers (#149427)Peter Klausler
2025-07-18[flang] Migrate away from ArrayRef(std::nullopt_t) (#149454)Kazu Hirata
2025-07-17[flang] Migrate away from ArrayRef(std::nullopt_t) (#149337)Kazu Hirata
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-07-10[flang][cuda][NFC] Remove TODO implemented in semantic (#148058)Valentin Clement (バレンタイン クレメン)
2025-07-10[flang][cuda] Update implicit data transfer for device component (#147882)Valentin Clement (バレンタイン クレメン)
2025-07-09[mlir][acc][flang] Lower nested ACC loops with tile clause as collapsed loops...Vijay Kandiah
2025-07-09[flang] Add -fcomplex-arithmetic= option and select complex division algorith...Shunsuke Watanabe
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