summaryrefslogtreecommitdiff
path: root/flang-rt
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-12[runtimes][GTest] LLVM-independent unittests (#164794)Michael Kruse
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-29[flang][rt] Add install target for header files (#165610)Valentin Clement (バレンタイン クレメン)
2025-10-24[flang][runtime] Tweak GetNextNonBlank() performance (#164521)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-16[Flang-RT] Fix GCC 15.1 Fortran Runtime libstdc++ Undefined Symbols (#157385)Patrick Simmons
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-26[flang-rt] Set _POSIX_C_SOURCE on Darwin (#160130)Leandro Lupori
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[LLVM] Simplify GPU runtimes flag handling (#159802)Joseph Huber
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-11[flang-rt] Use -Wp to undefine macros (#156034)Nikita Popov
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] Enable lit internal shell by default (#156095)Aiden Grossman
2025-08-29[flang-rt] Set supported_sources when FLANG_RT_EXPERIMENTAL_OFFLOAD_SUPPORT=C...Valentin Clement (バレンタイン クレメン)
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-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-27[Flang-RT][OpenMP] Define _GLIBCXX_NO_ASSERTIONS (#155440)Michael Kruse
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