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] 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
*
[Unroll] Follow-up for r247769: fix a bug in UnrolledInstAnalyzer::visitLoad.
Michael Zolotukhin
2015-09-22
1
-1
/
+1
*
[Unroll] Fix a bug in UnrolledInstAnalyzer::visitLoad.
Michael Zolotukhin
2015-09-16
1
-1
/
+1
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
Make helper functions static. NFC.
Benjamin Kramer
2015-08-20
1
-1
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+4
*
Add new llvm.loop.unroll.enable metadata.
Mark Heffernan
2015-08-10
1
-20
/
+40
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
[Unroll] Switch to using 'int' cost types in preparation for a somewhat
Chandler Carruth
2015-08-05
1
-6
/
+6
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
[Unroll] Improve the brute force loop unroll estimate by propagating
Chandler Carruth
2015-08-03
1
-4
/
+42
*
[Unroll] Handle SwitchInst properly.
Michael Zolotukhin
2015-07-29
1
-2
/
+2
*
[Unroll] Don't crash when simplified branch condition is undef.
Michael Zolotukhin
2015-07-29
1
-4
/
+14
*
[Unroll] Add debug dumps to loop-unroll analyzer.
Michael Zolotukhin
2015-07-28
1
-2
/
+21
*
[Unroll] Don't analyze blocks outside the loop.
Michael Zolotukhin
2015-07-28
1
-4
/
+8
*
Handle resolvable branches in complete loop unroll heuristic.
Michael Zolotukhin
2015-07-24
1
-2
/
+60
*
[LoopUnrolling] Handle cast instructions.
Michael Zolotukhin
2015-07-15
1
-0
/
+15
*
Enable runtime unrolling with unroll pragma metadata
Mark Heffernan
2015-07-13
1
-2
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Update stale comment before analyzeLoopUnrollCost. NFC.
Michael Zolotukhin
2015-06-11
1
-7
/
+9
*
Remove SCEVCache and FindConstantPointers from complete loop unrolling heuris...
Michael Zolotukhin
2015-06-08
1
-212
/
+89
*
[LoopUnroll] Fix truncation bug in canUnrollCompletely.
Sanjoy Das
2015-06-06
1
-3
/
+3
[prev]
[next]