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
/
test
/
Transforms
/
SimpleLoopUnswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimpleLoopUnswitch] Invalidate the topmost loop with ExitBB as exiting.
Florian Hahn
2019-12-04
1
-0
/
+63
*
[MemorySSA] Update for partial unswitch.
Alina Sbirlea
2019-10-14
9
-0
/
+106
*
[LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...
Alina Sbirlea
2019-08-21
8
-8
/
+8
*
[SimpleLoopUnswitch] Don't consider unswitching `switch` insructions with one...
Serguei Katkov
2019-07-10
1
-1
/
+0
*
[SimpleLoopUnswitch] Add a test case exposing a bug
Serguei Katkov
2019-07-10
1
-0
/
+25
*
[SimpleLoopUnswitch] Implement handling of prof branch_weights metadata for S...
Yevgeny Rouban
2019-07-01
2
-0
/
+262
*
[NewPM] Add Option handling for SimpleLoopUnswitch
Serguei Katkov
2019-04-22
10
-57
/
+57
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
44
-0
/
+8769
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
44
-8769
/
+0
*
Update MemorySSA in SimpleLoopUnswitch.
Alina Sbirlea
2018-12-04
31
-0
/
+31
*
[test] Fix use of 'sort -b' in SimpleLoopUnswitch on NetBSD
Michal Gorny
2018-12-02
3
-9
/
+9
*
[SimpleLoopUnswitch] adding cost multiplier to cap exponential unswitch with
Fedor Sergeev
2018-11-16
5
-0
/
+542
*
[SimpleLoopUnswitch] partial unswitch needs to be careful when replacing inva...
Fedor Sergeev
2018-11-07
1
-11
/
+98
*
[SimpleLoopUnswitch] Unswitch by experimental.guard intrinsics
Max Kazantsev
2018-10-26
1
-0
/
+238
*
[SimpleLoopUnswitch] remove a chain of dead blocks at once
Fedor Sergeev
2018-09-04
1
-0
/
+56
*
[SimpleLoopUnswitch] After unswitch delete dead blocks in parent loops
Fedor Sergeev
2018-08-29
1
-0
/
+45
*
[SimpleLoopUnswitch] Form dedicated exits after trivial unswitches.
Alina Sbirlea
2018-08-28
3
-0
/
+84
*
[PM/Unswitch] Fix a collection of closely related issues with trivial
Chandler Carruth
2018-07-10
3
-8
/
+280
*
[PM/Unswitch] Fix a nasty bug in the new PM's unswitch introduced in
Chandler Carruth
2018-07-09
1
-66
/
+418
*
[PM/LoopUnswitch] Fix PR37889, producing the correct loop nest structure
Chandler Carruth
2018-07-07
2
-1
/
+1162
*
[PM/LoopUnswitch] Fix PR37651 by correctly invalidating SCEV when
Chandler Carruth
2018-07-03
1
-0
/
+188
*
[PM/LoopUnswitch] Teach the new unswitch to handle nontrivial
Chandler Carruth
2018-06-25
1
-55
/
+193
*
[LegacyPM] Fix PR37888 by teaching the legacy loop pass manager how to
Chandler Carruth
2018-06-22
1
-0
/
+38
*
[PM/LoopUnswitch] Add partial non-trivial unswitching for invariant
Chandler Carruth
2018-06-21
1
-1
/
+162
*
Generalize MergeBlockIntoPredecessor. Replace uses of MergeBasicBlockIntoOnly...
Alina Sbirlea
2018-06-20
1
-4
/
+4
*
[PM/LoopUnswitch] Support partial trivial unswitching.
Chandler Carruth
2018-06-20
2
-4
/
+188
*
[PM/LoopUnswitch] Fix how the cloned loops are handled when updating analyses.
Chandler Carruth
2018-06-02
1
-0
/
+101
*
[PM/LoopUnswitch] When using the new SimpleLoopUnswitch pass, schedule
Chandler Carruth
2018-05-30
1
-0
/
+41
*
[PM/LoopUnswitch] Fix a bug in the loop block set formation of the new
Chandler Carruth
2018-04-24
1
-0
/
+54
*
[PM/LoopUnswitch] Remove another over-aggressive assert.
Chandler Carruth
2018-04-24
1
-0
/
+73
*
[PM/LoopUnswitch] Remove a buggy assert in the new loop unswitch.
Chandler Carruth
2018-04-23
1
-0
/
+55
*
[PM/LoopUnswitch] Detect irreducible control flow within loops and skip unswi...
Chandler Carruth
2018-04-19
1
-0
/
+30
*
[PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching,
Chandler Carruth
2017-11-17
3
-19
/
+2878
*
[PM/Unswitch] Fix a bug in the domtree update logic for the new unswitch
Chandler Carruth
2017-05-25
1
-0
/
+61
*
[PM/Unswitch] Teach the new simple loop unswitch to handle loop
Chandler Carruth
2017-05-12
1
-0
/
+199
*
[PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass.
Chandler Carruth
2017-04-27
29
-0
/
+1719