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
/
LoopInterchange
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopInterchange] Improve inner exit loop safety checks.
Florian Hahn
2019-12-04
1
-0
/
+108
*
[LoopInterchange] Adjust assertions when updating successors.
Florian Hahn
2019-11-24
1
-0
/
+145
*
[LoopInterchange] Only skip PHIs with incoming values from the inner loop.
Florian Hahn
2019-11-12
1
-0
/
+150
*
[LoopInterchange] Properly move condition, induction increment and ops to latch.
Florian Hahn
2019-09-11
5
-27
/
+216
*
[LoopInterchange] Fix handling of LCSSA nodes defined in headers and latches.
Florian Hahn
2019-05-26
1
-0
/
+181
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
17
-0
/
+1980
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
17
-1980
/
+0
*
[LoopInterchange] Support reductions across inner and outer loop.
Florian Hahn
2018-11-08
4
-3
/
+205
*
[LoopInterchange] Remove support for inner-only reductions.
Florian Hahn
2018-11-01
4
-286
/
+129
*
[LoopInterchange] Preserve LCSSA.
Florian Hahn
2018-09-26
4
-58
/
+198
*
[LoopInterchange] Preserve ScalarEvolution, by forgetting about interchanged ...
Florian Hahn
2018-09-14
2
-2
/
+2
*
NFC - Various typo fixes in tests
Gabor Buella
2018-07-04
1
-2
/
+2
*
[DA] Enable -da-delinearize by default
David Green
2018-06-21
1
-1
/
+1
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[LoopInterchange] Allow some loops with PHI nodes in the exit block.
Florian Hahn
2018-04-27
3
-70
/
+211
*
[LoopInterchange] Ignore debug intrinsics during legality checks.
Florian Hahn
2018-04-26
1
-0
/
+70
*
[LoopInterchange] Use getExitBlock()/getExitingBlock instead of manual impl.
Florian Hahn
2018-04-25
1
-4
/
+47
*
[LoopInterchange] Add REQUIRES: asserts to test.
Florian Hahn
2018-04-24
1
-0
/
+1
*
[LoopInterchange] Make isProfitableForVectorization slightly more conservative.
Florian Hahn
2018-04-24
1
-15
/
+78
*
[LoopInterchange] Require asserts for test using -stats (NFC)
Florian Hahn
2018-04-05
1
-1
/
+2
*
[LoopInterchange] Add stats counter for number of interchanged loops.
Florian Hahn
2018-04-05
1
-1
/
+5
*
[LoopInterchange] Preserve LoopInfo after interchanging.
Florian Hahn
2018-04-05
13
-14
/
+22
*
[LoopInterchange] Add remark for calls preventing interchanging.
Florian Hahn
2018-04-03
1
-44
/
+33
*
[LoopInterchange] Update tests so DA can handle access after D35430.
Florian Hahn
2018-04-03
8
-325
/
+365
*
DA: remove uses of GEP, only ask SCEV
Sebastian Pop
2018-03-06
18
-595
/
+105
*
[LoopInterchange] Add test case for D43236.
Florian Hahn
2018-02-26
1
-0
/
+44
*
[LoopInterchange] Incrementally update the dominator tree.
Florian Hahn
2018-02-14
11
-11
/
+11
*
[LoopInterchange] Check number of latch successors before accessing them.
Florian Hahn
2018-02-13
1
-0
/
+40
*
[LoopInterchange] Fix phi node ordering miscompile.
David Green
2017-10-21
1
-0
/
+90
*
[LoopInterchange] Skip zext instructions when looking for induction var.
Florian Hahn
2017-08-25
1
-0
/
+80
*
[LoopInterchange] Do not interchange loops with function calls.
Florian Hahn
2017-07-31
3
-3
/
+161
*
[LoopInterchange] Split up interchange.ll test case (NFC).
Florian Hahn
2017-07-18
10
-749
/
+795
*
[LoopInterchange] Add some optimization remarks.
Florian Hahn
2017-07-15
1
-0
/
+220
*
[LoopInterchange] Track all dependencies, not just anti dependencies.
Chad Rosier
2016-09-21
1
-0
/
+192
*
Add support to interchange loops with reductions.
Karthik Bhat
2015-04-23
1
-0
/
+235
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
Add a new pass "Loop Interchange"
Karthik Bhat
2015-03-06
3
-0
/
+820