This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 51e85e64e12 2018-08-27 Richard Biener rguenther@suse.de new 0fb4f2ced42 Add new gswitch related functions into tree-cfg.c. new cb0d0bb0812 Fix probabilities for jump table (PR tree-optimization/86702).
The 2 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 | 88 ++++++++++++++++++++++++++++++++++++++++++++ gcc/cfgexpand.c | 2 +- gcc/gimple-pretty-print.c | 2 +- gcc/hsa-gen.c | 21 ++++------- gcc/ipa-fnsummary.c | 2 +- gcc/stmt.c | 4 +- gcc/tree-cfg.c | 83 ++++++++++++++++++++++++++++------------- gcc/tree-cfg.h | 7 +++- gcc/tree-cfgcleanup.c | 7 ++-- gcc/tree-eh.c | 26 ++++++------- gcc/tree-ssa-dom.c | 3 +- gcc/tree-ssa-forwprop.c | 2 +- gcc/tree-ssa-threadedge.c | 4 +- gcc/tree-ssa-uncprop.c | 2 +- gcc/tree-ssa-uninit.c | 2 +- gcc/tree-switch-conversion.c | 84 ++++++++++++++++++++++++++---------------- gcc/tree-switch-conversion.h | 11 +++--- gcc/tree-vrp.c | 2 +- gcc/vr-values.c | 5 ++- 19 files changed, 247 insertions(+), 110 deletions(-)