This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7f0700a689d mklog: Add --append option to auto add generate ChangeLog t [...] new a7f6e6c483b tree: Hide wi::from_mpz from GENERATOR_FILE new 574a1ea4406 vect: Move vect_model_load_cost next to the transform in ve [...] new 2115c22617c vect: Adjust vectorizable_load costing on VMAT_GATHER_SCATT [...] new bbee29e8288 vect: Adjust vectorizable_load costing on VMAT_INVARIANT new 090d83c2550 vect: Adjust vectorizable_load costing on VMAT_ELEMENTWISE [...] new 131943ca22e vect: Adjust vectorizable_load costing on VMAT_GATHER_SCATTER new c4a8f441421 vect: Adjust vectorizable_load costing on VMAT_LOAD_STORE_LANES new 5f03844b32f vect: Adjust vectorizable_load costing on VMAT_CONTIGUOUS_REVERSE new a3118d7c153 vect: Adjust vectorizable_load costing on VMAT_CONTIGUOUS_PERMUTE new 43ed05a0896 vect: Adjust vectorizable_load costing on VMAT_CONTIGUOUS
The 10 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: .../vect/costmodel/ppc/costmodel-pr82255.c} | 38 +- .../vect/costmodel/ppc/costmodel-vect-reversed.c | 22 + gcc/testsuite/gcc.target/i386/pr70021.c | 2 +- gcc/tree-vect-stmts.cc | 646 ++++++++++++--------- gcc/tree.h | 2 + 5 files changed, 405 insertions(+), 305 deletions(-) copy gcc/testsuite/{gcc.c-torture/execute/usad-run.c => gcc.dg/vect/costmodel/ppc/ [...] create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-reversed.c