This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 63c07319949 analyzer: fix up paths for inlining (PR analyzer/105962) new 96518f714e3 xtensa: Document new -mextra-l32r-costs= Xtensa-specific option new 43b0c56fda4 xtensa: Add support for sibling call optimization new c95e307e3a9 xtensa: Add some dedicated patterns that correspond to GIMP [...] new cfad4856fa4 xtensa: Eliminate unwanted reg-reg moves during DFmode inpu [...] new ce3867d414b xtensa: Eliminate [DS]Cmode hard register clobber that is i [...]
The 5 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/xtensa/predicates.md | 13 ++ gcc/config/xtensa/xtensa-protos.h | 4 +- gcc/config/xtensa/xtensa.cc | 58 ++++++++- gcc/config/xtensa/xtensa.md | 197 ++++++++++++++++++++++++++--- gcc/doc/invoke.texi | 11 +- gcc/testsuite/gcc.target/xtensa/sibcalls.c | 20 +++ 6 files changed, 282 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/sibcalls.c