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
/
Scalar
/
LoopInterchange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopInterchange] Improve inner exit loop safety checks.
Florian Hahn
2019-12-04
1
-33
/
+36
*
[LoopInterchange] Adjust assertions when updating successors.
Florian Hahn
2019-11-24
1
-19
/
+35
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[LoopInterchange] Only skip PHIs with incoming values from the inner loop.
Florian Hahn
2019-11-12
1
-7
/
+7
*
[LoopInterchange] Drop unused splitInnerLoopHeader declaration.
Florian Hahn
2019-09-11
1
-1
/
+0
*
[LoopInterchange] Properly move condition, induction increment and ops to latch.
Florian Hahn
2019-09-11
1
-11
/
+50
*
Delete dead stores
Fangrui Song
2019-07-12
1
-3
/
+1
*
[LoopInterchange] Fix handling of LCSSA nodes defined in headers and latches.
Florian Hahn
2019-05-26
1
-22
/
+64
*
Revert [LOOPINFO] Extend Loop object to add utilities to get the loop bou...
Kit Barton
2019-05-23
1
-1
/
+28
*
[LOOPINFO] Extend Loop object to add utilities to get the loop bounds, st...
Kit Barton
2019-05-23
1
-28
/
+1
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-2
/
+4
*
[NFC] BasicBlock: refactor changePhiUses() out of replacePhiUsesWith(), use it
Roman Lebedev
2019-05-05
1
-14
/
+8
*
[NFC] PHINode: introduce replaceIncomingBlockWith() function, use it
Roman Lebedev
2019-05-05
1
-7
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LoopInterchange] Support reductions across inner and outer loop.
Florian Hahn
2018-11-08
1
-44
/
+130
*
[LoopInterchange] Fix unused variables in release build
Florian Hahn
2018-11-01
1
-0
/
+2
*
[LoopInterchange] Remove support for inner-only reductions.
Florian Hahn
2018-11-01
1
-105
/
+20
*
[LoopInterchange] Remove unused variable PreserveLCSSA (NFC).
Florian Hahn
2018-10-03
1
-1
/
+0
*
Recommit r343308: [LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-10-01
1
-42
/
+14
*
Revert r343308: [LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-09-28
1
-14
/
+43
*
[LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-09-28
1
-43
/
+14
*
[LoopInterchange] Preserve LCSSA.
Florian Hahn
2018-09-26
1
-18
/
+54
*
[LoopInterchange] Preserve ScalarEvolution, by forgetting about interchanged ...
Florian Hahn
2018-09-14
1
-0
/
+5
*
[LoopInterchange] Cleanup unused variables.
Florian Hahn
2018-09-06
1
-8
/
+2
*
[LoopInterchange] Move preheader creation to transform stage and simplify.
Florian Hahn
2018-09-06
1
-25
/
+18
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
1
-2
/
+2
*
[LoopInterchange] Move PHI handling to adjustLoopBranches.
Florian Hahn
2018-06-19
1
-30
/
+40
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-73
/
+81
*
[LoopInterchange] Update some loops to use range base for loops (NFC).
Florian Hahn
2018-05-02
1
-30
/
+24
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[LoopInterchange] Allow some loops with PHI nodes in the exit block.
Florian Hahn
2018-04-27
1
-23
/
+48
*
[LoopInterchange] Ignore debug intrinsics during legality checks.
Florian Hahn
2018-04-26
1
-3
/
+3
*
[LoopInterchange] Use getExitBlock()/getExitingBlock instead of manual impl.
Florian Hahn
2018-04-25
1
-33
/
+27
*
[LoopInterchange] Make isProfitableForVectorization slightly more conservative.
Florian Hahn
2018-04-24
1
-1
/
+2
*
[LoopInterchange] Do not change LI for BBs in child loops.
Florian Hahn
2018-04-23
1
-0
/
+3
*
[LoopInterchange] Add stats counter for number of interchanged loops.
Florian Hahn
2018-04-05
1
-0
/
+4
*
[LoopInterchange] Preserve LoopInfo after interchanging.
Florian Hahn
2018-04-05
1
-13
/
+72
*
[LoopInterchange] Add remark for calls preventing interchanging.
Florian Hahn
2018-04-03
1
-0
/
+7
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
DA: remove uses of GEP, only ask SCEV
Sebastian Pop
2018-03-06
1
-3
/
+3
*
[LoopInterchange] Loops with empty dependency matrix are safe.
Florian Hahn
2018-02-26
1
-3
/
+0
*
[LoopInterchange] Incrementally update the dominator tree.
Florian Hahn
2018-02-14
1
-34
/
+40
*
[LoopInterchange] Check number of latch successors before accessing them.
Florian Hahn
2018-02-13
1
-1
/
+1
*
[LoopInterchange] Simplify splitInnerLoopHeader logic (NFC).
Florian Hahn
2018-02-12
1
-11
/
+4
*
[LoopInterchange] Fix phi node ordering miscompile.
David Green
2017-10-21
1
-1
/
+6
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-16
1
-47
/
+48
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-86
/
+102
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[LoopInterchange] Skip zext instructions when looking for induction var.
Florian Hahn
2017-08-25
1
-1
/
+2
*
[LoopInterchange] Do not interchange loops with function calls.
Florian Hahn
2017-07-31
1
-0
/
+12
[next]