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
*
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
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
2
-2
/
+3
*
[IR] Sink `isExceptional` predicate to `Instruction`, rename it to
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[LLVM-C] Add coroutine passes
whitequark
2018-08-19
1
-0
/
+17
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
3
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
2
-18
/
+18
*
[Coroutines] PR34897: Fix incorrect elisions
Brian Gesiak
2018-05-11
1
-13
/
+37
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[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
[next]