aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Lower/Runtime.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-04[flang] Return 1 in ERROR STOP without user provided stop-code (#87501)jeanPerier1-4/+5
2024-01-02[flang] Add notify-type and notify-wait-stmt (#76594)Katherine Rasmussen1-0/+6
2023-10-16[flang] Regularize TODO messages for coarray related features (#69227)Pete Steinfeld1-8/+8
2023-09-13[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop...Valentin Clement (バレンタイン クレメン)1-0/+5
2023-06-15[flang][OpenMP][OpenACC] Support stop statement in OpenMP/OpenACC regionPeixin Qiao1-4/+17
2023-02-07[flang] Use PointerAssociateLowerBounds when there is lower boundsValentin Clement1-0/+13
2023-02-06[flang][NFC] Move runtime helpers used by intrinsics to lib/Optimizer 3/6Tom Eccles1-212/+0
2023-01-07[flang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-5/+5
2023-01-07[flang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-05[flang] Pointer assignment with remapping involcing polymorphic entitiesValentin Clement1-0/+18
2022-12-03[flang] Use std::nullopt instead of None (NFC)Kazu Hirata1-3/+3
2022-11-30[flang] Delegate pointer association to class(*) pointer to the runtimeValentin Clement1-0/+11
2022-08-09[flang] Intrinsic RANDOM_SEED calls with dynamically absent/present argumentsV Donaldson1-20/+36
2022-06-13[flang] system_clock intrinsic calls with dynamically optional argumentsvdonaldson1-3/+21
2022-06-10[flang][NFC] Move Todo.h from Lower to OptimizerValentin Clement1-1/+1
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle1-12/+12
2022-03-28[flang] Lower some coarray statements to their runtime functionsValentin Clement1-0/+58
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle1-11/+11
2022-03-16[flang] Lower transfer instrinsicValentin Clement1-0/+34
2022-03-16[flang] Lower system_clock intrinsicValentin Clement1-0/+28
2022-03-16[flang] Lower date_and_time and cpu_time intrinsicsValentin Clement1-0/+51
2022-03-15[flang] Lower random_[init|number|seed] intrinsicsValentin Clement1-0/+57
2022-03-10[flang] Lower pointer component in derived typeValentin Clement1-0/+13
2022-02-23[flang] Lower function and subroutine callsValentin Clement1-2/+5
2022-02-07[flang] Handle character constant for error code in STOP stmtValentin Clement1-1/+8
2022-02-04[flang] Handle logical constant value for quiet in STOP stmtValentin Clement1-2/+7
2022-02-03[flang] Lower integer constant code for STOP stmtValentin Clement1-2/+21
2022-02-02[flang] Lower PAUSE statementValentin Clement1-0/+10
2022-02-01[flang] Lower basic STOP statementValentin Clement1-0/+70