This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 05dd002 2016-09-22 Bernd Edlinger bernd.edlinger@hotmail.de new 56d95ea use rtx_insn * more new 4066f31 make next/prev _nonnote_insn take rtx_insn * new 3a8bb9c make next/prev nondebug_insn take rtx_insn * new 4067fcc make prev_real_insn take rtx_insn * new 15b8019 make next/prev nonnote_nondebug_insn take rtx_insn * new 4150395 make next/prev active_insn and active_insn_p take rtx_insn * new 924a5ce make next_cc0_user take rtx_insn *
The 7 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 | 102 ++++++++++++++++++++++++++++++++++++++++ gcc/cfgcleanup.c | 2 +- gcc/cfgloop.h | 2 +- gcc/config/arc/arc-protos.h | 2 +- gcc/config/arc/arc.c | 2 +- gcc/config/arc/arc.md | 43 +++++++++++------ gcc/config/arm/arm.c | 2 +- gcc/config/bfin/bfin.c | 2 +- gcc/config/c6x/c6x.c | 19 ++++---- gcc/config/cris/cris-protos.h | 4 +- gcc/config/cris/cris.c | 14 +++--- gcc/config/h8300/h8300-protos.h | 4 +- gcc/config/h8300/h8300.c | 4 +- gcc/config/m32r/m32r.c | 2 +- gcc/config/nds32/nds32-protos.h | 2 +- gcc/config/nds32/nds32.c | 2 +- gcc/config/pa/pa.c | 6 +-- gcc/config/rl78/rl78.c | 11 +++-- gcc/config/s390/s390-protos.h | 2 +- gcc/config/s390/s390.c | 2 +- gcc/config/sh/sh.c | 10 ++-- gcc/config/sh/sh.md | 3 +- gcc/config/sparc/sparc-protos.h | 2 +- gcc/config/sparc/sparc.c | 8 ++-- gcc/cse.c | 2 +- gcc/dwarf2out.c | 2 +- gcc/emit-rtl.c | 41 +++++----------- gcc/jump.c | 18 +++---- gcc/loop-doloop.c | 2 +- gcc/reorg.c | 51 +++++++++++--------- gcc/resource.c | 2 +- gcc/rtl.h | 26 +++++----- gcc/simplify-rtx.c | 8 ++-- 33 files changed, 254 insertions(+), 150 deletions(-)