index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
tree-vect-stmts.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
tree-optimization/111115 - SLP of masked stores
Richard Biener
1
-12
/
+11
2023-08-24
VECT: Apply LEN_FOLD_EXTRACT_LAST into loop vectorizer
Juzhe-Zhong
1
-7
/
+45
2023-08-23
vect: Move VMAT_GATHER_SCATTER handlings from final loop nest
Kewen Lin
1
-99
/
+159
2023-08-23
vect: Move VMAT_LOAD_STORE_LANES handlings from final loop nest
Kewen Lin
1
-345
/
+387
2023-08-23
vect: Remove some manual release in vectorizable_store
Kewen Lin
1
-41
/
+23
2023-08-22
Simplify intereaved store vectorization processing
Richard Biener
1
-26
/
+14
2023-08-18
vect: Factor out the handling on scatter store having gs_info.decl
Kewen Lin
1
-199
/
+212
2023-08-18
vect: Move VMAT_GATHER_SCATTER handlings from final loop nest
Kewen Lin
1
-142
/
+216
2023-08-16
VECT: Apply MASK_LEN_{LOAD_LANES, STORE_LANES} into vectorizer
Juzhe-Zhong
1
-34
/
+107
2023-08-15
vect: Move VMAT_LOAD_STORE_LANES handlings from final loop nest
Kewen Lin
1
-641
/
+634
2023-08-15
vect: Remove several useless VMAT_INVARIANT checks
Kewen Lin
1
-2
/
+2
2023-08-12
VECT: Fix ICE on MASK_LEN_{LOAD, STORE} when no LEN recorded[PR110989]
Juzhe-Zhong
1
-9
/
+3
2023-08-10
Remove insert location argument from vectorizable_live_operation
Richard Biener
1
-8
/
+6
2023-08-08
VECT: Support CALL vectorization for COND_LEN_*
Ju-Zhe Zhong
1
-5
/
+53
2023-07-26
vect: Treat VMAT_ELEMENTWISE as scalar load in costing [PR110776]
Kewen Lin
1
-1
/
+4
2023-07-26
[committed] Add check_vect in a testcase
Matthew Malcomson
1
-2
/
+3
2023-07-24
Remove SLP_TREE_VEC_STMTS in favor of SLP_TREE_VEC_DEFS
Richard Biener
1
-16
/
+16
2023-07-24
vect: Handle demoting FLOAT and promoting FIX_TRUNC.
Robin Dapp
1
-17
/
+52
2023-07-21
cleanup: Change condition order
Juzhe-Zhong
1
-12
/
+12
2023-07-21
cleanup: make all cond_len_* and mask_len_* consistent on the order of mask a...
Juzhe-Zhong
1
-4
/
+4
2023-07-21
cleanup: Change LEN_MASK into MASK_LEN
Juzhe-Zhong
1
-17
/
+17
2023-07-20
CODE STRUCTURE: Refine codes in Vectorizer
Ju-Zhe Zhong
1
-21
/
+17
2023-07-20
vectorizer: Avoid an OOB access from vectorization
Matthew Malcomson
1
-2
/
+4
2023-07-17
vect: Initialize new_temp to avoid false positive warning [PR110652]
Kewen Lin
1
-1
/
+2
2023-07-12
vect: Adjust vectorizable_load costing on VMAT_CONTIGUOUS
Kewen Lin
1
-85
/
+9
2023-07-12
vect: Adjust vectorizable_load costing on VMAT_CONTIGUOUS_PERMUTE
Kewen Lin
1
-38
/
+50
2023-07-12
vect: Adjust vectorizable_load costing on VMAT_CONTIGUOUS_REVERSE
Kewen Lin
1
-38
/
+71
2023-07-12
vect: Adjust vectorizable_load costing on VMAT_LOAD_STORE_LANES
Kewen Lin
1
-31
/
+42
2023-07-12
vect: Adjust vectorizable_load costing on VMAT_GATHER_SCATTER
Kewen Lin
1
-48
/
+76
2023-07-12
vect: Adjust vectorizable_load costing on VMAT_ELEMENTWISE and VMAT_STRIDED_SLP
Kewen Lin
1
-67
/
+103
2023-07-12
vect: Adjust vectorizable_load costing on VMAT_INVARIANT
Kewen Lin
1
-23
/
+30
2023-07-12
vect: Adjust vectorizable_load costing on VMAT_GATHER_SCATTER && gs_info.decl
Kewen Lin
1
-8
/
+23
2023-07-12
vect: Move vect_model_load_cost next to the transform in vectorizable_load
Kewen Lin
1
-29
/
+57
2023-07-12
VECT: Apply COND_LEN_* into vectorizable_operation
Ju-Zhe Zhong
1
-11
/
+37
2023-07-06
VECT: Fix ICE of variable stride on strieded load/store with SELECT_VL loop c...
Ju-Zhe Zhong
1
-4
/
+2
2023-07-05
VECT: Apply LEN_MASK_GATHER_LOAD/SCATTER_STORE into vectorizer
Ju-Zhe Zhong
1
-17
/
+105
2023-07-05
Fix typo in vectorizer debug message
Richard Biener
1
-1
/
+1
2023-07-04
tree-optimization/110436 - bogus live/relevant for unused pattern
Richard Biener
1
-0
/
+15
2023-07-03
Middle-end: Change order of LEN_MASK_LOAD/LEN_MASK_STORE arguments
Ju-Zhe Zhong
1
-5
/
+6
2023-06-29
tree-optimization/110460 - fend off vector types from vectorizer
Richard Biener
1
-2
/
+5
2023-06-27
tree-optimization/96208 - SLP of non-grouped loads
Richard Biener
1
-50
/
+78
2023-06-26
vect: Cost intermediate conversions
Richard Sandiford
1
-2
/
+3
2023-06-26
Use cvt_op to save intermediate type operand instead of "subtle" vec_dest.
liuhongt
1
-4
/
+10
2023-06-26
Don't use intermiediate type for FIX_TRUNC_EXPR when ftrapping-math.
liuhongt
1
-1
/
+2
2023-06-24
VECT: Apply LEN_MASK_{LOAD,STORE} into vectorizer
Ju-Zhe Zhong
1
-66
/
+155
2023-06-23
Deal with vector typed operands in conversions
Richard Biener
1
-5
/
+8
2023-06-23
Optimize vector codegen for invariant loads, fix SLP support
Richard Biener
1
-20
/
+19
2023-06-23
Improve vector_vector_composition_type
Richard Biener
1
-0
/
+8
2023-06-21
Use intermiediate integer type for float_expr/fix_trunc_expr when direct opta...
liuhongt
1
-2
/
+64
2023-06-19
vect: vectorize via libfuncs
Andrew Stubbs
1
-2
/
+3
[next]