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
/
test
/
Transforms
/
LoopVectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] reassociate loop invariant GEP chains to enable LICM
Sebastian Pop
2018-03-26
1
-2
/
+2
*
Revert r325687 (workaround for PR36032).
Evgeny Stupachenko
2018-03-22
4
-5
/
+5
*
[LV] Let recordVectorLoopValueForInductionCast to check if IV was created fro...
Andrei Elovikov
2018-03-20
1
-0
/
+39
*
[LV] Adding test for r327109
Renato Golin
2018-03-09
1
-0
/
+49
*
[SCEV] Smart range calculation for SCEVUnknown Phis
Max Kazantsev
2018-03-01
1
-3
/
+43
*
[ARM] add loop vectorizer test based on 482.sphinx3 from SPEC2006; NFC
Sanjay Patel
2018-02-27
1
-0
/
+165
*
Make test agnostic to cost model
Adam Nemet
2018-02-27
1
-1
/
+1
*
Fix r326154 buildbots test fail
Evgeny Stupachenko
2018-02-27
2
-3
/
+2
*
Fix PR36032, PR35432
Evgeny Stupachenko
2018-02-27
2
-0
/
+367
*
[LV] Move isLegalMasked* functions from Legality to CostModel
Renato Golin
2018-02-26
2
-2
/
+3
*
[LV] Fix test checks, NFC
Alexey Bataev
2018-02-21
1
-76
/
+2363
*
[SCEV] Temporarily disable loop versioning for the purpose
Silviu Baranga
2018-02-21
3
-4
/
+4
*
revert r325515: [TTI CostModel] change default cost of FP ops to 1 (PR36280)
Sanjay Patel
2018-02-21
1
-9
/
+36
*
[LV] Fix test checks, NFC.
Alexey Bataev
2018-02-20
2
-140
/
+3506
*
[TTI CostModel] change default cost of FP ops to 1 (PR36280)
Sanjay Patel
2018-02-19
1
-36
/
+9
*
[LV] Fix analyzeInterleaving when -pass-remarks enabled
Mircea Trofin
2018-02-10
1
-0
/
+43
*
[LoopVectorize] auto-generate complete checks; NFC
Sanjay Patel
2018-02-08
1
-5
/
+80
*
Verify profile data confirms large loop trip counts.
Mircea Trofin
2018-02-07
1
-1
/
+121
*
[NFC] Add tests for PR35743
Max Kazantsev
2018-02-05
1
-0
/
+102
*
[LV] Use Demanded Bits and ValueTracking for reduction type-shrinking
Chad Rosier
2018-02-04
1
-2
/
+35
*
[X86] Add support for passing 'prefer-vector-width' function attribute into X...
Craig Topper
2018-01-20
1
-0
/
+77
*
[X86] Use vmovdqu64/vmovdqa64 for unmasked integer vector stores for consiste...
Craig Topper
2018-01-18
1
-1
/
+1
*
[LV] Don't call recordVectorLoopValueForInductionCast for newly-created IV fr...
Andrei Elovikov
2018-01-15
1
-0
/
+53
*
[LV] Remove unnecessary DoExtraAnalysis guard (silent bug)
Florian Hahn
2017-12-20
1
-0
/
+27
*
Move Transforms/LoopVectorize/consecutive-ptr-cg-bug.ll into the X86 subdirec...
Hal Finkel
2017-12-16
1
-0
/
+0
*
[LV] Extend InstWidening with CM_Widen_Recursive
Hal Finkel
2017-12-16
1
-0
/
+68
*
[LV] Support efficient vectorization of an induction with redundant casts
Dorit Nuzman
2017-12-14
1
-0
/
+211
*
[LV] Ignore the cost of values that will not appear in the vectorized loop
Dorit Nuzman
2017-12-12
1
-0
/
+80
*
[SCEV] Fix wrong Equal predicate created in getAddRecForPhiWithCasts
Dorit Nuzman
2017-12-10
1
-2
/
+3
*
[LV] Interleaved access vectorization: fix computing new alias info
Adam Nemet
2017-12-06
1
-0
/
+63
*
[LV] Model masking in VPlan, introducing VPInstructions
Gil Rapaport
2017-11-20
1
-1
/
+1
*
[LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
Gil Rapaport
2017-11-14
1
-0
/
+38
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-0
/
+24
*
[LV/LAA] Avoid specializing a loop for stride=1 when this predicate implies a
Dorit Nuzman
2017-11-05
2
-2
/
+125
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
2
-2
/
+2
*
Do not add discriminator encoding for debug intrinsics.
Dehao Chen
2017-10-26
1
-4
/
+10
*
[LV] Fix PR34743 - handle casts that sink after interleaved loads
Ayal Zaks
2017-10-05
1
-0
/
+52
*
[LV] Fix PR34711 - widen instruction ranges when sinking casts
Ayal Zaks
2017-10-05
1
-0
/
+49
*
[LV] Use correct insertion point when type shrinking reductions
Matthew Simpson
2017-09-29
1
-0
/
+40
*
[InstCombine] remove extract-of-select vector transform (2nd try)
Sanjay Patel
2017-09-25
1
-29
/
+29
*
revert r314117 because there are bogus clang tests that depend on the optimizer
Sanjay Patel
2017-09-25
1
-29
/
+29
*
[InstCombine] remove extract-of-select vector transform
Sanjay Patel
2017-09-25
1
-29
/
+29
*
[LV] Fix maximum legal VF calculation
Alon Kom
2017-09-14
1
-0
/
+51
*
[LV] Avoid computing the register usage for default VF. NFC
Anna Thomas
2017-09-13
1
-4
/
+0
*
[LV] Fix PR34523 - avoid generating redundant selects
Ayal Zaks
2017-09-13
1
-0
/
+27
*
[LV] Clamp the VF to the trip count
Anna Thomas
2017-09-12
1
-0
/
+26
*
LoopVectorize: MaxVF should not be larger than the loop trip count
Zvi Rackover
2017-09-04
1
-0
/
+35
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-3
/
+3
*
[InstCombine] Teach select01 helper of foldSelectIntoOp to handle vector splats
Craig Topper
2017-08-28
1
-2
/
+2
*
[LV] Fix PR34248 - recommit D32871 after revert r311304
Ayal Zaks
2017-08-27
5
-33
/
+50
[next]