index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Coroutines
/
Coroutines.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Coroutines] const-ify internal helpers (NFC)
Brian Gesiak
2020-01-01
1
-2
/
+2
*
[Coroutines] Rename "legacy" passes (NFC)
Brian Gesiak
2020-01-01
1
-15
/
+15
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-2
/
+3
*
Fix "not all control paths return a value" MSVC warnings. NFCI.
Simon Pilgrim
2019-08-14
1
-0
/
+2
*
In coro.retcon lowering, don't explode if the optimizer messes around with th...
John McCall
2019-08-14
1
-1
/
+11
*
Add intrinsics for doing frame-bound dynamic allocations within a coroutine.
John McCall
2019-08-14
1
-4
/
+9
*
Guard dumps in the coro intrinsic validation logic behind NDEBUG checks. dump...
John McCall
2019-08-14
1
-0
/
+14
*
Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments...
John McCall
2019-08-14
1
-10
/
+29
*
Extend coroutines to support a "returned continuation" lowering.
John McCall
2019-08-14
1
-27
/
+265
*
[CallSite removal] Move the legacy PM, call graph, and some inliner
Chandler Carruth
2019-04-19
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLVM-C] Add coroutine passes
whitequark
2018-08-19
1
-0
/
+17
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[coroutines] Add support for llvm.coro.noop intrinsics
Gor Nishanov
2018-04-02
1
-3
/
+4
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-2
/
+2
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-31
1
-4
/
+23
*
[coroutines] PR33271: Remove stray coro.save intrinsics during CoroSplit
Gor Nishanov
2017-06-02
1
-0
/
+12
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-3
/
+3
*
[Coroutines] Part 15a: Lower coro.subfn.addr in CoroCleanup
Gor Nishanov
2016-09-30
1
-1
/
+1
*
[Coroutines] Part11: Add final suspend handling.
Gor Nishanov
2016-09-05
1
-8
/
+10
*
[Coroutines] Part 10: Add coroutine promise support.
Gor Nishanov
2016-08-31
1
-0
/
+1
*
[Coroutines] Part 9: Add cleanup subfunction.
Gor Nishanov
2016-08-29
1
-1
/
+22
*
[Coroutines] Part 7: Split coroutine into subfunctions
Gor Nishanov
2016-08-16
1
-3
/
+169
*
[Coroutines]: Part6b: Add coro.id intrinsic.
Gor Nishanov
2016-08-12
1
-23
/
+5
*
[Coroutines] Part 6: Elide dynamic allocation of a coroutine frame when possible
Gor Nishanov
2016-08-10
1
-0
/
+18
*
Part 4c: Coroutine Devirtualization: Devirtualize coro.resume and coro.destroy.
Gor Nishanov
2016-08-06
1
-15
/
+7
*
[coroutines] Part 4[ab]: Coroutine Devirtualization: Lower coro.resume and co...
David Majnemer
2016-08-04
1
-0
/
+64
*
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes
David Majnemer
2016-07-28
1
-0
/
+68