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] Fix predication for branches with matching true and false succs.
Florian Hahn
2020-02-06
1
-0
/
+79
*
[LV] Do not try to sink dead instructions.
Florian Hahn
2020-01-29
1
-0
/
+38
*
[ARM][MVE] MVE-I should not be disabled by -mfpu=none
Momchil Velikov
2020-01-09
2
-2
/
+2
*
[LV] Still vectorise when tail-folding can't find a primary inducation variable
Sjoerd Meijer
2020-01-09
2
-0
/
+89
*
llc: Change behavior of -mcpu with existing attribute
Matt Arsenault
2020-01-07
1
-3
/
+3
*
[PowerPC][LoopVectorize] Extend getRegisterClassForType to consider double an...
Jinsong Ji
2020-01-06
1
-6
/
+9
*
[PowerPC][LoopVectorize] Add tests for fp128 and fp16
Jinsong Ji
2020-01-03
1
-0
/
+58
*
[PowerPC][LoopVectorize]Add floating point reg usage test
Jinsong Ji
2019-12-27
1
-0
/
+91
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
6
-6
/
+6
*
Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...
Fangrui Song
2019-12-24
2
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
13
-16
/
+16
*
[LV] Strip wrap flags from vectorized reductions
Ayal Zaks
2019-12-20
8
-21
/
+79
*
[PowerPC] Add missing legalization for vector BSWAP
Nemanja Ivanovic
2019-12-17
1
-0
/
+97
*
[ARM] Add missing REQUIRES: asserts to test. NFC
David Green
2019-12-09
1
-0
/
+1
*
[ARM] Enable MVE masked loads and stores
David Green
2019-12-09
4
-6
/
+6
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-2
/
+2
*
[ARM] Additional tests and minor formatting. NFC
David Green
2019-12-09
1
-0
/
+86
*
[ARM] Disable VLD4 under MVE
David Green
2019-12-08
2
-22
/
+109
*
[LV] Pick correct BB as insert point when fixing PHI for FORs.
Florian Hahn
2019-12-07
1
-0
/
+103
*
[LV] Scalar with predication must not be uniform
Ayal Zaks
2019-12-03
1
-0
/
+83
*
[InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (...
Roman Lebedev
2019-12-02
2
-43
/
+43
*
[IVDescriptors] Skip FOR where we have multiple sink points for now.
Florian Hahn
2019-11-28
1
-0
/
+30
*
[x86] make SLM extract vector element more expensive than default
Sanjay Patel
2019-11-27
1
-6
/
+6
*
Recommit f0c2a5a "[LV] Generalize conditions for sinking instrs for first ord...
Florian Hahn
2019-11-24
2
-0
/
+290
*
[LV] PreferPredicateOverEpilog respecting option
Sjoerd Meijer
2019-11-21
1
-0
/
+18
*
[ARM] MVE interleaving load and stores.
David Green
2019-11-19
1
-54
/
+54
*
[ARM] Add and update a lot of VLDn tests. NFC
David Green
2019-11-19
1
-0
/
+695
*
[ARM][MVE] tail-predication
Sjoerd Meijer
2019-11-15
1
-0
/
+26
*
[LV] PreferPredicateOverEpilog respecting predicate loop hint
Sjoerd Meijer
2019-11-14
1
-9
/
+6
*
[ARM][MVE] canTailPredicateLoop
Sjoerd Meijer
2019-11-13
1
-27
/
+592
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-09
2
-0
/
+84
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Gil Rapaport
2019-11-08
1
-35
/
+0
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-08
1
-0
/
+35
*
Revert f0c2a5a "[LV] Generalize conditions for sinking instrs for first order...
Hans Wennborg
2019-11-07
1
-245
/
+0
*
[TTI][LV] preferPredicateOverEpilogue
Sjoerd Meijer
2019-11-06
2
-2
/
+82
*
[LV] Generalize conditions for sinking instrs for first order recurrences.
Florian Hahn
2019-11-02
1
-0
/
+245
*
[LV] Move interleave_short_tc.ll into the X86 directory to hopefully make fix...
Craig Topper
2019-11-01
1
-0
/
+0
*
[LV] Add test case that was supposed to go with D67948
Craig Topper
2019-10-31
1
-0
/
+59
*
[ConstantFold] Fold extractelement of getelementptr
Jay Foad
2019-10-28
1
-1
/
+1
*
[LV] Interleaving should not exceed estimated loop trip count.
Craig Topper
2019-10-28
1
-1
/
+1
*
[DAGCombine][ARM] Enable extending masked loads
Sam Parker
2019-10-17
1
-3
/
+139
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
3
-10
/
+165
*
[LV] Emitting SCEV checks with OptForSize
Sjoerd Meijer
2019-10-09
1
-0
/
+37
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
3
-215
/
+10
*
[NFC] Add REQUIRES for r374017 in testcase
Zi Xuan Wu
2019-10-08
1
-0
/
+1
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
3
-10
/
+214
*
[LoopVectorize] add test that asserted after cost model change (PR43582); NFC
Sanjay Patel
2019-10-07
1
-0
/
+127
*
[LV] Forced vectorization with runtime checks and OptForSize
Sjoerd Meijer
2019-09-24
1
-1
/
+31
*
[LV] Add ARM MVE tail-folding tests
Sjoerd Meijer
2019-09-16
1
-0
/
+89
*
[ARM] Masked loads and stores
David Green
2019-09-15
1
-0
/
+40
[next]