This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af976d90fa1 libsanitizer: update LOCAL_PATCHES new 6239dd05127 vect: Convert cost hooks to classes new d43fc1df734 aarch64: Move more code into aarch64_vector_costs new d1360350168 rtl-optimization/103075 - avoid ICEing on unfolded int-to-f [...]
The 3 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.c | 426 +++++++++++++++++----------------------- gcc/config/i386/i386.c | 76 +++---- gcc/config/rs6000/rs6000.c | 196 ++++++++---------- gcc/doc/tm.texi | 25 +-- gcc/doc/tm.texi.in | 8 +- gcc/simplify-rtx.c | 8 +- gcc/target.def | 49 +---- gcc/targhooks.c | 61 +----- gcc/targhooks.h | 8 +- gcc/testsuite/gcc.dg/pr103075.c | 8 + gcc/tree-vect-loop.c | 51 ++--- gcc/tree-vect-slp.c | 18 +- gcc/tree-vectorizer.c | 67 ++++++- gcc/tree-vectorizer.h | 141 ++++++++++--- 14 files changed, 517 insertions(+), 625 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr103075.c