This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 01da5644eaa vect: remove cast to pointer for create_if in vect_create_d [...] new a901860c34f ifn: Add helper functions for gather/scatter. new d581d84f919 vect: Add helper macros for gather/scatter. new de75875d677 vect: Add is_gather_scatter argument to misalignment hook. new 83afbe552e6 vect: Misalign checks for gather/scatter. new 45665da440d riscv: testsuite: Fix misalignment check.
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/aarch64/aarch64.cc | 12 ++- gcc/config/arm/arm.cc | 12 ++- gcc/config/epiphany/epiphany.cc | 8 +- gcc/config/gcn/gcn.cc | 6 +- gcc/config/loongarch/loongarch.cc | 8 +- gcc/config/riscv/riscv.cc | 29 +++-- gcc/config/rs6000/rs6000.cc | 11 +- gcc/config/s390/s390.cc | 6 +- gcc/doc/tm.texi | 8 +- gcc/internal-fn.cc | 96 ++++++++++++++--- gcc/internal-fn.h | 3 + gcc/optabs-query.cc | 6 +- gcc/target.def | 14 ++- gcc/targhooks.cc | 2 + gcc/targhooks.h | 2 +- gcc/testsuite/lib/target-supports.exp | 2 +- gcc/tree-vect-data-refs.cc | 67 +++++++++--- gcc/tree-vect-patterns.cc | 17 +-- gcc/tree-vect-slp.cc | 28 ++--- gcc/tree-vect-stmts.cc | 196 +++++++++++++++++++--------------- gcc/tree-vectorizer.h | 15 ++- 21 files changed, 375 insertions(+), 173 deletions(-)