summaryrefslogtreecommitdiff
path: root/flang-rt/lib/runtime/descriptor-io.cpp
AgeCommit message (Expand)Author
2025-09-30[flang][runtime] Expand IOTYPE and V_LIST (#160744)Peter Klausler
2025-09-30[flang][runtime] Let more list-directed child input advance (#160590)Peter Klausler
2025-08-29[Flang][OpenMP][Runtime] Minor Flang runtime for OpenMP AMDGPU modifications ...agozillon
2025-08-29[flang][runtime][NFC] Clean up Fortran::common::optional<> usage (#155728)Peter Klausler
2025-08-29[flang][runtime] Handle null list-directed fields in child input (#155707)Peter Klausler
2025-08-05[flang][runtime] Fix child input bugs under NAMELIST (#151571)Peter Klausler
2025-07-25[flang][runtime] Refine state associated with child I/O (#150461)Peter Klausler
2025-07-16[flang] Allow -fdefault-integer-8 with defined I/O (#148927)Peter Klausler
2025-06-30[flang][runtime] Allow INQUIRE(IOLENGTH=) in the presence of defined I/O (#14...Peter Klausler
2025-06-16[flang] Restructure runtime to avoid recursion (relanding) (#143993)Peter Klausler
2025-06-11Revert runtime work queue patch, it breaks some tests that need investigation...Peter Klausler
2025-06-10[flang][runtime] Replace recursion with iterative work queue (#137727)Peter Klausler
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse