llvm-project/llvm/lib/Transforms/Coroutines
Xun Li 17c3538aef Revert "Fix unused variable in CoroFrame.cpp when building Release with GCC 10"
This reverts commit ff5e896425.
2021-01-25 08:37:45 -08:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
CoroCleanup.cpp Start of an llvm.coro.async implementation 2020-11-04 10:29:21 -08:00
CoroEarly.cpp [coro.async] Make sure we process async coroutines 2021-01-22 07:04:01 -08:00
CoroElide.cpp [Coroutine] Do not CoroElide if there are musttail calls 2021-01-18 09:06:21 -08:00
CoroFrame.cpp Revert "Fix unused variable in CoroFrame.cpp when building Release with GCC 10" 2021-01-25 08:37:45 -08:00
CoroInstr.h Add a llvm.coro.end.async intrinsic 2020-12-22 10:52:28 -08:00
CoroInternal.h Add a llvm.coro.end.async intrinsic 2020-12-22 10:52:28 -08:00
CoroSplit.cpp [CoroSplit][NewPM] Don't call LazyCallGraph functions to split when no clones 2021-01-07 14:06:35 -08:00
Coroutines.cpp [Coroutines] checkAsyncFuncPointer - use cast<> instead of dyn_cast<> for dereferenced pointer. NFCI. 2021-01-05 10:31:45 +00:00