This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f1ea412 2016-10-21 Andre Vieira andre.simoesdiasvieira@arm.com new 121d313 * config/sparc/sparc-modes.def (CCV): New. (CCXV): Likewise [...] new a2f87f2 * tree-ssa-loop-split.c: Remove trailing spaces. * match.pd [...]
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 | 50 +++ gcc/config/sparc/predicates.md | 7 + gcc/config/sparc/sparc-modes.def | 6 + gcc/config/sparc/sparc.c | 41 +- gcc/config/sparc/sparc.md | 645 ++++++++++++++++++++++++++++ gcc/match.pd | 2 +- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/sparc/overflow-1.c | 43 ++ gcc/testsuite/gcc.target/sparc/overflow-2.c | 46 ++ gcc/testsuite/gcc.target/sparc/overflow-3.c | 44 ++ gcc/tree-ssa-loop-split.c | 6 +- 11 files changed, 886 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.target/sparc/overflow-1.c create mode 100644 gcc/testsuite/gcc.target/sparc/overflow-2.c create mode 100644 gcc/testsuite/gcc.target/sparc/overflow-3.c