This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from f00530266f8 Fix target/101934: aarch64 memset code creates unaligned st [...] new b602b667c05 sparc: Print out bit names for LEON and LEON3 with -mdebug new 807c7e12486 sparc: Treat more instructions as load or store in errata w [...] new f5b008faf0a sparc: Skip all empty assembly statements new 7b30a12edf7 sparc: Prevent atomic instructions in beginning of function [...] new 3fd9656951b sparc: Add NOP in stack_protect_setsi if sparc_fix_b2bst enabled new c503f416f22 sparc: Add scheduling information for LEON5
The 6 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/sparc/leon5.md | 103 ++++++++++++++++++++++++ gcc/config/sparc/sparc-opts.h | 1 + gcc/config/sparc/sparc.c | 183 +++++++++++++++++++++++++++++++++++++----- gcc/config/sparc/sparc.h | 36 +++++---- gcc/config/sparc/sparc.md | 12 ++- gcc/config/sparc/sparc.opt | 3 + gcc/doc/invoke.texi | 13 +-- 7 files changed, 305 insertions(+), 46 deletions(-) create mode 100644 gcc/config/sparc/leon5.md