summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/Runtime.cpp
AgeCommit message (Expand)Author
2025-11-21[flang][NFC] replace std::exit by fir::emitFatalError in Lower/Runtime.cpp (#...jeanPerier
2025-11-12[flang] Adding lowering of TEAMs features to PRIF in MIF Dialect (#165573)Jean-Didier PAILLEUX
2025-10-20[flang][Multi-Image] Moving Mutli-image lowering to PRIF into the MIF dialect...Jean-Didier PAILLEUX
2025-09-12[flang][Lower] Add lowering to SYNC ALL, SYNC MEMORY and SYNC IMAGES to PRIF ...Jean-Didier PAILLEUX
2025-08-26[flang][openacc] Only generate acc.terminator in compute construct (#155504)Valentin Clement (バレンタイン クレメン)
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-01-16[flang] Do not produce result for void runtime call (#123155)Valentin Clement (バレンタイン クレメン)
2024-04-04[flang] Return 1 in ERROR STOP without user provided stop-code (#87501)jeanPerier
2024-01-02[flang] Add notify-type and notify-wait-stmt (#76594)Katherine Rasmussen
2023-10-16[flang] Regularize TODO messages for coarray related features (#69227)Pete Steinfeld
2023-09-13[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop...Valentin Clement (バレンタイン クレメン)
2023-06-15[flang][OpenMP][OpenACC] Support stop statement in OpenMP/OpenACC regionPeixin Qiao
2023-02-07[flang] Use PointerAssociateLowerBounds when there is lower boundsValentin Clement
2023-02-06[flang][NFC] Move runtime helpers used by intrinsics to lib/Optimizer 3/6Tom Eccles
2023-01-07[flang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[flang] Add #include <optional> (NFC)Kazu Hirata
2022-12-05[flang] Pointer assignment with remapping involcing polymorphic entitiesValentin Clement
2022-12-03[flang] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-30[flang] Delegate pointer association to class(*) pointer to the runtimeValentin Clement
2022-08-09[flang] Intrinsic RANDOM_SEED calls with dynamically absent/present argumentsV Donaldson
2022-06-13[flang] system_clock intrinsic calls with dynamically optional argumentsvdonaldson
2022-06-10[flang][NFC] Move Todo.h from Lower to OptimizerValentin Clement
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-03-28[flang] Lower some coarray statements to their runtime functionsValentin Clement
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-16[flang] Lower transfer instrinsicValentin Clement
2022-03-16[flang] Lower system_clock intrinsicValentin Clement
2022-03-16[flang] Lower date_and_time and cpu_time intrinsicsValentin Clement
2022-03-15[flang] Lower random_[init|number|seed] intrinsicsValentin Clement
2022-03-10[flang] Lower pointer component in derived typeValentin Clement
2022-02-23[flang] Lower function and subroutine callsValentin Clement
2022-02-07[flang] Handle character constant for error code in STOP stmtValentin Clement
2022-02-04[flang] Handle logical constant value for quiet in STOP stmtValentin Clement
2022-02-03[flang] Lower integer constant code for STOP stmtValentin Clement
2022-02-02[flang] Lower PAUSE statementValentin Clement
2022-02-01[flang] Lower basic STOP statementValentin Clement