summaryrefslogtreecommitdiff
path: root/flang-rt/lib/runtime/type-info.cpp
AgeCommit message (Expand)Author
2025-09-09[flang] Add special genre for allocatable and pointer device component (#157731)Valentin Clement (バレンタイン クレメン)
2025-08-29[flang][runtime][NFC] Clean up Fortran::common::optional<> usage (#155728)Peter Klausler
2025-07-16[flang] Allow -fdefault-integer-8 with defined I/O (#148927)Peter Klausler
2025-07-08Fix the type of offset that broke 32-bit flang-rt build to use `uint64_t` con...Daniel Chen
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