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
/
Vectorize
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LV] Refactor cross-iteration phi's back-patching; NFC
Gil Rapaport
2017-03-14
1
-232
/
+244
*
[LV] Refactor Cost Model's selectVectorizationFactor(); NFC
Ayal Zaks
2017-03-14
1
-73
/
+132
*
[TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improved
Jonas Paulsson
2017-03-14
1
-6
/
+2
*
[LV] Set memcheck metadata also for VF==1
Gil Rapaport
2017-03-13
1
-5
/
+1
*
[LV] A unified scalarizeInstruction() for Vectorizer and Unroller; NFC
Gil Rapaport
2017-03-12
1
-66
/
+8
*
Test commit.
Ayal Zaks
2017-03-12
1
-0
/
+1
*
Add support for DenseMap/DenseSet count and find using const pointers
Daniel Berlin
2017-03-10
1
-3
/
+3
*
[LV] Select legal insert point when fixing first-order recurrences
Matthew Simpson
2017-03-08
1
-7
/
+9
*
[LV] Consider users that are memory accesses in uniforms expansion step
Matthew Simpson
2017-03-07
1
-1
/
+3
*
[LV] Considier non-consecutive but vectorizable accesses for VF selection
Matthew Simpson
2017-03-02
1
-3
/
+10
*
[LV] These remark should have been missed remarks
Adam Nemet
2017-03-01
1
-2
/
+2
*
Revert "(HEAD, origin/master, origin/HEAD, master) [LV] These should missed r...
Adam Nemet
2017-02-28
1
-2
/
+2
*
[LV] These should missed remarks
Adam Nemet
2017-02-28
1
-2
/
+2
*
[LV] Merge floating-point and integer induction widening code
Matthew Simpson
2017-02-24
1
-65
/
+92
*
[LAA] Remove unused LoopAccessReport
Adam Nemet
2017-02-23
1
-16
/
+0
*
[LV] Remove unused VectorizationReport
Adam Nemet
2017-02-23
1
-15
/
+0
*
[LoopVectorize] Added address space check when analysing interleaved accesses
Karl-Johan Karlsson
2017-02-22
1
-14
/
+19
*
[LV] Remove constant restriction for vector phi creation
Matthew Simpson
2017-02-17
1
-44
/
+37
*
[LV] Rename Induction to PrimaryInduction. NFC.
Michael Kuperstein
2017-02-14
1
-12
/
+12
*
Reapply "[LV] Extend trunc optimization to all IVs with constant integer steps"
Matthew Simpson
2017-02-14
1
-10
/
+47
*
Revert "[LoopVectorize] Added address space check when analysing interleaved ...
Karl-Johan Karlsson
2017-02-14
1
-20
/
+14
*
[LoopVectorize] Added address space check when analysing interleaved accesses
Karl-Johan Karlsson
2017-02-14
1
-14
/
+20
*
Revert "[LV] Extend trunc optimization to all IVs with constant integer steps"
Matthew Simpson
2017-02-13
1
-20
/
+12
*
[LV] Extend trunc optimization to all IVs with constant integer steps
Matthew Simpson
2017-02-13
1
-12
/
+20
*
Encode duplication factor from loop vectorization and loop unrolling to discr...
Dehao Chen
2017-02-10
1
-6
/
+12
*
[LV] Remove type restriction for vector phi creation
Matthew Simpson
2017-02-10
1
-2
/
+1
*
[Loop Vectorizer] Cost-based decision for vectorization form of memory instru...
Elena Demikhovsky
2017-02-08
1
-269
/
+485
*
[LV] Also port failure remarks to new OptimizationRemarkEmitter API
Adam Nemet
2017-02-02
1
-6
/
+10
*
[LV] Move interleaved access helper functions to VectorUtils (NFC)
Matthew Simpson
2017-02-01
1
-99
/
+3
*
[LoopVectorize] Improve getVectorCallCost() getScalarizationOverhead() call.
Jonas Paulsson
2017-01-30
1
-19
/
+8
*
[LV] Fix an issue where forming LCSSA in the place that we did would
Chandler Carruth
2017-01-26
1
-4
/
+9
*
[TargetTransformInfo] Refactor and improve getScalarizationOverhead()
Jonas Paulsson
2017-01-26
1
-33
/
+15
*
Test commit access, remove trailing whitespace
Mikael Holmen
2017-01-19
1
-1
/
+1
*
[LV] Run loop-simplify and LCSSA explicitly instead of "requiring" them
Michael Kuperstein
2017-01-19
1
-5
/
+13
*
[LV] Allow reductions that have several uses outside the loop
Michael Kuperstein
2017-01-18
1
-5
/
+2
*
[LV] Mark non-consecutive-like pointers non-uniform
Matthew Simpson
2017-01-17
1
-0
/
+7
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
1
-3
/
+4
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-3
/
+4
*
[LV] Fix-up external IV users after updating dominator tree
Matthew Simpson
2017-01-09
1
-7
/
+20
*
Remove unused method in LoopVectorize.cpp.
Jonas Paulsson
2017-01-09
1
-7
/
+0
*
Currently isLikelyComplexAddressComputation tries to figure out if the given ...
Mohammed Agabaria
2017-01-05
1
-42
/
+17
*
[LV] Sink tripcount query to where it's actually used. NFC.
Michael Kuperstein
2016-12-19
1
-5
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-14
/
+35
*
Reapply "[LV] Enable vectorization of loops with conditional stores by default"
Matthew Simpson
2016-12-16
1
-1
/
+1
*
[LV] Don't attempt to type-shrink scalarized instructions
Matthew Simpson
2016-12-16
1
-5
/
+21
*
Revert r289863: [LV] Enable vectorization of loops with conditional
Chandler Carruth
2016-12-16
1
-1
/
+1
*
[LV] Enable vectorization of loops with conditional stores by default
Matthew Simpson
2016-12-15
1
-1
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-35
/
+14
*
[LV] Don't vectorize when we have a small static bound on trip count
Michael Kuperstein
2016-12-13
1
-2
/
+2
*
[LV] Scalarize operands of predicated instructions
Matthew Simpson
2016-12-07
1
-7
/
+210
[next]