This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from e7d74d4 * tree-core.h (tree_base): Fix typo. new 94f92c3 [PR64164] Drop copyrename, use coalescible partition as base [...]
The 1 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 | 124 +++++++ gcc/Makefile.in | 1 - gcc/alias.c | 13 + gcc/cfgexpand.c | 471 +++++++++++++++++++------- gcc/cfgexpand.h | 3 + gcc/common.opt | 12 +- gcc/doc/invoke.texi | 48 +-- gcc/emit-rtl.c | 8 +- gcc/explow.c | 29 ++ gcc/explow.h | 3 + gcc/expr.c | 41 ++- gcc/expr.h | 1 + gcc/function.c | 341 +++++++++++++++---- gcc/gimple-expr.c | 39 --- gcc/gimple-expr.h | 1 - gcc/opts.c | 2 +- gcc/passes.def | 5 - gcc/stmt.c | 2 +- gcc/stor-layout.c | 3 +- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.dg/guality/pr54200.c | 2 +- gcc/testsuite/gcc.dg/ssp-1.c | 2 +- gcc/testsuite/gcc.dg/ssp-2.c | 2 +- gcc/testsuite/gcc.dg/torture/parm-coalesce.c | 40 +++ gcc/tree-outof-ssa.c | 16 +- gcc/tree-ssa-coalesce.c | 384 +++++++++++++++++++++- gcc/tree-ssa-coalesce.h | 1 + gcc/tree-ssa-copyrename.c | 475 --------------------------- gcc/tree-ssa-live.c | 99 +----- gcc/tree-ssa-live.h | 4 +- gcc/tree-ssa-uncprop.c | 5 + gcc/var-tracking.c | 12 +- 32 files changed, 1318 insertions(+), 878 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/parm-coalesce.c delete mode 100644 gcc/tree-ssa-copyrename.c