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
*
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
*
[Unroll] Rework the naming and structure of the new unroll heuristics.
Chandler Carruth
2015-06-05
1
-95
/
+121
*
[Unroll] Switch from an eagerly populated SCEV cache to one that is
Chandler Carruth
2015-05-25
1
-89
/
+116
*
[Unroll] Separate the logic for testing each iteration of the loop,
Chandler Carruth
2015-05-22
1
-106
/
+111
*
[Unroll] Replace a hand-wavy FIXME with a FIXME that explains the actual
Chandler Carruth
2015-05-22
1
-1
/
+6
*
[Unroll] Extract the logic for caching SCEV-modeled GEPs with their
Chandler Carruth
2015-05-22
1
-67
/
+81
*
[Unroll] Refactor the accumulation of optimized instruction costs into
Chandler Carruth
2015-05-22
1
-9
/
+10
*
[Unrolling] Refactor the start and step offsets to simplify overflow
Chandler Carruth
2015-05-12
1
-10
/
+26
*
Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
2015-05-12
1
-248
/
+300
*
[LoopUnrollRuntime] Avoid high-cost trip count computation.
Sanjoy Das
2015-04-14
1
-2
/
+3
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-2
/
+2
*
Move private classes into anonymous namespaces
Benjamin Kramer
2015-03-23
1
-0
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-2
/
+3
*
Introduce runtime unrolling disable matadata and use it to mark the scalar lo...
Kevin Qin
2015-03-09
1
-0
/
+8
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-3
/
+2
*
[unroll] Concede defeat and disable the unroll analyzer for now.
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[unroll] Merge the simplification and DCE estimation methods on the
Chandler Carruth
2015-02-13
1
-20
/
+16
*
[unroll] Remove pointless dyn_cast<>s to Instruction - the users of an
Chandler Carruth
2015-02-13
1
-12
/
+4
*
[unroll] Don't check the loop set for whether an instruction is
Chandler Carruth
2015-02-13
1
-4
/
+2
*
[unroll] Change the other worklist in the unroll analyzer to be a set
Chandler Carruth
2015-02-13
1
-3
/
+3
*
[unroll] Replace a boolean, for loop, condition, and break with
Chandler Carruth
2015-02-13
1
-7
/
+3
*
[unroll] Directly query for dead instructions.
Chandler Carruth
2015-02-13
1
-4
/
+3
*
[unroll] Replace a linear time check for no uses with a constant time
Chandler Carruth
2015-02-13
1
-3
/
+2
*
[unroll] Rather than an operand set, use a setvector for the worklist.
Chandler Carruth
2015-02-13
1
-10
/
+14
*
[unroll] Extract the code to enqueue operansd for the worklist in the
Chandler Carruth
2015-02-13
1
-10
/
+11
[next]