aboutsummaryrefslogtreecommitdiff
path: root/flang-rt/lib/runtime/assign.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-18[flang][runtime] Further work on speeding up work queue operations (#149189)Peter Klausler1-3/+9
2025-07-14[flang][runtime] Speed up initialization & destruction (#148087)Peter Klausler1-16/+19
2025-07-08Fix the type of offset that broke 32-bit flang-rt build to use `uint64_t` con...Daniel Chen1-2/+4
2025-06-16[flang] Restructure runtime to avoid recursion (relanding) (#143993)Peter Klausler1-232/+431
2025-06-11Revert runtime work queue patch, it breaks some tests that need investigation...Peter Klausler1-399/+224
2025-06-10[flang][runtime] Replace recursion with iterative work queue (#137727)Peter Klausler1-224/+399
2025-06-04[flang][runtime] Accommodate change of type in assignment to allocatable (#14...Peter Klausler1-0/+1
2025-05-22[flang-rt] Fix usage of kNoAsyncId in assign.cpp (#141077)Kajetan Puchalski1-1/+1
2025-05-22[flang-rt] Optimise ShallowCopy and use it in CopyInAssign (#140569)Kajetan Puchalski1-5/+7
2025-05-19[flang][cuda] Use a reference for asyncObject (#140614)Valentin Clement (バレンタイン クレメン)1-2/+2
2025-05-15[flang] Clear obsolete type from reallocated allocatable (#139788)Peter Klausler1-1/+4
2025-05-01Revert "[flang][cuda] Use a reference for asyncObject" (#138221)Valentin Clement (バレンタイン クレメン)1-2/+2
2025-05-01[flang][cuda] Use a reference for asyncObject (#138186)Valentin Clement (バレンタイン クレメン)1-2/+2
2025-04-30Revert "[flang][cuda] Use a reference for asyncObject (#138010)" (#138082)Valentin Clement (バレンタイン クレメン)1-2/+2
2025-04-30[flang][cuda] Use a reference for asyncObject (#138010)Valentin Clement (バレンタイン クレメン)1-2/+2
2025-04-09[flang][cuda] Add asyncId to allocate entry point (#134947)Valentin Clement (バレンタイン クレメン)1-2/+2
2025-03-06[flang] explicitly cast the pointer to void* in std::memcpy calls (NFC) (#129...Kelvin Li1-2/+3
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse1-0/+622