summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCoroutines/coro-always-inline.cpp
AgeCommit message (Expand)Author
2024-03-11[coroutine] Implement llvm.coro.await.suspend intrinsic (#79712)fpasserby
2023-04-14[Coroutines] Directly remove unnecessary lifetime intrinsicsNikita Popov
2023-02-16[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-11[test] Remove references to -fexperimental-new-pass-manager in testsArthur Eubanks
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-05[Coroutines] Set presplit attribute in Clang and mlirChuanqi Xu
2021-11-04[Coroutines] [Frontend] Lookup in std namespace firstChuanqi Xu
2021-09-03Revert "[Coroutines] [Clang] Look up coroutine component in std namespace first"Louis Dionne
2021-09-03[Coroutines] [Clang] Look up coroutine component in std namespace firstChuanqi Xu
2021-07-15[Coroutines] Run coroutine passes by defaultChuanqi Xu
2021-04-18Revert "[Coroutines] Set presplit attribute in Clang instead of CoroEarly pass"Xun Li
2021-04-18[Coroutines] Set presplit attribute in Clang instead of CoroEarly passXun Li
2021-04-18Revert "[Coroutines] Move CoroEarly pass to before AlwaysInliner"Xun Li
2021-04-18[Coroutines] Move CoroEarly pass to before AlwaysInlinerXun Li
2020-06-22[Coroutines] Ensure co_await promise.final_suspend() does not throwXun Li
2020-03-24[Coroutines] Insert lifetime intrinsics even O0 is usedJun Ma