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
/
CoroElide.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Coroutines] Rename "legacy" passes (NFC)
Brian Gesiak
2020-01-01
1
-8
/
+8
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Sink `isExceptional` predicate to `Instruction`, rename it to
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[Coroutines] PR34897: Fix incorrect elisions
Brian Gesiak
2018-05-11
1
-13
/
+37
*
Remove unused variable; NFC
George Burgess IV
2018-03-15
1
-1
/
+0
*
[coroutines] Call initializePass in coroutine pass constructors
Gor Nishanov
2017-05-31
1
-1
/
+3
*
[coroutines] Define getPassName() for coroutine passes
Gor Nishanov
2017-05-27
1
-0
/
+1
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-1
/
+2
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-1
/
+1
*
[Coroutines] Part 9: Add cleanup subfunction.
Gor Nishanov
2016-08-29
1
-29
/
+43
*
[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
1
-96
/
+131
*
[Coroutines] Part 6: Elide dynamic allocation of a coroutine frame when possible
Gor Nishanov
2016-08-10
1
-27
/
+131
*
[Coroutines] Part 5: Add CGSCC restart trigger
Gor Nishanov
2016-08-06
1
-4
/
+26
*
Part 4c: Coroutine Devirtualization: Devirtualize coro.resume and coro.destroy.
Gor Nishanov
2016-08-06
1
-3
/
+94
*
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes
David Majnemer
2016-07-28
1
-0
/
+49