summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/ConvertExprToHLFIR.cpp
AgeCommit message (Expand)Author
2025-09-04[flang] Attach proper storage to [hl]fir.declare in lowering. (#155742)Slava Zakharin
2025-08-27[flang] Replace lowering of character compare. (#155458)Valery Dmitriev
2025-08-04[flang][NFC] Update HLFIR ops creation to the new APIs (#152075)Valentin Clement (バレンタイン クレメン)
2025-08-04[Flang] Fix crash when a derived type with private attribute is specified in ...Carlos Seo
2025-07-21[mlir][NFC] update `flang/Lower` create APIs (8/n) (#149912)Maksim Levental
2025-07-17[flang] Migrate away from ArrayRef(std::nullopt_t) (#149337)Kazu Hirata
2025-07-09[flang] Add -fcomplex-arithmetic= option and select complex division algorith...Shunsuke Watanabe
2025-06-26[flang] Migrate away from std::nullopt (NFC) (#145928)Kazu Hirata
2025-05-08[flang] Use box for components with non-default lower bounds (#138994)Asher Mancinelli
2025-05-08[flang] Correctly prepare allocatable runtime call arguments (#138727)Asher Mancinelli
2025-05-06[flang] Lower volatile class types (#138607)Asher Mancinelli
2025-05-05[flang] Component references are volatile if their parent is (#138339)Asher Mancinelli
2025-04-30[flang] Add lowering of volatile references (#132486)Asher Mancinelli
2025-04-28[flang][Lower][nfc] vector subscript lhs first element to helper (#137456)Tom Eccles
2025-04-14[flang] Handle volatility in lowering and codegen (#135311)Asher Mancinelli
2025-04-09Reland "[flang][nfc] Support volatility in Fir ops" (#135039)Asher Mancinelli
2025-04-09Revert "[flang][nfc] Support volatility in Fir ops" (#135034)David Spickett
2025-04-09[flang][nfc] Support volatility in Fir ops (#134858)Asher Mancinelli
2025-03-29[Flang][OpenMP] Add PointerAssociateScalar to Cray Pointer used in the DSA (#...Thirumalai Shaktivel
2025-03-03[flang] Move DumpEvaluateExpr from Lower to Semantics (#128723)Krzysztof Parzyszek
2025-02-05[flang] fix IsSimplyContiguous with expressions (#125708)jeanPerier
2024-12-18[flang] Add UNSIGNED (#113504)Peter Klausler
2024-12-03[flang] Fix crash in HLFIR generation (#118399)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-10-03[flang] add nsw to operations in subscripts (#110060)Yusuke MINATO
2024-06-17[Flang] Switch to common::visit more call sites (#90018)Alexander Shaposhnikov
2024-05-31[flang] improve and rename Entity::hasNonDefaultLowerBounds (#93848)jeanPerier
2024-05-30[flang] lower RANK intrinsic (#93694)jeanPerier
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
2024-03-26[Flang] Support for passing procedure pointer, reference to a function that r...Daniel Chen
2024-03-22[flang] Fix lowering of host associated cray pointee symbols (#86121)jeanPerier
2024-03-12[flang] lower vector subscripted polymorphic designators (#84778)jeanPerier
2024-03-05[flang] Deallocate structure constructor allocatable components (#83824)jeanPerier
2024-02-02[flang] sanitize set_length in lowering (#80412)jeanPerier
2024-01-30[Flang]: Lowering reference to functions that return a procedure pointer (#78...Daniel Chen
2024-01-26[flang] Lower passing non assumed-rank/size to assumed-ranks (#79145)jeanPerier
2024-01-25[flang] Lower struct ctor with character allocatable components (#79179)jeanPerier
2023-12-19[flang] Lower procedure pointer components (#75453)jeanPerier
2023-12-05[flang] Fix issue with lookup in the binding table (#74416)Valentin Clement (バレンタイン クレメン)
2023-11-23[Flang] Add partial support for lowering procedure pointer assignment. (#70461)Daniel Chen
2023-11-23Revert "[Flang] Add partial support for lowering procedure pointer assignment...Muhammad Omair Javaid
2023-11-22[Flang] Add partial support for lowering procedure pointer assignment. (#70461)Daniel Chen
2023-10-27[flang] Move whole allocatable assignment implicit conversion to lowering (#7...jeanPerier
2023-10-25[flang] Allow lowering of sub-expressions to be overridden (#69944)jeanPerier
2023-10-20[flang][hlfir] Make the parent type the first component (#69348)jeanPerier
2023-10-16[flang] Regularize TODO messages for coarray related features (#69227)Pete Steinfeld