This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e2c293f027 testsuite: Support single-precision in g++.dg/eh/arm-vfp-unwind.C new b7e0dd61e4f sparc: Print out bit names for LEON and LEON3 with -mdebug new b4bbb373dfa sparc: Treat more instructions as load or store in errata w [...] new 6d0c97b19a3 sparc: Skip all empty assembly statements new d4aa16699d4 sparc: Prevent atomic instructions in beginning of function [...] new a053dab90e6 sparc: Add NOP in stack_protect_set32 if sparc_fix_b2bst enabled new 275a076f762 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