This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa9acbba6ac * Makefile.am (MOSTLYCLEANFILES): Remove testing files and [...] new 720cfc43799 * asan.c (asan_emit_stack_protection): Update. (create_co [...]
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/ChangeLog | 207 +++++++++++++++++++ gcc/asan.c | 18 +- gcc/auto-profile.c | 5 +- gcc/basic-block.h | 5 +- gcc/bb-reorder.c | 32 +-- gcc/cfg.c | 99 +++++---- gcc/cfganal.c | 5 +- gcc/cfgbuild.c | 12 +- gcc/cfgcleanup.c | 31 +-- gcc/cfgexpand.c | 21 +- gcc/cfghooks.c | 18 +- gcc/cfgloopanal.c | 2 +- gcc/cfgloopmanip.c | 67 ++---- gcc/cfgloopmanip.h | 3 +- gcc/cfgrtl.c | 50 +++-- gcc/cgraph.c | 12 +- gcc/cgraphunit.c | 25 ++- gcc/cilk-common.c | 1 + gcc/doc/invoke.texi | 2 +- gcc/dojump.c | 127 ++++++------ gcc/dojump.h | 17 +- gcc/dwarf2cfi.c | 1 + gcc/except.c | 14 +- gcc/explow.c | 1 + gcc/expmed.c | 7 +- gcc/expr.c | 36 ++-- gcc/expr.h | 4 +- gcc/gimple-pretty-print.c | 40 +++- gcc/graph.c | 10 +- gcc/hsa-gen.c | 17 +- gcc/ifcvt.c | 29 +-- gcc/internal-fn.c | 98 ++++----- gcc/ipa-cp.c | 3 +- gcc/ipa-split.c | 12 +- gcc/ipa-utils.c | 6 +- gcc/loop-doloop.c | 8 +- gcc/loop-unroll.c | 20 +- gcc/lra-constraints.c | 3 +- gcc/lto-streamer-in.c | 4 +- gcc/lto-streamer-out.c | 2 +- gcc/mcf.c | 40 +--- gcc/modulo-sched.c | 9 +- gcc/omp-expand.c | 55 ++--- gcc/omp-simd-clone.c | 8 +- gcc/optabs.c | 18 +- gcc/optabs.h | 4 +- gcc/predict.c | 113 ++++++---- gcc/profile-count.c | 123 ++++++++++- gcc/profile-count.h | 480 +++++++++++++++++++++++++++++++++++++++++-- gcc/profile.c | 14 +- gcc/recog.c | 3 +- gcc/sched-ebb.c | 3 +- gcc/sched-rgn.c | 15 +- gcc/sel-sched-ir.c | 8 +- gcc/stmt.c | 95 ++++----- gcc/targhooks.c | 1 + gcc/tracer.c | 9 +- gcc/trans-mem.c | 16 +- gcc/tree-call-cdce.c | 13 +- gcc/tree-cfg.c | 10 +- gcc/tree-cfgcleanup.c | 2 - gcc/tree-eh.c | 8 +- gcc/tree-if-conv.c | 3 +- gcc/tree-inline.c | 43 +++- gcc/tree-parloops.c | 10 +- gcc/tree-profile.c | 12 +- gcc/tree-ssa-dce.c | 2 +- gcc/tree-ssa-ifcombine.c | 14 +- gcc/tree-ssa-loop-im.c | 30 +-- gcc/tree-ssa-loop-ivcanon.c | 6 +- gcc/tree-ssa-loop-manip.c | 36 ++-- gcc/tree-ssa-loop-split.c | 9 +- gcc/tree-ssa-loop-unswitch.c | 39 ++-- gcc/tree-ssa-phionlycprop.c | 2 - gcc/tree-ssa-phiopt.c | 6 +- gcc/tree-ssa-reassoc.c | 2 +- gcc/tree-ssa-tail-merge.c | 7 +- gcc/tree-ssa-threadupdate.c | 26 ++- gcc/tree-switch-conversion.c | 10 +- gcc/tree-vect-loop-manip.c | 50 +++-- gcc/tree-vect-loop.c | 16 +- gcc/ubsan.c | 8 +- gcc/value-prof.c | 76 ++++--- gcc/value-prof.h | 4 +- 84 files changed, 1721 insertions(+), 811 deletions(-)