This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1adbfc1b0f4 Remove NO_LABEL_VALUES new 35673d39e7d Add debug counter for loop array prefetching. new 76f32cd90e0 Improve debug output of loop data prefetching. new 94165f282d9 sparc: Fix stack references in return delay slot.
The 3 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 | 29 ++++++++++++ gcc/config/sparc/sparc.c | 3 ++ gcc/dbgcnt.def | 1 + gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/sparc/sparc-ret-3.c | 53 ++++++++++++++++++++++ gcc/tree-ssa-loop-prefetch.c | 68 ++++++++++++++++++---------- 6 files changed, 133 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.target/sparc/sparc-ret-3.c