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
...
*
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
*
Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolling when ...
Michael Zolotukhin
2015-11-19
1
-12
/
+2
*
[PR25538]: Fix a failure caused by r253126.
Michael Zolotukhin
2015-11-16
1
-2
/
+2
*
Don't recompute LCSSA after loop-unrolling when possible.
Michael Zolotukhin
2015-11-14
1
-1
/
+11
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
[IndVars] Don't break dominance in `eliminateIdentitySCEV`
Sanjoy Das
2015-10-06
1
-1
/
+1
*
[Unroll] When completely unrolling the loop, replace conditinal branches with...
Michael Zolotukhin
2015-09-23
1
-2
/
+3
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+6
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-1
/
+1
*
[LoopUnrollRuntime] Avoid high-cost trip count computation.
Sanjoy Das
2015-04-14
1
-3
/
+12
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-3
/
+3
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-3
/
+2
*
Resurrect the assertion removed by r227717
Jingyue Wu
2015-02-02
1
-3
/
+4
*
Removed assert that doesn't typecheck and breaks debug MSVC build.
Michael Kuperstein
2015-02-01
1
-1
/
+0
*
[NVPTX] Emit .pragma "nounroll" for loops marked with nounroll
Jingyue Wu
2015-02-01
1
-0
/
+23
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-2
/
+2
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-6
/
+5
[prev]
[next]