This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b0b3b89d26 This patch simplifies pow (C, x) into exp (x * C1) if C > 0 [...] new 654ba22c41f Add a type_has_mode_precision_p helper function new 718e6d56fb0 Remove the frame size argument from function_prologue/epilogue new 6b7c5f4350c Simplify pad_below implementation
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 | 68 ++++++++++++++++++++++++++++++++++++++ gcc/config/arm/arm.c | 12 +++---- gcc/config/frv/frv.c | 9 +++-- gcc/config/i386/i386.c | 2 +- gcc/config/ia64/ia64.c | 9 +++-- gcc/config/m32r/m32r.c | 11 +++--- gcc/config/microblaze/microblaze.c | 5 ++- gcc/config/mips/mips.c | 5 ++- gcc/config/mmix/mmix.c | 10 +++--- gcc/config/msp430/msp430.c | 2 +- gcc/config/nds32/nds32.c | 6 ++-- gcc/config/nios2/nios2.c | 2 +- gcc/config/pa/pa.c | 17 +++------- gcc/config/powerpcspe/powerpcspe.c | 6 ++-- gcc/config/rl78/rl78.c | 2 +- gcc/config/rs6000/rs6000.c | 6 ++-- gcc/config/rx/rx.c | 3 +- gcc/config/sh/sh.c | 5 ++- gcc/config/sparc/sparc.c | 8 ++--- gcc/convert.c | 3 +- gcc/doc/tm.texi | 10 +++--- gcc/expr.c | 7 ++-- gcc/final.c | 7 ++-- gcc/fold-const.c | 3 +- gcc/function.c | 13 +++----- gcc/match.pd | 27 ++++++--------- gcc/output.h | 2 +- gcc/target.def | 10 +++--- gcc/tree-ssa-forwprop.c | 14 +++----- gcc/tree-ssa-math-opts.c | 3 +- gcc/tree-tailcall.c | 3 +- gcc/tree-vect-loop.c | 3 +- gcc/tree-vect-patterns.c | 7 ++-- gcc/tree-vect-stmts.c | 18 ++++------ gcc/tree-vrp.c | 2 +- gcc/tree.h | 9 +++++ 36 files changed, 176 insertions(+), 153 deletions(-)