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
*
[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
*
Revert r311077: [LV] Using VPlan ...
Chandler Carruth
2017-08-20
5
-26
/
+33
*
Changed basic cost of store operation on X86
Elena Demikhovsky
2017-08-20
1
-1
/
+1
*
[Loop Vectorize] Added a separate metadata
Aditya Kumar
2017-08-20
8
-16
/
+14
*
Keep Optimization Remark Yaml in NewPM
Sam Elliott
2017-08-20
1
-0
/
+4
*
[LV] Using VPlan to model the vectorized code and drive its transformation
Ayal Zaks
2017-08-17
5
-33
/
+26
*
[LV] Minor savings to Sink casts to unravel first order recurrence
Ayal Zaks
2017-08-15
1
-1
/
+4
*
[LoopVectorize] Fix assertion failure in Fcmp vectorization
Anna Thomas
2017-08-08
1
-0
/
+25
*
LV: Don't insert runtime ptr checks on divergent targets
Matt Arsenault
2017-08-02
1
-0
/
+29
*
[LV] Avoid redundant operations manipulating masks
Ayal Zaks
2017-07-31
2
-34
/
+16
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
2
-10
/
+10
*
[tests] Cleanup vect.omp.persistence.ll test.
Michael Zolotukhin
2017-07-25
1
-67
/
+16
*
[SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...
Balaram Makam
2017-07-19
2
-2
/
+2
*
[LV] Test once if vector trip count is zero, instead of twice
Ayal Zaks
2017-07-19
13
-46
/
+42
*
PSCEV] Create AddRec for Phis in cases of possible integer overflow,
Dorit Nuzman
2017-07-18
1
-0
/
+240
*
[LV] Don't allow outside uses of IVs if the SCEV is predicated on loop condit...
Michael Kuperstein
2017-07-12
1
-0
/
+61
*
[LoopVectorize] partly revert r307475
Sanjay Patel
2017-07-08
1
-194
/
+19
*
[LoopVectorize] auto-generate complete checks; NFC
Sanjay Patel
2017-07-08
2
-29
/
+279
*
llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is availab...
NAKAMURA Takumi
2017-07-02
1
-0
/
+1
*
[X86][CM] update add\sub costs of vectors of 64 in X86\SLM arch
Mohammed Agabaria
2017-07-02
1
-0
/
+48
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Teresa Johnson
2017-07-01
11
-76
/
+67
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
11
-67
/
+76
*
revert r306336 for breaking ppc test.
Teresa Johnson
2017-07-01
11
-76
/
+67
*
Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
11
-67
/
+76
[next]