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
/
CoroSplit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Coroutines] Fix PR45130
Jun Ma
2020-04-29
1
-1
/
+4
*
[Coroutines] Remove corresponding phi values when apply simplifyTerminatorLea...
Brian Gesiak
2020-01-05
1
-1
/
+13
*
[Coroutines] const-ify internal helpers (NFC)
Brian Gesiak
2020-01-01
1
-8
/
+9
*
[Coroutines] Rename "legacy" passes (NFC)
Brian Gesiak
2020-01-01
1
-10
/
+11
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[coroutine] Fixes "cannot move instruction since its users are not dominated ...
Gor Nishanov
2019-08-15
1
-90
/
+0
*
Fix "not all control paths return a value" MSVC warning. NFCI.
Simon Pilgrim
2019-08-14
1
-0
/
+1
*
Coroutines: adjust for SVN r358739
John McCall
2019-08-14
1
-4
/
+6
*
Don't run a full verifier pass in coro-splitting's private pipeline.
John McCall
2019-08-14
1
-1
/
+6
*
Remove unreachable blocks before splitting a coroutine.
John McCall
2019-08-14
1
-1
/
+19
*
Support swifterror in coroutine lowering.
John McCall
2019-08-14
1
-0
/
+71
*
In coro.retcon lowering, don't explode if the optimizer messes around with th...
John McCall
2019-08-14
1
-0
/
+17
*
Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments...
John McCall
2019-08-14
1
-13
/
+54
*
Extend coroutines to support a "returned continuation" lowering.
John McCall
2019-08-14
1
-181
/
+758
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[coroutines] Add missing pass dependency.
Gor Nishanov
2019-06-18
1
-1
/
+6
*
[coroutines][PR40979] Ignore unreachable uses across suspend points
Brian Gesiak
2019-03-11
1
-0
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-2
/
+3
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-2
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix compiler warning about unused variable [NFC]
Mikael Holmen
2018-12-12
1
-1
/
+1
*
[coroutines] Improve suspend point simplification
Gor Nishanov
2018-12-11
1
-32
/
+100
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
[Coroutines] Avoid assert splitting hidden coros
Brian Gesiak
2018-04-02
1
-2
/
+2
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Coroutines] Don't move stores for allocator args
Brian Gesiak
2018-02-15
1
-1
/
+16
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-0
/
+1
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-5
/
+3
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-31
1
-7
/
+44
*
[coroutines] Add support for symmetric control transfer (musttail on coro.res...
Gor Nishanov
2017-08-25
1
-0
/
+88
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Reapply "[Cloning] Take another pass at properly cloning debug info"
Keno Fischer
2017-06-01
1
-1
/
+1
*
[coroutines] Call initializePass in coroutine pass constructors
Gor Nishanov
2017-05-31
1
-1
/
+3
*
Revert "[Cloning] Take another pass at properly cloning debug info"
Keno Fischer
2017-05-30
1
-1
/
+1
*
[Cloning] Take another pass at properly cloning debug info
Keno Fischer
2017-05-30
1
-1
/
+1
*
Cloning: Fix debug info cloning
Gor Nishanov
2017-05-27
1
-9
/
+1
*
[coroutines] Define getPassName() for coroutine passes
Gor Nishanov
2017-05-27
1
-0
/
+1
*
[coroutines] Relocate instructions that maybe spilled after coro.begin
Gor Nishanov
2017-05-25
1
-0
/
+75
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-2
/
+2
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
1
-3
/
+1
*
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...
Hans Wennborg
2017-04-28
1
-1
/
+3
*
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
Reid Kleckner
2017-04-28
1
-3
/
+1
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-3
/
+3
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-3
/
+3
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-2
/
+2
*
[coroutines] Add handling for unwind coro.ends
Gor Nishanov
2017-03-07
1
-4
/
+38
*
[coroutines] Store an address of destroy OR cleanup part in the coroutine frame.
Gor Nishanov
2016-10-08
1
-12
/
+33
*
[Coroutines] Part15b: Fix dbg information handling in coro-split.
Gor Nishanov
2016-09-30
1
-6
/
+8
[next]