This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Coroutines
History
Harald van Dijk
23209eb1d9
Revert "[DebugInfo] Update DIBuilder insertion to take InsertPosition (
#126059
)"
...
This reverts commit 3ec9f7494b31f2fe51d5ed0e07adcf4b7199def6.
2025-02-12 17:50:39 +00:00
..
CMakeLists.txt
…
CoroAnnotationElide.cpp
[Coroutines] Fix another crash related to CallGraph update (
#116756
)
2024-11-21 15:07:17 +01:00
CoroCleanup.cpp
[Coro] Use poison instead of undef as placeholder [NFC]
2024-11-05 13:51:36 +00:00
CoroCloner.h
[Coro] Prebuild a module-level debug info set and share it between all coroutine clones (
#118628
)
2025-01-24 11:42:44 +00:00
CoroConditionalWrapper.cpp
…
CoroEarly.cpp
…
CoroElide.cpp
…
CoroFrame.cpp
Revert "[DebugInfo] Update DIBuilder insertion to take InsertPosition (
#126059
)"
2025-02-12 17:50:39 +00:00
CoroInternal.h
…
CoroSplit.cpp
[NFC][DebugInfo] Rewrite more call-sites to insert with iterators (
#124288
)
2025-01-27 20:30:45 +00:00
Coroutines.cpp
[NFC][Coroutines] Remove invalid coroutine intrinsic name (
#114543
)
2025-01-07 10:49:10 -05:00
MaterializationUtils.cpp
[Coroutines] Avoid repeated hash lookups (NFC) (
#126466
)
2025-02-10 07:50:32 -08:00
SpillUtils.cpp
[IR][NFC] Switch to use
LifetimeIntrinsic
(
#125528
)
2025-02-04 02:18:33 +08:00
SuspendCrossingInfo.cpp
…