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] 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
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-1
/
+1
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
1
-8
/
+8
*
Remove dead include. NFC.
Chad Rosier
2016-05-05
1
-1
/
+0
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+3
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-10
/
+17
*
Test commit access - Fix few missing '.' in comments of LoopInterchange code.
Vikram TV
2015-12-09
1
-4
/
+4
*
Convert assert(false) into llvm_unreachable where it makes sense.
Benjamin Kramer
2015-10-25
1
-1
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-3
/
+3
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-2
/
+2
*
[LoopVectorize] Extract InductionInfo into a helper class...
James Molloy
2015-08-27
1
-2
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-11
/
+11
*
Revert "Remove unnecessary null check. NFC."
Pete Cooper
2015-07-27
1
-0
/
+3
*
Remove unnecessary null check. NFC.
Pete Cooper
2015-07-24
1
-3
/
+0
*
Avoid using Loop::getSubLoopsVector.
Benjamin Kramer
2015-07-13
1
-6
/
+6
*
Rename Reduction variables/structures to Recurrence.
Tyler Nowicki
2015-06-16
1
-4
/
+4
*
Fix LoopInterchange/reductions.ll test for debug builds
Andrew Kaylor
2015-04-24
1
-2
/
+2
*
Add support to interchange loops with reductions.
Karthik Bhat
2015-04-23
1
-78
/
+224
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-5
/
+5
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-2
/
+3
*
LoopInterchange: Remove empty method.
Benjamin Kramer
2015-03-06
1
-6
/
+1
*
LoopInterchange: Rephrase instruction moving using ilist's splice and factor ...
Benjamin Kramer
2015-03-06
1
-56
/
+19
*
Change the way in which error case is being handled.
Daniel Jasper
2015-03-06
1
-2
/
+4
[prev]
[next]