summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/ConvertCall.cpp
AgeCommit message (Expand)Author
2025-11-14[flang] Implement !DIR$ IVDEP directive (#133728)Jean-Didier PAILLEUX
2025-11-12[flang] Fixed regression in copy-in/copy-out (#161259)Eugene Epshteyn
2025-10-28[flang] Implement !DIR$ [NO]INLINE and FORCEINLINE directives (#134350)Jean-Didier PAILLEUX
2025-09-23[flang][cuda] Do not add contiguity check with ignore_tkr(c) is present (#160...Valentin Clement (バレンタイン クレメン)
2025-09-15[Flang] Make handling of %VAL consistent with gfortran (#157873)Carlos Seo
2025-09-10[flang][cuda] Make sure stream is a i64 reference (#157957)Valentin Clement (バレンタイン クレメン)
2025-09-10[flang] Add hlfir.index op to represent index intrinsic function (#157575)Valery Dmitriev
2025-09-09[Flang] Handle %VAL arguments correctly (#157186)Carlos Seo
2025-09-08[flang] add missing header include after 156661 (#157431)jeanPerier
2025-09-08[flang][lowering] fix vector subscripts in character elemental procedures (#1...jeanPerier
2025-08-26[flang] Consolidate copy-in/copy-out determination in evaluate framework (#15...Eugene Epshteyn
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
2025-07-17[flang] Migrate away from ArrayRef(std::nullopt_t) (#149337)Kazu Hirata
2025-06-27[flang][cuda] Do not generate section checks in device context (#146170)Valentin Clement (バレンタイン クレメン)
2025-06-12[flang][cuda] Add runtime check for passing device arrays (#144003)Valentin Clement (バレンタイン クレメン)
2025-05-21[flang] fix ICE with ignore_tkr(tk) character in explicit interface (#140885)jeanPerier
2025-05-12[flang] Postpone hlfir.end_associate generation for calls. (#138786)Slava Zakharin
2025-04-30[flang] Add lowering of volatile references (#132486)Asher Mancinelli
2025-04-17[flang][cuda] Update cuf.kernel_launch stream and conversion (#136179)Valentin Clement (バレンタイン クレメン)
2025-04-14[flang] Handle volatility in lowering and codegen (#135311)Asher Mancinelli
2025-04-10[flang][cuda] Update stream operand type for cuf.kernel_launch op (#135222)Valentin Clement (バレンタイン クレメン)
2025-02-05[flang] fix IsSimplyContiguous with expressions (#125708)jeanPerier
2025-02-03[mlir] share argument attributes interface between calls and callables (#123176)jeanPerier
2024-12-03[flang] optimize array function calls using hlfir.eval_in_mem (#118070)jeanPerier
2024-11-19[flang] Introduce custom loop nest generation for loops in workshare construc...Ivan R. Ivanov
2024-10-03[flang] add procedure flags to fir.dispatch (#110970)jeanPerier
2024-10-03[flang] add nsw to operations in subscripts (#110060)Yusuke MINATO
2024-09-25[flang] translate pure and elemental attribute in FIR (#109954)jeanPerier
2024-09-19[flang][lowering] delay stack save/restor emission in elemental calls (#109142)jeanPerier
2024-09-16[flang] fix ignore_tkr(tk) with character dummy (#108168)jeanPerier
2024-09-16[flang][NFC] use llvm.intr.stacksave/restore instead of opaque calls (#108562)Tom Eccles
2024-08-23[flang][NFC] turn fir.call is_bind_c into enum for procedure flags (#105691)jeanPerier
2024-07-22[flang] fix sequence association of polymorphic actual arguments (#99294)jeanPerier
2024-07-18[flang] load SECOND result in genSecond (#99342)jeanPerier
2024-07-08[flang] allow intrinsic module procedures to be implemented in Fortran (#97743)jeanPerier
2024-06-20[flang] lower assumed-rank TARGET to intent(in) POINTER (#96082)jeanPerier
2024-06-20[flang] enable copy-in/out of assumed-rank arrays (#96080)jeanPerier
2024-06-18[flang] Simplify copy-in copy-out runtime API (#95822)jeanPerier
2024-06-17[Flang] Switch to common::visit more call sites (#90018)Alexander Shaposhnikov
2024-06-13[flang] handle assume-rank descriptor updates in calls (#95229)jeanPerier
2024-05-31[flang][HLFIR] compute elemental function result length parameters (#93983)Valentin Clement (バレンタイン クレメン)
2024-05-31[flang] Carry over BIND(C) information to fir.call (#93981)Valentin Clement (バレンタイン クレメン)
2024-05-30[flang] Lower non optional inquired argument in custom intrinsic lowering (#9...Valentin Clement (バレンタイン クレメン)
2024-05-17[flang][cuda] Move CUDA Fortran operations to a CUF dialect (#92317)Valentin Clement (バレンタイン クレメン)
2024-05-14[flang] Do not hoist all scalar sub-expressions from WHERE constructs (#91395)jeanPerier
2024-05-02[Flang] Get fir::SequenceType from hlfir::ExprType before getShape. (#90055)Daniel Chen
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