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
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
Remove trailing space in build file.
Nico Weber
2018-04-07
1
-1
/
+1
*
Make helpers static. NFC.
Benjamin Kramer
2018-04-04
1
-0
/
+2
*
[coroutines] Respect alloca alignment requirements when building coroutine frame
Gor Nishanov
2018-04-03
2
-9
/
+87
*
[Coroutines] Avoid assert splitting hidden coros
Brian Gesiak
2018-04-02
1
-2
/
+2
*
[coroutines] Add support for llvm.coro.noop intrinsics
Gor Nishanov
2018-04-02
2
-7
/
+48
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
3
-4
/
+4
*
Remove unused variable; NFC
George Burgess IV
2018-03-15
1
-1
/
+0
*
[Coroutines] Move debug statement before assert
Brian Gesiak
2018-02-19
1
-1
/
+2
*
[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
*
[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
[next]