This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 990a0a6613f aarch64: Add testsuite checks for asm-flag new d0c2faba933 Add a targetm.vectorize.related_mode hook new c335357714d Replace mode_for_int_vector with related_int_vector_mode new 73f994431a4 Add build_truth_vector_type_for_mode
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/ChangeLog | 57 +++++++++++++++++++++++++++++ gcc/config/aarch64/aarch64-sve-builtins.cc | 4 +- gcc/config/aarch64/aarch64.c | 6 +-- gcc/config/s390/s390.c | 4 +- gcc/doc/tm.texi | 24 ++++++++++++ gcc/doc/tm.texi.in | 2 + gcc/expmed.c | 8 ++-- gcc/machmode.h | 17 ++------- gcc/optabs-query.c | 7 +--- gcc/optabs.c | 5 +-- gcc/stor-layout.c | 41 +++++++++++++++++---- gcc/target.def | 27 ++++++++++++++ gcc/targhooks.c | 19 ++++++++++ gcc/targhooks.h | 3 ++ gcc/tree-vect-loop-manip.c | 20 ++++++---- gcc/tree-vect-loop.c | 18 +++++---- gcc/tree-vect-stmts.c | 59 ++++++++++++------------------ gcc/tree-vectorizer.h | 10 ++--- gcc/tree.c | 33 +++++++++++------ gcc/tree.h | 1 + 20 files changed, 256 insertions(+), 109 deletions(-)