llvm-project/llvm/lib/Transforms/Coroutines
Chuanqi Xu 02d6845234 [NFC] [Coroutines] Remove EnableReuseStorageInFrame option
The EnableReuseStorageInFrame option is designed for testing only.
But it is better to use *_PASS_WITH_PARAMS macro to keep consistent with
other passes.
2022-05-10 17:28:43 +08:00
..
CMakeLists.txt [PassManager][Coroutine] Run passes under -O0 conditionally and run GlobalDCE 2022-03-23 11:03:26 -07:00
CoroCleanup.cpp [Coroutines] Use PassManager instead of Legacy PassManager internally 2022-05-10 13:15:11 +08:00
CoroConditionalWrapper.cpp [PassManager][Coroutine] Run passes under -O0 conditionally and run GlobalDCE 2022-03-23 11:03:26 -07:00
CoroEarly.cpp [iwyu] Handle regressions in libLLVM header include 2022-05-04 08:32:38 +02:00
CoroElide.cpp [iwyu] Handle regressions in libLLVM header include 2022-05-04 08:32:38 +02:00
CoroFrame.cpp [NFC] [Coroutines] Remove EnableReuseStorageInFrame option 2022-05-10 17:28:43 +08:00
CoroInstr.h [Coroutines] Offering llvm.coro.align intrinsic 2022-01-19 09:52:45 +08:00
CoroInternal.h [NFC] Code cleanups for coroutine after we remvoed legacy passes 2022-04-21 15:32:46 +08:00
CoroSplit.cpp [Coroutines] Use PassManager instead of Legacy PassManager internally 2022-05-10 13:15:11 +08:00
Coroutines.cpp [iwyu] Handle regressions in libLLVM header include 2022-05-04 08:32:38 +02:00