summaryrefslogtreecommitdiff
path: root/flang-rt/lib
AgeCommit message (Expand)Author
2025-11-20[flang-rt] Fix TypeCategory for quad-precision COMPLEX (#168090)Carlos Seo
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-11[flang-rt] Use dlsym to access char** environ on FreeBSD (#158477)Gleb Popov
2025-11-07[flang][runtime] Allow some list-directed child output to advance (#166847)Peter Klausler
2025-10-24[flang][cuda] Remove error check from allocation and free call (#165022)Valentin Clement (バレンタイン クレメン)
2025-10-21[flang][cuda][rt] Do not check error on kernel launch (#164463)Valentin Clement (バレンタイン クレメン)
2025-10-21Revert "[flang][cuda][rt] Canonicalize block size values" (#164460)Valentin Clement (バレンタイン クレメン)
2025-10-20[flang][cuda][rt] Canonicalize block size values (#164321)Valentin Clement (バレンタイン クレメン)
2025-10-08[flang][NFC] Revise crash msg for GeneralCharFunc (#162292)Connector Switch
2025-10-03[flang][rt] Add noinline attributes for CUDA compile path for successful comp...modiking
2025-10-03[flang] use specialized scan/verify version for char (#161767)Connector Switch
2025-10-01[flang][runtime] fix intrinsics case of extends_type_of (#161466)Andre Kuhlenschmidt
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-26[flang][cuda] Handle zero sized allocation correctly (#160929)Valentin Clement (バレンタイン クレメン)
2025-09-23[flang][runtime] Use dumber but faster check for list-directed repeti… (#15...Peter Klausler
2025-09-22Use CreateProcessW explicitly to improve compatibility (#160096)Yuriy Chernyshov
2025-09-19[flang] Implement FNUM() (#159433)Peter Klausler
2025-09-17[Flang][runtime] Fix RENAME intrinsic, remove trailing blanks (#159123)Michael Klemm
2025-09-17[flang][runtime] Fix bug with NAMELIST in child input (#159173)Peter Klausler
2025-09-17[flang][runtime] Block bad left tabbing in child I/O (#158758)Peter Klausler
2025-09-17[flang][runtime] Disable namelist storage sequence input when defined (#158708)Peter Klausler
2025-09-15[flang] Add header includes to make headers compile standalone. (#158215)Adrian Kuegel
2025-09-14[flang] Implement DSECNDS intrinsic (PGI extension) (#157573)Šárka Holendová
2025-09-10[flang][runtime] Preserve some list-directed input state in child (#157571)Peter Klausler
2025-09-09[flang][cuda] Remove set_allocator_idx operation (#157747)Valentin Clement (バレンタイン クレメン)
2025-09-09[flang] Add special genre for allocatable and pointer device component (#157731)Valentin Clement (バレンタイン クレメン)
2025-09-02[flang][rt] Remove findloc.cpp from supported_sources fro CUDA build (#156542)Valentin Clement (バレンタイン クレメン)
2025-08-29[flang] Fix a warningKazu Hirata
2025-08-29[Flang][OpenMP][Runtime] Minor Flang runtime for OpenMP AMDGPU modifications ...agozillon
2025-08-29[flang-rt] Set supported_sources when FLANG_RT_EXPERIMENTAL_OFFLOAD_SUPPORT=C...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-29[flang][runtime] Handle ALLOCATE(..., short SOURCE=) (#155715)Peter Klausler
2025-08-29[flang][runtime] Handle null list-directed fields in child input (#155707)Peter Klausler
2025-08-29[flang] Support UNSIGNED ** (#154601)Peter Klausler
2025-08-28[flang] Don't associate pointers with zero sized storage targets (#155867)Eugene Epshteyn
2025-08-22[flang][cuda] Remove TODO for descriptor with addendum (#155012)users/bwendling/cfi-salt-libclangValentin Clement (バレンタイン クレメン)
2025-08-21Revert "Fix Debug Build Using GCC 15" (#154877)dpalermo
2025-08-21Fix Debug Build Using GCC 15 (#152223)Patrick Simmons
2025-08-19[flang][runtime] Fix CUDA build (#154357)Peter Klausler
2025-08-18[flang][runtime] Account for missing READ(SIZE=) characters (#153967)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-18[flang][runtime] Fix AllocateAssignmentLHS for monomorphic LHS (#153073)Peter Klausler
2025-08-13[flang][runtime][NFC] Add a comment to intrinsic assignment (#153260)Peter Klausler
2025-08-13[flang][runtime] Handle NAN(...) in namelist input (#153101)Peter Klausler
2025-08-07[flang-rt] Use correct flang-rt build for flang-rt unit tests on Windows (#15...David Truby