llvm-project/llvm/lib/Transforms/Coroutines
Krzysztof Parzyszek f3b6dbfda8 Instructions: convert Optional to std::optional 2022-12-04 14:25:11 -06:00
..
CMakeLists.txt [PassManager][Coroutine] Run passes under -O0 conditionally and run GlobalDCE 2022-03-23 11:03:26 -07:00
CoroCleanup.cpp [coro async] Add missing llvm.coro.id.async intrinsic to declaresCoroCleanupIntrinsics 2022-07-19 07:25:04 -07:00
CoroConditionalWrapper.cpp [PrintPipeline] Handle CoroConditionalWrapper and add more verification 2022-10-12 09:36:45 -07:00
CoroEarly.cpp [Coro][Debuginfo] Add debug info to `__NoopCoro_ResumeDestroy` function 2022-08-26 05:49:52 -07:00
CoroElide.cpp [Transforms] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:37 -08:00
CoroFrame.cpp Instructions: convert Optional to std::optional 2022-12-04 14:25:11 -06:00
CoroInstr.h [Coroutines] Offering llvm.coro.align intrinsic 2022-01-19 09:52:45 +08:00
CoroInternal.h [Coroutines] Store the index for final suspend point if there is unwind coro end 2022-08-26 14:05:46 +08:00
CoroSplit.cpp [NFC] Cleanup: Replaces BB->getInstList().splice() with BB->splice(). 2022-12-01 15:37:51 -08:00
Coroutines.cpp [Transforms] Qualify auto in range-based for loops (NFC) 2022-08-27 21:21:02 -07:00