This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87fb878 2016-11-20 Jeff Law law@redhat.com new 26cd119 use rtx_insn * more places where it is obvious new 753de56 split up variables to use rtx_insn * more new 30302b7 make recog () take a rtx_insn * new 886dee6 make replace_label_in_insn take labels as rtx_insn * new 283e5dd make delete_insn () take a rtx_insn * new 743fc3e remove cast from emit_libcall_block new e7ea119 make prologue_epilogue_contains take a rtx_insn * new ddd1d5bc make add_int_reg_note take rtx_insn * new f8062a7 make dead_or_set_{,regno_}p take rtx_insn *
The 9 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 | 85 +++++++++++++++++++++++++++++++++++++++++++ gcc/cfgrtl.c | 5 +-- gcc/cfgrtl.h | 2 +- gcc/config/aarch64/aarch64.c | 4 +- gcc/config/alpha/alpha.c | 8 ++-- gcc/config/arc/arc.c | 4 +- gcc/config/arm/arm.c | 22 +++++------ gcc/config/c6x/c6x.c | 5 ++- gcc/config/darwin.c | 3 +- gcc/config/frv/frv.c | 4 +- gcc/config/frv/frv.md | 20 ++++------ gcc/config/i386/i386-protos.h | 6 +-- gcc/config/i386/i386.c | 14 +++---- gcc/config/ia64/ia64.c | 2 +- gcc/config/mcore/mcore.c | 2 +- gcc/config/mn10300/mn10300.c | 9 +++-- gcc/config/rs6000/rs6000.c | 18 ++++----- gcc/config/s390/s390.c | 2 +- gcc/config/s390/s390.md | 21 +++++++---- gcc/config/spu/spu.c | 7 ++-- gcc/config/spu/spu.md | 6 +-- gcc/config/tilegx/tilegx.c | 3 +- gcc/config/v850/v850.c | 4 +- gcc/expr.c | 4 +- gcc/function.c | 12 +++--- gcc/function.h | 6 +-- gcc/genrecog.c | 14 +------ gcc/lower-subreg.c | 2 +- gcc/optabs.c | 5 +-- gcc/optabs.h | 2 +- gcc/recog.h | 2 +- gcc/rtl.h | 8 ++-- gcc/rtlanal.c | 10 ++--- 33 files changed, 195 insertions(+), 126 deletions(-)