aboutsummaryrefslogtreecommitdiff
path: root/flang-rt/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-27[flang][MIF] Adding Stop and ErrorStop PRIF call procedures (#166787)Jean-Didier PAILLEUX1-2/+10
2026-01-22[flang][cuda] Add support for derived-type component with managed/unified att...Valentin Clement (バレンタイン クレメン)1-3/+11
2025-12-31Reland "[flang][cuda] Add support for derived-type initialization on device #...Valentin Clement (バレンタイン クレメン)2-8/+26
2025-12-30Revert "Reland "[flang][cuda] Add support for derived-type initialization on ...Valentin Clement (バレンタイン クレメン)2-26/+8
2025-12-30Reland "[flang][cuda] Add support for derived-type initialization on device #...Valentin Clement (バレンタイン クレメン)2-8/+26
2025-12-18Revert "Reland "[flang][cuda] Add support for derived-type initialization on ...Valentin Clement (バレンタイン クレメン)2-13/+8
2025-12-18Reland "[flang][cuda] Add support for derived-type initialization on device #...Valentin Clement (バレンタイン クレメン)2-8/+13
2025-12-17Revert "[flang][cuda] Add support for derived-type initialization on device" ...Valentin Clement (バレンタイン クレメン)2-14/+8
2025-12-17[flang][cuda] Add support for derived-type initialization on device (#172568)Valentin Clement (バレンタイン クレメン)2-8/+14
2025-12-12[flang][runtime] Debug PRINT *, "HI" on GPU (#172087)Peter Klausler1-2/+7
2025-12-04[flang/flang-rt] Implement show_descriptor intrinsic, a non-standard extensio...Valery Dmitriev1-1/+3
2025-12-02Revert "[flang] implement show_descriptor intrinsic, a non-standard extension...Michael Kruse1-3/+1
2025-12-01[flang] implement show_descriptor intrinsic, a non-standard extension (#169137)Valery Dmitriev1-1/+3
2025-11-19[flang][runtime] Control stream truncation via runtime environment (#168415)Peter Klausler1-0/+1
2025-11-14[flang][runtime] Advance output record in specific case (#167786)Peter Klausler4-1/+41
2025-11-07[flang][runtime] Allow some list-directed child output to advance (#166847)Peter Klausler1-2/+1
2025-10-24[flang][runtime] Tweak GetNextNonBlank() performance (#164521)Peter Klausler2-13/+32
2025-09-30[flang][runtime] Expand IOTYPE and V_LIST (#160744)Peter Klausler3-6/+11
2025-09-30[flang][runtime] Let more list-directed child input advance (#160590)Peter Klausler2-0/+18
2025-09-23[flang][runtime] Use dumber but faster check for list-directed repeti… (#15...Peter Klausler1-10/+16
2025-09-19[flang] Implement FNUM() (#159433)Peter Klausler1-0/+1
2025-09-10[flang][runtime] Preserve some list-directed input state in child (#157571)Peter Klausler1-0/+5
2025-09-09[flang] Add special genre for allocatable and pointer device component (#157731)Valentin Clement (バレンタイン クレメン)2-5/+8
2025-08-29[Flang][OpenMP][Runtime] Minor Flang runtime for OpenMP AMDGPU modifications ...agozillon4-5/+7
2025-08-29[flang-rt][device] Silence warning missing return statement at end of non-voi...Valentin Clement (バレンタイン クレメン)1-1/+1
2025-08-29[flang-rt] Add the ability to have user supplied callback functions to furthe...David Parks1-1/+20
2025-08-29[flang][runtime][NFC] Clean up Fortran::common::optional<> usage (#155728)Peter Klausler11-99/+91
2025-08-18[flang][runtime] Allow child NAMELIST input to advance records (#153963)Peter Klausler1-0/+1
2025-08-18[flang][runtime] Catch bad OPEN specifiers for unformatted files (#153707)Peter Klausler2-0/+7
2025-08-18[flang][runtime] OPEN(existingUnit,POSITION=) (#153688)Peter Klausler1-2/+2
2025-08-13[flang][runtime] Handle NAN(...) in namelist input (#153101)Peter Klausler1-4/+7
2025-08-05 [flang][runtime] Optimize Descriptor::FixedStride() (#151755)Peter Klausler1-18/+39
2025-08-05[flang][runtime] Fix child input bugs under NAMELIST (#151571)Peter Klausler2-2/+8
2025-08-03[NFC] Fix `assignment` typo. (#151864)Connector Switch1-1/+1
2025-07-30[flang] Support fixed-width input field truncation for LOGICAL (#151203)Peter Klausler1-0/+8
2025-07-30[flang][runtime] Remove redundant initialization (#150984)Peter Klausler1-1/+1
2025-07-25[flang][runtime] Refine state associated with child I/O (#150461)Peter Klausler1-4/+20
2025-07-18[flang][runtime] Preserve type when remapping monomorphic pointers (#149427)Peter Klausler1-1/+2
2025-07-16[flang] Allow -fdefault-integer-8 with defined I/O (#148927)Peter Klausler2-10/+13
2025-07-14[flang][runtime] Fix bad instance of std::optional in runtime (#148724)Peter Klausler1-1/+1
2025-07-14[flang][runtime] Speed up initialization & destruction (#148087)Peter Klausler3-17/+111
2025-07-10[Flang][FlangRT][Runtime] Add RT_OFFLOAD_API_GROUP_BEGIN to missing symbols ...agozillon5-0/+23
2025-06-16[flang] Restructure runtime to avoid recursion (relanding) (#143993)Peter Klausler4-6/+577
2025-06-11Revert runtime work queue patch, it breaks some tests that need investigation...Peter Klausler4-564/+3
2025-06-11[flang][runtime] Another try to fix build failure (#143702)Peter Klausler1-9/+13
2025-06-10[flang][runtime] Fix build bot flang-runtime-cuda-gcc errors (#143650)Peter Klausler1-3/+3
2025-06-10[flang][runtime] Replace recursion with iterative work queue (#137727)Peter Klausler4-3/+560
2025-05-28[flang] Extension: allow char string edit descriptors in input formats (#140624)Peter Klausler1-2/+11
2025-05-22[flang-rt] Optimise ShallowCopy and use it in CopyInAssign (#140569)Kajetan Puchalski2-0/+61
2025-05-19[flang][cuda] Use a reference for asyncObject (#140614)Valentin Clement (バレンタイン クレメン)3-6/+6