summaryrefslogtreecommitdiff
path: root/flang-rt/include
AgeCommit message (Expand)Author
2025-11-19[flang][runtime] Control stream truncation via runtime environment (#168415)Peter Klausler
2025-11-14[flang][runtime] Advance output record in specific case (#167786)Peter Klausler
2025-11-07[flang][runtime] Allow some list-directed child output to advance (#166847)Peter Klausler
2025-10-24[flang][runtime] Tweak GetNextNonBlank() performance (#164521)Peter Klausler
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-09-23[flang][runtime] Use dumber but faster check for list-directed repeti… (#15...Peter Klausler
2025-09-19[flang] Implement FNUM() (#159433)Peter Klausler
2025-09-10[flang][runtime] Preserve some list-directed input state in child (#157571)Peter Klausler
2025-09-09[flang] Add special genre for allocatable and pointer device component (#157731)Valentin Clement (バレンタイン クレメン)
2025-08-29[Flang][OpenMP][Runtime] Minor Flang runtime for OpenMP AMDGPU modifications ...agozillon
2025-08-29[flang-rt][device] Silence warning missing return statement at end of non-voi...Valentin Clement (バレンタイン クレメン)
2025-08-29[flang-rt] Add the ability to have user supplied callback functions to furthe...David Parks
2025-08-29[flang][runtime][NFC] Clean up Fortran::common::optional<> usage (#155728)Peter Klausler
2025-08-18[flang][runtime] Allow child NAMELIST input to advance records (#153963)Peter Klausler
2025-08-18[flang][runtime] Catch bad OPEN specifiers for unformatted files (#153707)Peter Klausler
2025-08-18[flang][runtime] OPEN(existingUnit,POSITION=) (#153688)Peter Klausler
2025-08-13[flang][runtime] Handle NAN(...) in namelist input (#153101)Peter Klausler
2025-08-05 [flang][runtime] Optimize Descriptor::FixedStride() (#151755)Peter Klausler
2025-08-05[flang][runtime] Fix child input bugs under NAMELIST (#151571)Peter Klausler
2025-08-03[NFC] Fix `assignment` typo. (#151864)Connector Switch
2025-07-30[flang] Support fixed-width input field truncation for LOGICAL (#151203)Peter Klausler
2025-07-30[flang][runtime] Remove redundant initialization (#150984)Peter Klausler
2025-07-25[flang][runtime] Refine state associated with child I/O (#150461)Peter Klausler
2025-07-18[flang][runtime] Preserve type when remapping monomorphic pointers (#149427)Peter Klausler
2025-07-16[flang] Allow -fdefault-integer-8 with defined I/O (#148927)Peter Klausler
2025-07-14[flang][runtime] Fix bad instance of std::optional in runtime (#148724)Peter Klausler
2025-07-14[flang][runtime] Speed up initialization & destruction (#148087)Peter Klausler
2025-07-10[Flang][FlangRT][Runtime] Add RT_OFFLOAD_API_GROUP_BEGIN to missing symbols ...agozillon
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-11[flang][runtime] Another try to fix build failure (#143702)Peter Klausler
2025-06-10[flang][runtime] Fix build bot flang-runtime-cuda-gcc errors (#143650)Peter Klausler
2025-06-10[flang][runtime] Replace recursion with iterative work queue (#137727)Peter Klausler
2025-05-28[flang] Extension: allow char string edit descriptors in input formats (#140624)Peter Klausler
2025-05-22[flang-rt] Optimise ShallowCopy and use it in CopyInAssign (#140569)Kajetan Puchalski
2025-05-19[flang][cuda] Use a reference for asyncObject (#140614)Valentin Clement (バレンタイン クレメン)
2025-05-15[flang-rt] Fix warningsKazu Hirata
2025-05-01Revert "[flang][cuda] Use a reference for asyncObject" (#138221)Valentin Clement (バレンタイン クレメン)
2025-05-01[flang][cuda] Use a reference for asyncObject (#138186)Valentin Clement (バレンタイン クレメン)
2025-04-30Revert "[flang][cuda] Use a reference for asyncObject (#138010)" (#138082)Valentin Clement (バレンタイン クレメン)
2025-04-30[flang][cuda] Fix type of kNoAsyncObject (#138029)Valentin Clement (バレンタイン クレメン)
2025-04-30[flang][cuda] Use a reference for asyncObject (#138010)Valentin Clement (バレンタイン クレメン)
2025-04-18[flang] Improve runtime SAME_TYPE_AS() (#135670)Peter Klausler
2025-04-18[flang-rt] Use runtime::memchr instead of std::memchr. (#135298)Slava Zakharin
2025-04-10[flang-rt] Declare DeviceTrap static inline. (#135286)Slava Zakharin
2025-04-10[flang-rt] Fixed warnings and miscompilations in CUDA build. (#134470)Slava Zakharin
2025-04-10[flang][runtime] Fix CUDA flang-rt build breakage (#135220)Peter Klausler
2025-04-10[flang][runtime] Formatted input optimizations (#134715)Peter Klausler
2025-04-09[flang][cuda] Add asyncId to allocate entry point (#134947)Valentin Clement (バレンタイン クレメン)