This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5a0b6a31e33 Fix oversights new ea5d398198b * asan.c (create_cond_insert_point): Do not update edge 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 | 135 +++++++++++++++++++++++ gcc/asan.c | 1 - gcc/auto-profile.c | 22 ++-- gcc/basic-block.h | 11 +- gcc/bb-reorder.c | 32 +++--- gcc/cfg.c | 56 +--------- gcc/cfganal.c | 1 - gcc/cfgbuild.c | 11 +- gcc/cfgcleanup.c | 9 +- gcc/cfgexpand.c | 9 +- gcc/cfghooks.c | 27 +---- gcc/cfgloop.c | 6 +- gcc/cfgloopanal.c | 4 +- gcc/cfgloopmanip.c | 20 +--- gcc/cfgrtl.c | 13 +-- gcc/cgraphunit.c | 5 - gcc/gimple-pretty-print.c | 13 +-- gcc/gimple-ssa-isolate-paths.c | 1 - gcc/haifa-sched.c | 4 +- gcc/hsa-gen.c | 7 +- gcc/ifcvt.c | 2 - gcc/ipa-inline-transform.c | 9 +- gcc/ipa-split.c | 1 - gcc/ipa-utils.c | 34 +++--- gcc/loop-doloop.c | 2 - gcc/loop-unroll.c | 7 -- gcc/lto-streamer-in.c | 9 +- gcc/lto-streamer-out.c | 1 - gcc/modulo-sched.c | 18 +-- gcc/postreload-gcse.c | 12 +- gcc/predict.c | 63 ++++------- gcc/profile.c | 5 - gcc/reg-stack.c | 4 +- gcc/shrink-wrap.c | 1 - gcc/tracer.c | 6 +- gcc/trans-mem.c | 19 +--- gcc/tree-call-cdce.c | 6 +- gcc/tree-cfg.c | 28 +---- gcc/tree-cfgcleanup.c | 1 - gcc/tree-complex.c | 2 - gcc/tree-eh.c | 3 - gcc/tree-inline.c | 32 +----- gcc/tree-ssa-dce.c | 1 - gcc/tree-ssa-ifcombine.c | 3 - gcc/tree-ssa-loop-im.c | 6 +- gcc/tree-ssa-loop-ivcanon.c | 2 - gcc/tree-ssa-loop-manip.c | 8 +- gcc/tree-ssa-loop-split.c | 6 +- gcc/tree-ssa-loop-unswitch.c | 16 +-- gcc/tree-ssa-phionlycprop.c | 1 - gcc/tree-ssa-phiopt.c | 2 - gcc/tree-ssa-reassoc.c | 4 +- gcc/tree-ssa-tail-merge.c | 15 ++- gcc/tree-ssa-threadupdate.c | 245 ++++++++++++++--------------------------- gcc/tree-switch-conversion.c | 19 +--- gcc/tree-tailcall.c | 9 +- gcc/tree-vect-loop-manip.c | 4 - gcc/tree-vect-loop.c | 5 +- gcc/ubsan.c | 8 -- gcc/value-prof.c | 28 +---- 60 files changed, 386 insertions(+), 648 deletions(-)