summaryrefslogtreecommitdiff
path: root/flang-rt/lib/runtime/pointer.cpp
AgeCommit message (Expand)Author
2025-08-28[flang] Don't associate pointers with zero sized storage targets (#155867)Eugene Epshteyn
2025-07-18[flang][runtime] Preserve type when remapping monomorphic pointers (#149427)Peter Klausler
2025-07-14[flang][runtime] Speed up initialization & destruction (#148087)Peter Klausler
2025-05-19[flang][cuda] Use a reference for asyncObject (#140614)Valentin Clement (バレンタイン クレメン)
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] Use a reference for asyncObject (#138010)Valentin Clement (バレンタイン クレメン)
2025-04-08[flang][cuda] Add async id to allocators (#134724)Valentin Clement (バレンタイン クレメン)
2025-03-06[flang][rt] Use allocator registry to allocate the pointer payload (#129992)Valentin Clement (バレンタイン クレメン)
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse