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
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-13
/
+7
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
loop-unroll: teach remapInstruction to update dbg.value intrinsics.
Adrian Prantl
2017-11-01
1
-1
/
+15
*
[LoopUnroll] Clean up remarks for unroll remainder
David Green
2017-10-31
1
-24
/
+29
*
Do not add discriminator encoding for debug intrinsics.
Dehao Chen
2017-10-26
1
-2
/
+3
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-9
/
+13
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-1
/
+1
*
Rename LoopUnrollStatus to LoopUnrollResult; NFC
Sanjoy Das
2017-09-27
1
-11
/
+11
*
Rename markAsErased to erase, as pointed out in a previous review; NFC
Sanjoy Das
2017-09-22
1
-2
/
+2
*
Tighten the invariants around LoopBase::invalidate
Sanjoy Das
2017-09-20
1
-20
/
+18
*
[LoopInfo] Make LoopBase and Loop destructors non-public
Sanjoy Das
2017-09-19
1
-2
/
+2
*
Allow ORE.emit to take a closure to delay building the remark object
Adam Nemet
2017-09-19
1
-8
/
+15
*
[LoopUnroll] Properly update loop structure in case of successful peeling.
Davide Italiano
2017-08-28
1
-2
/
+13
*
[LoopUnroll] Enable option to peel remainder loop
Sam Parker
2017-08-14
1
-2
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-1
/
+1
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-1
/
+1
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-1
/
+1
*
[LoopUnroll] Remove spurious newline.
Davide Italiano
2017-04-24
1
-1
/
+0
*
[LoopUnroll] Don't try to unroll non canonical loops.
Davide Italiano
2017-04-24
1
-0
/
+15
*
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
[next]