1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Transforms/Coroutines
Mircea Trofin 578cdb641b [llvm][NFC][CallSite] Remove Implementation uses of CallSite
Reviewers: dblaikie, davidxl, craig.topper

Subscribers: arsenm, dschuff, nemanjai, jvesely, nhaehnle, sbc100, jgravelle-google, hiraditya, aheejin, kbarton, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78142
2020-04-14 14:49:47 -07:00
..
CMakeLists.txt
CoroCleanup.cpp [Coroutines][4/6] New pass manager: coro-cleanup 2020-02-19 00:30:27 -05:00
CoroEarly.cpp Use optimal layout and preserve alloca alignment in coroutine frames. 2020-03-26 00:51:09 -04:00
CoroElide.cpp Use optimal layout and preserve alloca alignment in coroutine frames. 2020-03-26 00:51:09 -04:00
CoroFrame.cpp Rename OptimalLayout to OptimizedStructLayout at Chris's request. 2020-04-10 00:14:20 -04:00
CoroInstr.h Use optimal layout and preserve alloca alignment in coroutine frames. 2020-03-26 00:51:09 -04:00
CoroInternal.h Use optimal layout and preserve alloca alignment in coroutine frames. 2020-03-26 00:51:09 -04:00
CoroSplit.cpp [llvm][NFC][CallSite] Remove Implementation uses of CallSite 2020-04-14 14:49:47 -07:00
Coroutines.cpp [LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints 2020-02-24 20:15:51 +01:00
LLVMBuild.txt