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] 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
*
[LoopInterchange] Update code to use range-based for loops (NFC).
Florian Hahn
2017-07-24
1
-28
/
+21
*
[LoopInterchange] Add some optimization remarks.
Florian Hahn
2017-07-15
1
-9
/
+110
*
[LoopInterchange] Add more debug messages to currentLimitations().
Florian Hahn
2017-07-03
1
-10
/
+34
*
Remove inclusion of SSAUpdater from several passes.
Davide Italiano
2017-01-29
1
-1
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-0
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-1
/
+0
*
Fix a bug found by inspection by PVS-Studio.
Chandler Carruth
2016-11-03
1
-1
/
+1
*
[LoopInterchange] Track all dependencies, not just anti dependencies.
Chad Rosier
2016-09-21
1
-50
/
+47
*
[LoopInterchange] Various cleanup. NFC.
Chad Rosier
2016-09-21
1
-23
/
+19
*
[LoopInterchange] Typo. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
*
[LoopInterchange] Add CL option to override cost threshold.
Chad Rosier
2016-09-14
1
-3
/
+6
*
[LoopInterchange] Cleanup debug whitespace. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
*
[LoopInterchange] Minor refactor. NFC.
Chad Rosier
2016-09-13
1
-12
/
+11
*
Don't use else if after return. Tidy comments. NFC.
Chad Rosier
2016-09-13
1
-5
/
+3
*
Typo. NFC.
Chad Rosier
2016-09-13
1
-3
/
+3
*
[LoopInterchange] Tidy up and remove unnecessary dyn_casts. NFC.
Chad Rosier
2016-09-13
1
-13
/
+12
*
[LoopInterchange] Improve debug output. NFC.
Chad Rosier
2016-09-12
1
-2
/
+2
*
Typo. NFC.
Chad Rosier
2016-09-07
1
-1
/
+1
*
[LoopInterchange] Improve debug output. NFC.
Chad Rosier
2016-09-07
1
-6
/
+6
*
[LoopInterchange] Improve debug output. NFC.
Chad Rosier
2016-09-07
1
-4
/
+6
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+2
*
[Loop Vectorizer] Handling loops FP induction variables.
Elena Demikhovsky
2016-07-24
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-8
/
+4
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-8
/
+7
*
Delete more dead code.
Rafael Espindola
2016-06-22
1
-16
/
+0
*
Delete some dead code.
Rafael Espindola
2016-06-21
1
-8
/
+0
[next]