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
*
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
*
[coro] Make Spill a proper struct instead of deriving from pair.
Benjamin Kramer
2017-10-31
1
-12
/
+10
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-31
2
-11
/
+67
*
[coroutines] Add support for symmetric control transfer (musttail on coro.res...
Gor Nishanov
2017-08-25
1
-0
/
+88
*
[coroutines] CoroBegin from inner coroutines should be considered for spills
Gor Nishanov
2017-08-23
1
-3
/
+3
*
Remove `inline` keyword from inline `classof` methods
Sam Clegg
2017-06-29
1
-22
/
+22
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[coroutines] PR33271: Remove stray coro.save intrinsics during CoroSplit
Gor Nishanov
2017-06-02
1
-0
/
+12
*
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
4
-4
/
+12
*
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
4
-0
/
+6
*
[coroutines] CoroFrame.cpp conform to coding convention (s/repeat/Repeat) (NFC)
Gor Nishanov
2017-05-25
1
-3
/
+2
*
[coroutines] Relocate instructions that maybe spilled after coro.begin
Gor Nishanov
2017-05-25
1
-0
/
+75
*
[coroutines] Allow rematerialization upto 4 times. Remove incorrect assert
Gor Nishanov
2017-05-24
1
-15
/
+19
*
[coroutines] Handle spills before catchswitch
Gor Nishanov
2017-05-17
1
-2
/
+26
*
[coroutines] Handle unwind edge splitting
Gor Nishanov
2017-05-16
1
-4
/
+96
*
[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
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-1
/
+2
*
[coroutines] Make CoroSplit pass deterministic
Gor Nishanov
2017-04-08
1
-2
/
+0
*
[coroutines] Insert spills of PHI instructions correctly
Gor Nishanov
2017-04-07
1
-0
/
+4
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
2
-6
/
+6
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
3
-4
/
+4
*
[coroutines] Add handling for unwind coro.ends
Gor Nishanov
2017-03-07
1
-4
/
+38
*
[Coroutines] Add header guard to header that's missing one.
Benjamin Kramer
2017-01-30
1
-0
/
+5
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+2
*
[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
[next]