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
/
LoopUnrollPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loop
Haicheng Wu
2016-10-12
1
-27
/
+73
*
Update loop unroller cost model to make sure debug info does not affect optim...
Dehao Chen
2016-09-30
1
-0
/
+3
*
[LoopUnroll] Port to the new streaming interface for opt remarks.
Adam Nemet
2016-09-30
1
-21
/
+28
*
[SystemZ] Implementation of getUnrollingPreferences().
Jonas Paulsson
2016-09-28
1
-6
/
+3
*
[LoopUnroll] Correct a debug message. NFC.
Haicheng Wu
2016-09-07
1
-1
/
+1
*
[LoopUnroll] Use OptimizationRemarkEmitter directly not via the analysis pass
Adam Nemet
2016-08-26
1
-1
/
+4
*
[LoopUnroll] By default disable unrolling when optimizing for size.
Michael Zolotukhin
2016-08-23
1
-0
/
+4
*
[LoopUnroll] Move a simple check earlier. NFC.
Haicheng Wu
2016-08-17
1
-5
/
+5
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[LoopUnroll] Include hotness of region in opt remark
Adam Nemet
2016-07-29
1
-22
/
+27
*
[PM] Port LoopUnroll.
Sean Silva
2016-07-19
1
-0
/
+33
*
[LoopUnroll] Don't crash trying to unroll loop with EH pad exit
David Majnemer
2016-06-15
1
-0
/
+5
*
The patch set unroll disable pragma when unroll
Evgeny Stupachenko
2016-06-08
1
-11
/
+11
*
[LoopUnroll] Set correct thresholds for new recently enabled unrolling heuris...
Michael Zolotukhin
2016-06-03
1
-2
/
+2
*
The patch fixes r271071
Evgeny Stupachenko
2016-05-28
1
-3
/
+4
*
The patch refactors unroll pass.
Evgeny Stupachenko
2016-05-27
1
-201
/
+244
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-2
/
+4
*
[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
Michael Zolotukhin
2016-05-26
1
-20
/
+16
*
Re-enable "[LoopUnroll] Enable advanced unrolling analysis by default" one mo...
Michael Zolotukhin
2016-05-24
1
-3
/
+3
*
Revert r270518, which re-enabled "[LoopUnroll] Enable advanced unrolling anal...
Hans Wennborg
2016-05-24
1
-3
/
+3
*
Revert "Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by de...
Michael Zolotukhin
2016-05-24
1
-3
/
+3
*
Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by default."
Hans Wennborg
2016-05-23
1
-3
/
+3
*
[LoopUnroll] Enable advanced unrolling analysis by default.
Michael Zolotukhin
2016-05-23
1
-3
/
+3
*
[LoopUnrollAnalyzer] Take into account cost of instructions controlling branc...
Michael Zolotukhin
2016-05-18
1
-0
/
+1
*
Revert "Revert "[Unroll] Implement a conservative and monotonically increasin...
Michael Zolotukhin
2016-05-13
1
-13
/
+178
*
Revert "[Unroll] Implement a conservative and monotonically increasing cost t...
Michael Zolotukhin
2016-05-13
1
-178
/
+13
*
[Unroll] Implement a conservative and monotonically increasing cost tracking ...
Michael Zolotukhin
2016-05-13
1
-13
/
+178
*
Loop unroller: set thresholds for optsize and minsize functions to zero
Hans Wennborg
2016-05-10
1
-2
/
+2
*
clang-format some files in preparation of coming patch reviews.
Dehao Chen
2016-05-05
1
-30
/
+31
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Loop Unroll: add options and tweak to make Partial unrolling more useful
Fiona Glaser
2016-04-06
1
-3
/
+20
*
LoopUnroll: only allow non-modulo Partial unrolling when Runtime=true
Fiona Glaser
2016-04-06
1
-2
/
+4
*
Enable unroll for constant bound loops when TripCount is not modulo of unroll...
Zia Ansari
2016-04-04
1
-0
/
+10
*
Enable non-power-of-2 #pragma unroll counts.
David L Kreitzer
2016-03-25
1
-5
/
+4
*
[LoopUnroll] Respect the convergent attribute.
Justin Lebar
2016-03-14
1
-4
/
+42
*
fix variable name; NFC
Sanjay Patel
2016-03-08
1
-3
/
+3
*
use range-based loop; NFCI
Sanjay Patel
2016-03-08
1
-3
/
+2
*
[LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simu...
Michael Zolotukhin
2016-02-26
1
-1
/
+1
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-21
/
+6
*
Factor out UnrollAnalyzer to Analysis, and add unit tests for it.
Michael Zolotukhin
2016-02-08
1
-239
/
+1
*
LoopUnroll: Move the actual unrolling logic to a standalone function. NFC
Justin Bogner
2016-01-12
1
-86
/
+95
*
LoopUnroll: Make canUnrollCompletely static - it doesn't use any state. NFC
Justin Bogner
2016-01-12
1
-11
/
+5
*
LoopUnroll: Clean up the maze of initialization for unroll parameters. NFC
Justin Bogner
2016-01-12
1
-199
/
+141
*
LoopUnroll: Use the optsize threshold for minsize as well
Justin Bogner
2016-01-11
1
-4
/
+1
*
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
Justin Bogner
2015-12-16
1
-3
/
+3
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-1
/
+2
*
[ScalarOpts] Remove dead code.
Benjamin Kramer
2015-10-15
1
-11
/
+3
*
[Unroll] Do not crash trying to propagate a value to vector load.
Michael Zolotukhin
2015-09-22
1
-0
/
+6
[prev]
[next]