summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/ConvertConstant.cpp
AgeCommit message (Expand)Author
2025-09-03[flang] Avoid unnecessary looping for constants (#156403)Miguel Saldivar
2025-07-21[mlir][NFC] update `flang/Lower` create APIs (8/n) (#149912)Maksim Levental
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-06-26[flang] Migrate away from std::nullopt (NFC) (#145928)Kazu Hirata
2025-03-03[flang] Further work on NULL(MOLD=allocatable) (#129345)Peter Klausler
2024-12-18[flang] Add UNSIGNED (#113504)Peter Klausler
2024-10-18[flang] add getElementType() to fir::SquenceType and fir::VectorType (#112770)Scott Manley
2024-10-03[flang] replace fir.complex usages with mlir complex (#110850)jeanPerier
2024-06-17[Flang] Switch to common::visit more call sites (#90018)Alexander Shaposhnikov
2024-06-14[flang][cuda] Propagate data attribute to global with initialization (#95504)Valentin Clement (バレンタイン クレメン)
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
2024-03-21[Flang] Support for NULL() and procedure in structure constructor for procedu...Daniel Chen
2024-01-17[flang] Add structure constructor with allocatable component (#77845)Kelvin Li
2023-12-19[flang] Lower procedure pointer components (#75453)jeanPerier
2023-11-07[flang][hlfir] Lower parent component in constant structure constructors (#71...jeanPerier
2023-10-20[flang][hlfir] Make the parent type the first component (#69348)jeanPerier
2023-10-06[flang][hlfir] Fix c_null_ptr lowering in structure constructors (#68321)jeanPerier
2023-09-28[flang][lowering] Fix clash between string literals of different kinds (#67576)jeanPerier
2023-09-18[flang] Lower PRIVATE component names safely (#66076)jeanPerier
2023-08-30[flang] Add support for dense complex constantsLeandro Lupori
2023-05-23Reland "[flang] Handle array constants of any rank"Leandro Lupori
2023-05-22Revert "[flang] Handle array constants of any rank"Leandro Lupori
2023-05-22[flang] Handle array constants of any rankLeandro Lupori
2023-05-18[flang] Fixed initialization of c_ptr/c_funptr arrays.Slava Zakharin
2023-05-12[flang] Fixed global name creation for literal constants.Slava Zakharin
2023-02-28[flang][hlfir] Support type bound procedure in type descriptorsJean Perier
2023-01-05[flang][NFC] share Constant<SomeDerived> loweringJean Perier
2022-12-03[flang] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-31[flang][NFC] move constant lowering into its own unitJean Perier