summaryrefslogtreecommitdiff
path: root/flang-rt
AgeCommit message (Expand)Author
2025-08-08[flang-rt] Use correct flang-rt build for flang-rt unit tests on Windows (#15...David Truby
2025-07-29[flang-rt] Remove hard-coded dependency on compiler-rt path on Windows (#150244)David Truby
2025-07-14[flang][cuda] Fix definition of CUFSetAllocatorIndex (#148778)Valentin Clement (バレンタイン クレメン)
2025-07-14[flang][cuda] Introduce cuf.set_allocator_idx operation (#148717)Valentin Clement (バレンタイン クレメン)
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-11[flang][cuda] Use minor version in flang_rt.cuda lib name (#148085)Valentin Clement (バレンタイン クレメン)
2025-07-11[flang][cuda] Update condition in descriptor data transfer (#148306)Valentin Clement (バレンタイン クレメン)
2025-07-10[Flang][FlangRT][Runtime] Add RT_OFFLOAD_API_GROUP_BEGIN to missing symbols ...agozillon
2025-07-09[flang-rt] Match compiler-rt's default macos version (#147273)Tom Eccles
2025-07-09[Flang-RT][Offload] Always use LLVM-built GTest (#143682)Michael Kruse
2025-07-08Fix the type of offset that broke 32-bit flang-rt build to use `uint64_t` con...Daniel Chen
2025-06-30[flang][runtime] Allow INQUIRE(IOLENGTH=) in the presence of defined I/O (#14...Peter Klausler
2025-06-16[flang] Restructure runtime to avoid recursion (relanding) (#143993)Peter Klausler
2025-06-16[flang][runtime] Check SOURCE= conformability on ALLOCATE (#144113)Peter Klausler
2025-06-12[flang][cuda] Add runtime check for passing device arrays (#144003)Valentin Clement (バレンタイン クレメン)
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-06-10[flang][cuda] Allocate the dst descriptor in data transfer (#143437)Valentin Clement (バレンタイン クレメン)
2025-06-04[flang][runtime] Accommodate change of type in assignment to allocatable (#14...Peter Klausler
2025-05-28[flang] Extension: allow char string edit descriptors in input formats (#140624)Peter Klausler
2025-05-28[flang][rt] Enable Count and CountDim for device build (#141684)Valentin Clement (バレンタイン クレメン)
2025-05-27[flang-rt] Explicitly define the default ShallowCopy* templates (#141619)Kajetan Puchalski
2025-05-22[flang-rt] Fix usage of kNoAsyncId in assign.cpp (#141077)Kajetan Puchalski
2025-05-22[flang-rt] Optimise ShallowCopy and use it in CopyInAssign (#140569)Kajetan Puchalski
2025-05-20[flang][cuda] Use nullptr for comparison (#140767)Valentin Clement (バレンタイン クレメン)
2025-05-19[flang][cuda] Use a reference for asyncObject (#140614)Valentin Clement (バレンタイン クレメン)
2025-05-15[flang-rt] Fix warningsKazu Hirata
2025-05-15[flang] Clear obsolete type from reallocated allocatable (#139788)Peter Klausler
2025-05-08[www][docs] Remove last mentions of IRC (#139076)Aaron Ballman
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 signatures after argument change (#138081)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-30[flang-rt] Simplify INDEX with len-1 SUBSTRING. (#137889)Slava Zakharin
2025-04-30Reapply "[Flang] Remove FLANG_INCLUDE_RUNTIME (#124126)"Michael Kruse
2025-04-24[flang][cuda][rt] Track asynchronous allocation stream for deallocation (#137...Valentin Clement (バレンタイン クレメン)
2025-04-22Revert "[LLVM] Replace use of `LLVM_RUNTIMES_TARGET` with `LLVM_DEFAULT_TARGE...Joseph Huber
2025-04-22[LLVM] Replace use of `LLVM_RUNTIMES_TARGET` with `LLVM_DEFAULT_TARGET_TRIPLE...Joseph Huber
2025-04-18[flang] Tweak integer output under width-free I/G editing (#136316)Peter Klausler
2025-04-18[flang][runtime] Better handling for integer input into null address (#135987)Peter Klausler
2025-04-18[flang] Improve runtime SAME_TYPE_AS() (#135670)Peter Klausler
2025-04-18[flang][cuda] Carry over the stream information to kernel launch (#136217)Valentin Clement (バレンタイン クレメン)
2025-04-18[flang-rt] Use runtime::memchr instead of std::memchr. (#135298)Slava Zakharin
2025-04-15[flang] Implement external routine usage of hostnm() (#134900)Eugene Epshteyn
2025-04-11[flang][runtime] Fix recently broken big-endian formatted integer input (#135...Peter Klausler