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
/
Utils
/
LoopUnroll.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The patch turns on epilogue unroll for loops with constant recurency start.
Evgeny Stupachenko
2017-03-02
1
-1
/
+44
*
Encode duplication factor from loop vectorization and loop unrolling to discr...
Dehao Chen
2017-02-10
1
-0
/
+7
*
NFC: [LoopUnroll] More meaningful message in tracing
Anna Thomas
2017-02-03
1
-1
/
+1
*
Shut up another GCC warning about operator precedence. NFC.
Michael Kuperstein
2017-02-01
1
-1
/
+1
*
[LoopUnroll] Use addClonedBlockToLoopInfo to add loop header to LI (NFC).
Florian Hahn
2017-02-01
1
-11
/
+8
*
NFC: Add debug tracing for more cases where loop unrolling fails.
Anna Thomas
2017-01-27
1
-2
/
+8
*
[LoopUnroll] Properly update loopinfo for runtime unrolling by 2
Michael Kuperstein
2017-01-26
1
-4
/
+7
*
[LoopUnroll] First form LCSSA, then loop-simplify
Michael Kuperstein
2017-01-23
1
-18
/
+17
*
[PM] Sink an LCSSA preservation assert from the LoopSimplify pass into
Chandler Carruth
2017-01-21
1
-2
/
+5
*
Preserve domtree and loop-simplify for runtime unrolling.
Eli Friedman
2017-01-18
1
-16
/
+40
*
[loop-unroll] Factor out code to update LoopInfo (NFC).
Florian Hahn
2017-01-10
1
-17
/
+33
*
Add a comment for a todo in LoopUnroll post cleanup
Philip Reames
2016-12-30
1
-0
/
+5
*
[LoopUnroll] Modify a comment to clarify the usage of TripCount. NFC.
Haicheng Wu
2016-12-20
1
-8
/
+8
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-5
/
+12
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-12
/
+5
*
[LoopUnroll] Implement profile-based loop peeling
Michael Kuperstein
2016-11-30
1
-10
/
+26
*
[LoopUnroll] Keep the loop test only on the first iteration of max-or-zero loops
John Brawn
2016-10-21
1
-6
/
+7
*
Reapply "[LoopUnroll] Use the upper bound of the loop trip count to fullly un...
Haicheng Wu
2016-10-12
1
-9
/
+18
*
Revert "[LoopUnroll] Use the upper bound of the loop trip count to fullly unr...
Haicheng Wu
2016-10-12
1
-18
/
+9
*
[LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loop
Haicheng Wu
2016-10-12
1
-9
/
+18
*
[LoopUnroll] Port to the new streaming interface for opt remarks.
Adam Nemet
2016-09-30
1
-10
/
+13
*
[LoopUnroll] Don't clear out the AssumptionCache on each loop
David Majnemer
2016-08-16
1
-6
/
+8
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+3
*
[LoopUnroll] Simplify loops created by unrolling.
Michael Zolotukhin
2016-08-08
1
-0
/
+19
*
[LoopUnroll] Switch the default value of -unroll-runtime-epilog back to its o...
Michael Zolotukhin
2016-08-02
1
-1
/
+1
*
[LoopUnroll] Include hotness of region in opt remark
Adam Nemet
2016-07-29
1
-12
/
+7
*
[PM] Port LoopSimplify to the new pass manager.
Davide Italiano
2016-07-09
1
-0
/
+1
*
Reinstate r273711
David Majnemer
2016-06-25
1
-6
/
+5
*
Revert r273711, it caused PR28298.
Nico Weber
2016-06-24
1
-5
/
+6
*
SimplifyInstruction does not imply DCE
David Majnemer
2016-06-24
1
-6
/
+5
*
[LoopUnroll] Check that DT is available before trying to verify it.
Michael Zolotukhin
2016-06-08
1
-1
/
+1
*
The patch refactors unroll pass.
Evgeny Stupachenko
2016-05-27
1
-3
/
+7
*
Minor formatting fixes in LoopUnroll.cpp.
Justin Lebar
2016-05-10
1
-4
/
+2
*
Follow-up for r265605: don't mutate vector we're iterating.
Michael Zolotukhin
2016-04-07
1
-4
/
+6
*
[LoopUnroll] Fix the way we update DT after complete unrolling.
Michael Zolotukhin
2016-04-06
1
-10
/
+15
*
Adds the ability to use an epilog remainder loop during loop unrolling and makes
David L Kreitzer
2016-04-05
1
-4
/
+10
*
Use some braces to format this a little better.
Eric Christopher
2016-03-15
1
-5
/
+9
*
Fix llvm/llvm/lib/Transforms/Utils/LoopUnroll.cpp:285:53: error: suggest
Eric Christopher
2016-03-15
1
-11
/
+9
*
[LoopUnroll] Respect the convergent attribute.
Justin Lebar
2016-03-14
1
-1
/
+17
*
rangify, fix function names; NFCI
Sanjay Patel
2016-03-08
1
-27
/
+22
*
don't repeat function names in documentation comments; NFC
Sanjay Patel
2016-03-08
1
-4
/
+4
*
Follow up for r261597: Add the * to the auto.
Michael Zolotukhin
2016-02-23
1
-1
/
+1
*
Follow-up for r261595: use range loop.
Michael Zolotukhin
2016-02-23
1
-4
/
+2
*
[LoopUnroll] Avoid unnecessary DT recomputation.
Michael Zolotukhin
2016-02-23
1
-8
/
+54
*
[LoopUnrolling] Fix a bug introduced in r259869 (PR26688).
Michael Zolotukhin
2016-02-22
1
-2
/
+6
*
[LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin
2016-02-05
1
-7
/
+56
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
1
-2
/
+2
*
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
Justin Bogner
2015-12-16
1
-8
/
+5
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-41
/
+32
*
Revert "Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolli...
Michael Zolotukhin
2015-12-09
1
-2
/
+12
[prev]
[next]