This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68e86c262b5 [AArch64, PATCH] Improve Neon store of zero new 1041f930870 Turn SECONDARY_MEMORY_NEEDED_MODE into a target hook new c836e75b4a9 Turn SECONDARY_MEMORY_NEEDED into a hook
The 2 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 | 142 ++++++++++++++++++++++++++++++ gcc/config/alpha/alpha.c | 33 +++++++ gcc/config/alpha/alpha.h | 17 ---- gcc/config/i386/i386-protos.h | 2 - gcc/config/i386/i386.c | 34 +++++-- gcc/config/i386/i386.h | 13 --- gcc/config/ia64/ia64.c | 4 +- gcc/config/ia64/ia64.h | 18 ---- gcc/config/mips/mips-protos.h | 2 - gcc/config/mips/mips.c | 22 ++++- gcc/config/mips/mips.h | 13 --- gcc/config/mmix/mmix.md | 2 +- gcc/config/pa/pa-64.h | 2 +- gcc/config/pa/pa.c | 18 ++++ gcc/config/pdp11/pdp11-protos.h | 2 - gcc/config/pdp11/pdp11.c | 10 ++- gcc/config/pdp11/pdp11.h | 4 - gcc/config/powerpcspe/powerpcspe-protos.h | 4 - gcc/config/powerpcspe/powerpcspe.c | 39 ++++---- gcc/config/powerpcspe/powerpcspe.h | 15 ---- gcc/config/riscv/riscv.c | 18 +++- gcc/config/riscv/riscv.h | 6 -- gcc/config/rs6000/rs6000-protos.h | 4 - gcc/config/rs6000/rs6000.c | 39 ++++---- gcc/config/rs6000/rs6000.h | 15 ---- gcc/config/s390/s390.c | 46 ++++++++++ gcc/config/s390/s390.h | 30 ------- gcc/config/sparc/sparc.c | 46 ++++++++++ gcc/config/sparc/sparc.h | 20 ----- gcc/doc/tm.texi | 53 ++++++----- gcc/doc/tm.texi.in | 39 +------- gcc/hooks.c | 9 ++ gcc/hooks.h | 3 + gcc/lra-constraints.c | 53 ++++------- gcc/reload.c | 39 ++------ gcc/reload1.c | 31 ++----- gcc/system.h | 3 +- gcc/target.def | 38 +++++++- gcc/targhooks.c | 12 +++ gcc/targhooks.h | 1 + 40 files changed, 516 insertions(+), 385 deletions(-)