summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/ConvertArrayConstructor.cpp
AgeCommit message (Expand)Author
2025-09-18[Flang] Wrap array constructors within a hlfir.exactly_once op (#159442)Carlos Seo
2025-09-04[flang] Attach proper storage to [hl]fir.declare in lowering. (#155742)Slava Zakharin
2025-08-04[flang][NFC] Update HLFIR ops creation to the new APIs (#152075)Valentin Clement (バレンタイン クレメン)
2025-07-21[mlir][NFC] update `flang/Lower` create APIs (8/n) (#149912)Maksim Levental
2024-08-05[flang] Construct SmallVector with ArrayRef (NFC) (#101901)Kazu Hirata
2024-06-17[Flang] Switch to common::visit more call sites (#90018)Alexander Shaposhnikov
2024-05-08[flang] Lowering changes for assigning dummy_scope to hlfir.declare. (#90989)Slava Zakharin
2024-04-28Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg
2024-04-26Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg
2023-08-08[flang][hlfir] Support mold operand for hlfir.elemental.Slava Zakharin
2023-07-19[flang][hlfir] Removed incorrect clean-up in the implied-do lowering.Slava Zakharin
2023-06-29[flang][hlfir] Set/propagate 'unordered' attribute for elementals.Slava Zakharin
2023-05-23[flang][NFC] Move Array constructor inlined temp management into a utilityJean Perier
2023-05-05[flang][hlfir] Fixed array constructor lowering.Slava Zakharin
2023-02-24[flang][hlfir] Array constructor lowering [part 4/4]Jean Perier
2023-02-24[flang][hlfir] Array constructor lowering [part 3/4]Jean Perier
2023-02-22[flang][runtime] Add API to help with the difficult array constructor casesJean Perier
2023-02-16[flang][hlfir] Array constructor lowering [part 2/4]Jean Perier
2023-02-16[flang][hlfir] Array constructor lowering [part 1/4]Jean Perier