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
/
test
/
Transforms
/
Coroutines
Commit message (
Expand
)
Author
Age
Files
Lines
*
[coroutines] PR33271: Remove stray coro.save intrinsics during CoroSplit
Gor Nishanov
2017-06-02
1
-1
/
+4
*
Cloning: Fix debug info cloning
Gor Nishanov
2017-05-27
1
-0
/
+142
*
[coroutines] Relocate instructions that maybe spilled after coro.begin
Gor Nishanov
2017-05-25
1
-3
/
+8
*
[coroutines] Allow rematerialization upto 4 times. Remove incorrect assert
Gor Nishanov
2017-05-24
1
-0
/
+52
*
[coroutines] Handle spills before catchswitch
Gor Nishanov
2017-05-17
1
-0
/
+88
*
[coroutines] Handle unwind edge splitting
Gor Nishanov
2017-05-16
1
-0
/
+218
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-2
/
+2
*
[coroutines] Make CoroSplit pass deterministic
Gor Nishanov
2017-04-08
1
-6
/
+4
*
De-flake a test that is failing due to coroutine spill insertion non-determinism
Reid Kleckner
2017-04-07
1
-4
/
+6
*
[coroutines] Insert spills of PHI instructions correctly
Gor Nishanov
2017-04-07
1
-0
/
+60
*
[coroutines] Add handling for unwind coro.ends
Gor Nishanov
2017-03-07
16
-33
/
+178
*
[coroutines] Spill the result of the invoke instruction correctly
Gor Nishanov
2017-01-25
1
-0
/
+61
*
[coroutines] Store an address of destroy OR cleanup part in the coroutine frame.
Gor Nishanov
2016-10-08
1
-2
/
+20
*
[Coroutines] Part15c: Fix coro-split to correctly handle definitions between ...
Gor Nishanov
2016-09-30
1
-0
/
+54
*
[Coroutines] Part15b: Fix dbg information handling in coro-split.
Gor Nishanov
2016-09-30
1
-0
/
+119
*
[Coroutines] Part 15a: Lower coro.subfn.addr in CoroCleanup
Gor Nishanov
2016-09-30
1
-0
/
+18
*
[Coroutines] Part14: Handle coroutines with no suspend points.
Gor Nishanov
2016-09-26
1
-0
/
+189
*
[Coroutines] Part13: Handle single edge PHINodes across suspends
Gor Nishanov
2016-09-09
1
-0
/
+48
*
[Coroutines] Part12: Handle alloca address-taken
Gor Nishanov
2016-09-05
1
-0
/
+67
*
[Coroutines] Part11: Add final suspend handling.
Gor Nishanov
2016-09-05
1
-0
/
+73
*
[Coroutines] Part 10: Add coroutine promise support.
Gor Nishanov
2016-08-31
1
-0
/
+71
*
[Coroutines] Part 9: Add cleanup subfunction.
Gor Nishanov
2016-08-29
9
-39
/
+160
*
[Coroutines] Part 8: Coroutine Frame Building algorithm
Gor Nishanov
2016-08-24
3
-1
/
+114
*
[Coroutines] Part 7: Split coroutine into subfunctions
Gor Nishanov
2016-08-16
3
-6
/
+152
*
[Coroutines]: Part6b: Add coro.id intrinsic.
Gor Nishanov
2016-08-12
3
-24
/
+25
*
[Coroutines] Part 6: Elide dynamic allocation of a coroutine frame when possible
Gor Nishanov
2016-08-10
3
-6
/
+150
*
[Coroutines] Passify the build bots. Remove restart-trigger.ll test for now
Gor Nishanov
2016-08-06
1
-16
/
+0
*
[Coroutines] Part 5: Add CGSCC restart trigger
Gor Nishanov
2016-08-06
1
-0
/
+16
*
Part 4c: Coroutine Devirtualization: Devirtualize coro.resume and coro.destroy.
Gor Nishanov
2016-08-06
2
-2
/
+112
*
opt: Adding -O0 to opt tool
Gor Nishanov
2016-08-05
1
-0
/
+1
*
[coroutines] Part 4[ab]: Coroutine Devirtualization: Lower coro.resume and co...
David Majnemer
2016-08-04
1
-0
/
+41
*
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes
David Majnemer
2016-07-28
1
-0
/
+24