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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-9
/
+10
*
LoopUnroll: Allow analyzing intrinsic call costs
Matt Arsenault
2018-06-26
1
-2
/
+7
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-3
/
+3
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-10
/
+9
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-9
/
+10
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-32
/
+36
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[Hexagon] peel loops with runtime small trip counts
Ikhlas Ajbar
2018-04-03
1
-3
/
+0
*
peel loops with runtime small trip counts
Ikhlas Ajbar
2018-04-03
1
-0
/
+3
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
[LoopUnroll] Peel off iterations if it makes conditions true/false.
Florian Hahn
2018-03-15
1
-1
/
+1
*
[LoopUnroll] Ignore ephemeral values when checking full unroll profitability.
Andrei Elovikov
2018-03-15
1
-20
/
+26
*
LoopUnroll: respect pragma unroll when AllowRemainder is disabled
Yaxun Liu
2018-03-02
1
-1
/
+1
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-1
/
+1
*
Fix MSVC signed/unsigned comparison warning
Simon Pilgrim
2017-10-19
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-18
1
-29
/
+64
*
[LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member function of the Loo...
Hongbin Zheng
2017-10-15
1
-38
/
+1
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-27
/
+37
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[LoopUnroll] Fix use after poison.
Benjamin Kramer
2017-09-28
1
-1
/
+3
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-8
/
+15
*
Fix -Wunused-variable for Release build.
Rui Ueyama
2017-09-27
1
-1
/
+1
*
Return the LoopUnrollResult from tryToUnrollLoop; NFC
Sanjoy Das
2017-09-27
1
-31
/
+22
*
Rename LoopUnrollStatus to LoopUnrollResult; NFC
Sanjoy Das
2017-09-27
1
-3
/
+3
*
Tighten the invariants around LoopBase::invalidate
Sanjoy Das
2017-09-20
1
-6
/
+7
*
[LoopUnroll] Add a cl::opt to force peeling, for testing purposes.
Davide Italiano
2017-08-28
1
-0
/
+6
*
[LoopUnroll] Enable option to peel remainder loop
Sam Parker
2017-08-14
1
-1
/
+9
*
[PM] Fix new LoopUnroll function pass by invalidating loop analysis
Chandler Carruth
2017-08-08
1
-2
/
+18
*
Use profile summary to disable peeling for huge working sets
Teresa Johnson
2017-08-03
1
-6
/
+18
*
Disable loop peeling during full unrolling pass.
Teresa Johnson
2017-08-03
1
-20
/
+27
*
[PM] Split LoopUnrollPass and make partial unroller a function pass
Teresa Johnson
2017-08-02
1
-26
/
+96
*
[LoopUnroll] Fix bug in computeUnrollCount causing it to not honor MaxCount
Geoff Berry
2017-06-28
1
-0
/
+2
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
1
-14
/
+14
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-1
/
+1
*
[LoopUnrolling] Re-prioritize Peeling and Partial unrolling
Sanjoy Das
2017-03-03
1
-9
/
+9
*
[LoopUnroll] Enable PGO-based loop peeling by default.
Michael Kuperstein
2017-02-22
1
-2
/
+2
*
Increases full-unroll threshold.
Dehao Chen
2017-02-18
1
-23
/
+26
*
[PM] Simplify the new PM interface to the loop unroller and expose two
Chandler Carruth
2017-01-26
1
-3
/
+10
*
[LoopUnroll] Properly update loopinfo for runtime unrolling by 2
Michael Kuperstein
2017-01-26
1
-1
/
+2
*
[PM] Teach LoopUnroll to update the LPM infrastructure as it unrolls
Chandler Carruth
2017-01-25
1
-1
/
+74
*
Introduce -unroll-partial-threshold to separate PartialThreshold from Thresho...
Dehao Chen
2017-01-17
1
-5
/
+9
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-1
/
+1
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-27
/
+9
*
Use continuous boosting factor for complete unroll.
Dehao Chen
2016-12-30
1
-75
/
+32
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-7
/
+15
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-15
/
+7
*
Change LoopUnrollPass cost from int to unsigned to make it consistent. (NFC)
Dehao Chen
2016-12-02
1
-5
/
+5
*
[LoopUnroll] Implement profile-based loop peeling
Michael Kuperstein
2016-11-30
1
-14
/
+35
[next]