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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[coroutines] Spill the result of the invoke instruction correctly
Gor Nishanov
2017-01-25
1
-9
/
+21
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-2
/
+2
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[coroutines] Store an address of destroy OR cleanup part in the coroutine frame.
Gor Nishanov
2016-10-08
2
-16
/
+36
*
[Coroutines] Part15c: Fix coro-split to correctly handle definitions between ...
Gor Nishanov
2016-09-30
1
-22
/
+26
*
[Coroutines] Part15b: Fix dbg information handling in coro-split.
Gor Nishanov
2016-09-30
2
-6
/
+13
*
[Coroutines] Part 15a: Lower coro.subfn.addr in CoroCleanup
Gor Nishanov
2016-09-30
2
-3
/
+26
*
[Coroutines] Part14: Handle coroutines with no suspend points.
Gor Nishanov
2016-09-26
2
-0
/
+120
*
[Coroutines] Part13: Handle single edge PHINodes across suspends
Gor Nishanov
2016-09-09
3
-4
/
+28
*
[Coroutines] Part12: Handle alloca address-taken
Gor Nishanov
2016-09-05
1
-1
/
+46
*
[Coroutines] Part11: Add final suspend handling.
Gor Nishanov
2016-09-05
3
-17
/
+93
*
[Coroutines] Part 10: Add coroutine promise support.
Gor Nishanov
2016-08-31
5
-9
/
+127
*
[Coroutines] Part 9: Add cleanup subfunction.
Gor Nishanov
2016-08-29
7
-65
/
+140
*
[Coroutines] Fix unused var warning in release build
Gor Nishanov
2016-08-24
1
-2
/
+2
*
[Coroutines] Part 8: Coroutine Frame Building algorithm
Gor Nishanov
2016-08-24
1
-7
/
+545
*
[Coroutines] Part 7: Split coroutine into subfunctions
Gor Nishanov
2016-08-16
8
-21
/
+783
*
[Coroutines] Move class into anonymous namespace.
Benjamin Kramer
2016-08-12
1
-0
/
+2
*
[Coroutines]: Part6b: Add coro.id intrinsic.
Gor Nishanov
2016-08-12
5
-180
/
+191
*
[Coroutines] Part 6: Elide dynamic allocation of a coroutine frame when possible
Gor Nishanov
2016-08-10
4
-28
/
+213
*
CoroSplit: Squash unused variable FnTrigger warning in NDEBUG
Gor Nishanov
2016-08-06
1
-0
/
+2
*
[Coroutines] Part 5: Add CGSCC restart trigger
Gor Nishanov
2016-08-06
5
-8
/
+154
*
Part 4c: Coroutine Devirtualization: Devirtualize coro.resume and coro.destroy.
Gor Nishanov
2016-08-06
5
-35
/
+161
*
[coroutines] Part 4[ab]: Coroutine Devirtualization: Lower coro.resume and co...
David Majnemer
2016-08-04
4
-4
/
+221
*
Really try to pacify the build bots :/
David Majnemer
2016-07-28
1
-1
/
+1
*
Try to passify the builders
David Majnemer
2016-07-28
1
-0
/
+1
*
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes
David Majnemer
2016-07-28
8
-0
/
+305