aboutsummaryrefslogtreecommitdiff
path: root/flang-rt
AgeCommit message (Expand)AuthorFilesLines
2025-11-28[flang] Support FLUSH as an intrinsic subroutine (#165942)Miguel Saldivar1-0/+11
2025-11-27[flang][cuda][NFC] Fix naming of CUFGetAssociatedStream (#169838)Valentin Clement (バレンタイン クレメン)2-4/+4
2025-11-26[flang][cuda][rt] Add entry point to get the allocation stream (#169608)Valentin Clement (バレンタイン クレメン)2-2/+60
2025-11-26[Flang-rt] Remove COMPILE_ONLY from flang-rt CMake file. (#169534)Dominik Adamski1-3/+1
2025-11-25Revert "[Flang] Move builtin .mod generation into runtimes" (#169489)Jan Patrick Lehr24-7224/+236
2025-11-25[Flang] Move builtin .mod generation into runtimes (#137828)Michael Kruse24-236/+7224
2025-11-20[flang-rt] Fix TypeCategory for quad-precision COMPLEX (#168090)Carlos Seo3-1/+45
2025-11-19[flang][runtime] Control stream truncation via runtime environment (#168415)Peter Klausler3-2/+17
2025-11-14[flang][runtime] Advance output record in specific case (#167786)Peter Klausler5-2/+42
2025-11-12[runtimes][GTest] LLVM-independent unittests (#164794)Michael Kruse6-39/+13
2025-11-11[flang-rt] Use dlsym to access char** environ on FreeBSD (#158477)Gleb Popov1-0/+9
2025-11-07[flang][runtime] Allow some list-directed child output to advance (#166847)Peter Klausler3-19/+19
2025-10-29[flang][rt] Add install target for header files (#165610)Valentin Clement (バレンタイン クレメン)1-0/+16
2025-10-24[flang][runtime] Tweak GetNextNonBlank() performance (#164521)Peter Klausler2-13/+32
2025-10-24[flang][cuda] Remove error check from allocation and free call (#165022)Valentin Clement (バレンタイン クレメン)1-12/+9
2025-10-21[flang][cuda][rt] Do not check error on kernel launch (#164463)Valentin Clement (バレンタイン クレメン)1-5/+5
2025-10-21Revert "[flang][cuda][rt] Canonicalize block size values" (#164460)Valentin Clement (バレンタイン クレメン)1-9/+9
2025-10-20[flang][cuda][rt] Canonicalize block size values (#164321)Valentin Clement (バレンタイン クレメン)1-9/+9
2025-10-16[Flang-RT] Fix GCC 15.1 Fortran Runtime libstdc++ Undefined Symbols (#157385)Patrick Simmons1-0/+21
2025-10-08[flang][NFC] Revise crash msg for GeneralCharFunc (#162292)Connector Switch1-1/+2
2025-10-03[flang][rt] Add noinline attributes for CUDA compile path for successful comp...modiking3-10/+13
2025-10-03[flang] use specialized scan/verify version for char (#161767)Connector Switch1-2/+2
2025-10-01[flang][runtime] fix intrinsics case of extends_type_of (#161466)Andre Kuhlenschmidt1-4/+16
2025-09-30[flang][runtime] Expand IOTYPE and V_LIST (#160744)Peter Klausler5-10/+16
2025-09-30[flang][runtime] Let more list-directed child input advance (#160590)Peter Klausler5-19/+54
2025-09-26[flang][cuda] Handle zero sized allocation correctly (#160929)Valentin Clement (バレンタイン クレメン)2-13/+18
2025-09-26[flang-rt] Set _POSIX_C_SOURCE on Darwin (#160130)Leandro Lupori2-1/+17
2025-09-23[flang][runtime] Use dumber but faster check for list-directed repeti… (#15...Peter Klausler2-12/+18
2025-09-22Use CreateProcessW explicitly to improve compatibility (#160096)Yuriy Chernyshov1-2/+2
2025-09-19[LLVM] Simplify GPU runtimes flag handling (#159802)Joseph Huber1-9/+0
2025-09-19[flang] Implement FNUM() (#159433)Peter Klausler3-0/+11
2025-09-17[Flang][runtime] Fix RENAME intrinsic, remove trailing blanks (#159123)Michael Klemm1-14/+14
2025-09-17[flang][runtime] Fix bug with NAMELIST in child input (#159173)Peter Klausler1-0/+6
2025-09-17[flang][runtime] Block bad left tabbing in child I/O (#158758)Peter Klausler1-0/+1
2025-09-17[flang][runtime] Disable namelist storage sequence input when defined (#158708)Peter Klausler1-4/+32
2025-09-15[flang] Add header includes to make headers compile standalone. (#158215)Adrian Kuegel1-0/+1
2025-09-14[flang] Implement DSECNDS intrinsic (PGI extension) (#157573)Šárka Holendová1-1/+12
2025-09-11[flang-rt] Use -Wp to undefine macros (#156034)Nikita Popov2-4/+6
2025-09-10[flang][runtime] Preserve some list-directed input state in child (#157571)Peter Klausler2-0/+21
2025-09-09[flang][cuda] Remove set_allocator_idx operation (#157747)Valentin Clement (バレンタイン クレメン)2-20/+0
2025-09-09[flang] Add special genre for allocatable and pointer device component (#157731)Valentin Clement (バレンタイン クレメン)7-30/+60
2025-09-02[flang][rt] Remove findloc.cpp from supported_sources fro CUDA build (#156542)Valentin Clement (バレンタイン クレメン)1-0/+3
2025-08-29[flang] Fix a warningKazu Hirata1-1/+1
2025-08-29[Flang][OpenMP][Runtime] Minor Flang runtime for OpenMP AMDGPU modifications ...agozillon32-90/+106
2025-08-29[flang-rt] Enable lit internal shell by default (#156095)Aiden Grossman1-1/+11
2025-08-29[flang-rt] Set supported_sources when FLANG_RT_EXPERIMENTAL_OFFLOAD_SUPPORT=C...Valentin Clement (バレンタイン クレメン)1-0/+2
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 Parks2-1/+85
2025-08-29[flang][runtime][NFC] Clean up Fortran::common::optional<> usage (#155728)Peter Klausler26-184/+171
2025-08-29[flang][runtime] Handle ALLOCATE(..., short SOURCE=) (#155715)Peter Klausler1-8/+21