This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d70ef65692f Make EAF flags more regular (and expressive) new 4725f62789f vect: Move vector costs to loop_vec_info new 772d76acb5a vect: Remove vec_outside/inside_cost fields new 5720a9d5bea vect: Hookize better_loop_vinfo_p new 6ddc6a57a74 vect: Keep scalar costs around longer new 0612883d9dc vect: Pass scalar_costs to finish_cost new 6d331688fcb aarch64: Tweak FMAX/FMIN iterators
The 6 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-simd-builtins.def | 12 +- gcc/config/aarch64/aarch64-simd.md | 24 +-- gcc/config/aarch64/aarch64-sve.md | 2 +- gcc/config/aarch64/aarch64.c | 6 +- gcc/config/aarch64/aarch64.md | 2 +- gcc/config/aarch64/arm_neon.h | 24 +-- gcc/config/aarch64/iterators.md | 26 +--- gcc/config/rs6000/rs6000.c | 6 +- gcc/tree-vect-loop.c | 179 +++-------------------- gcc/tree-vect-slp.c | 20 +-- gcc/tree-vectorizer.c | 210 ++++++++++++++++++++++++++- gcc/tree-vectorizer.h | 71 ++++++--- 12 files changed, 332 insertions(+), 250 deletions(-)