aboutsummaryrefslogtreecommitdiff
path: root/flang-rt/lib
AgeCommit message (Expand)AuthorFilesLines
2026-02-10[flang] Implement 'F_C_STRING' library function (Fortran 2023) (#174474)Caroline Newcombe1-0/+20
2026-02-10[flang][runtime] OPEN(STATUS='NEW') should fail on extant file (#180605)Peter Klausler2-0/+11
2026-02-10[flang][runtime] Improve handling of short DATE_AND_TIME(VALUES=) (#180557)Peter Klausler1-9/+14
2026-02-09[offload][flang-rt] Fix NVPTX runtime build (#180530)Robert Imschweiler1-1/+0
2026-02-06[flang] Better "out of memory" error for failure to allocate a unit (#179291)Peter Klausler7-58/+73
2026-01-27[flang][MIF] Adding Stop and ErrorStop PRIF call procedures (#166787)Jean-Didier PAILLEUX3-14/+65
2026-01-22[flang][cuda] Add support for derived-type component with managed/unified att...Valentin Clement (バレンタイン クレメン)4-32/+19
2026-01-19[flang-rt] Fix system_clock scaling on MacOS (#176753)Tom Eccles1-13/+8
2026-01-12[flang] Fix spurious NaN result from infinite Kahan summation (#175373)Peter Klausler1-3/+9
2026-01-09[flang-rt][build] Disable build-time warning of '-Wshift-count-negative' from...liao jun1-3/+1
2025-12-31Reland "[flang][cuda] Add support for derived-type initialization on device #...Valentin Clement (バレンタイン クレメン)6-23/+61
2025-12-30Revert "Reland "[flang][cuda] Add support for derived-type initialization on ...Valentin Clement (バレンタイン クレメン)6-61/+23
2025-12-30Reland "[flang][cuda] Add support for derived-type initialization on device #...Valentin Clement (バレンタイン クレメン)6-23/+61
2025-12-23[flang] improve compatibility with mingw headers (#172041)Jameson Nash2-2/+2
2025-12-18Revert "Reland "[flang][cuda] Add support for derived-type initialization on ...Valentin Clement (バレンタイン クレメン)6-44/+23
2025-12-18Reland "[flang][cuda] Add support for derived-type initialization on device #...Valentin Clement (バレンタイン クレメン)6-23/+44
2025-12-17Revert "[flang][cuda] Add support for derived-type initialization on device" ...Valentin Clement (バレンタイン クレメン)5-26/+23
2025-12-17[flang][cuda] Add support for derived-type initialization on device (#172568)Valentin Clement (バレンタイン クレメン)5-23/+26
2025-12-15[flang][runtime] Fix GPU output for multiple statements (#172363)Peter Klausler2-10/+7
2025-12-15[flang-rt][device] Use snprintf result for length (#172239)Valentin Clement (バレンタイン クレメン)1-2/+2
2025-12-12[flang][runtime] Debug PRINT *, "HI" on GPU (#172087)Peter Klausler2-13/+16
2025-12-10[flang][cuda] Add support for allocate with device source (#171743)Valentin Clement (バレンタイン クレメン)2-14/+24
2025-12-10[flang-rt][device] Enable MapException on the device with error message (#171...Valentin Clement (バレンタイン クレメン)2-2/+11
2025-12-10[Flang-rt] Implement same behavior as -O3 for zero-length arrays (#171480)Michael Klemm1-1/+1
2025-12-09Revert "[Flang] Move builtin .mod generation into runtimes (Reapply #137828) ...Michael Kruse19-7198/+43
2025-12-09[Flang] Move builtin .mod generation into runtimes (Reapply #137828) (#169638)Michael Kruse19-43/+7198
2025-12-04[flang/flang-rt] Implement show_descriptor intrinsic, a non-standard extensio...Valery Dmitriev2-5/+160
2025-12-02Revert "[flang] implement show_descriptor intrinsic, a non-standard extension...Michael Kruse2-167/+5
2025-12-02[flang/flang-rt] Adding support of RAND, IRAND and SRAND intrinsics (#166780)Jean-Didier PAILLEUX1-0/+58
2025-12-01[flang] implement show_descriptor intrinsic, a non-standard extension (#169137)Valery Dmitriev2-5/+167
2025-11-28[flang] Support FLUSH as an intrinsic subroutine (#165942)Miguel Saldivar1-0/+11
2025-11-27[flang][cuda][NFC] Fix naming of CUFGetAssociatedStream (#169838)Valentin Clement (バレンタイン クレメン)1-1/+1
2025-11-26[flang][cuda][rt] Add entry point to get the allocation stream (#169608)Valentin Clement (バレンタイン クレメン)1-2/+9
2025-11-25Revert "[Flang] Move builtin .mod generation into runtimes" (#169489)Jan Patrick Lehr17-7138/+13
2025-11-25[Flang] Move builtin .mod generation into runtimes (#137828)Michael Kruse17-13/+7138
2025-11-20[flang-rt] Fix TypeCategory for quad-precision COMPLEX (#168090)Carlos Seo1-1/+1
2025-11-19[flang][runtime] Control stream truncation via runtime environment (#168415)Peter Klausler2-2/+16
2025-11-14[flang][runtime] Advance output record in specific case (#167786)Peter Klausler1-1/+1
2025-11-11[flang-rt] Use dlsym to access char** environ on FreeBSD (#158477)Gleb Popov1-0/+9
2025-11-07[flang][runtime] Allow some list-directed child output to advance (#166847)Peter Klausler2-17/+18
2025-10-24[flang][cuda] Remove error check from allocation and free call (#165022)Valentin Clement (バレンタイン クレメン)1-12/+9
2025-10-21[flang][cuda][rt] Do not check error on kernel launch (#164463)Valentin Clement (バレンタイン クレメン)1-5/+5
2025-10-21Revert "[flang][cuda][rt] Canonicalize block size values" (#164460)Valentin Clement (バレンタイン クレメン)1-9/+9
2025-10-20[flang][cuda][rt] Canonicalize block size values (#164321)Valentin Clement (バレンタイン クレメン)1-9/+9
2025-10-08[flang][NFC] Revise crash msg for GeneralCharFunc (#162292)Connector Switch1-1/+2
2025-10-03[flang][rt] Add noinline attributes for CUDA compile path for successful comp...modiking3-10/+13
2025-10-03[flang] use specialized scan/verify version for char (#161767)Connector Switch1-2/+2
2025-10-01[flang][runtime] fix intrinsics case of extends_type_of (#161466)Andre Kuhlenschmidt1-4/+16
2025-09-30[flang][runtime] Expand IOTYPE and V_LIST (#160744)Peter Klausler1-3/+4
2025-09-30[flang][runtime] Let more list-directed child input advance (#160590)Peter Klausler3-19/+36