This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a1826d3d1f ada: Elide the copy in extended returns for nonlimited by-r [...] new b24acae8f4d loop-split improvements, part 2
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/testsuite/gcc.dg/tree-prof/loop-split-1.c | 33 +++++++++++ gcc/testsuite/gcc.dg/tree-prof/loop-split-2.c | 36 ++++++++++++ gcc/testsuite/gcc.dg/tree-prof/loop-split-3.c | 41 +++++++++++++ gcc/tree-ssa-loop-split.cc | 84 ++++++++++++++++++++++----- 4 files changed, 180 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-prof/loop-split-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/loop-split-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/loop-split-3.c