This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d2c67796f22 Expensive selftests: torture testing for fix-it boundary co [...] new 18fc6357032 [SFN] adjust RTL insn-walking API new c64f38bf4d2 [SFN] boilerplate changes in preparation to introduce nonbi [...] new bce107d7e68 [SFN] not-quite-boilerplate changes in preparation to intro [...] new 116cfb8c5ab [SFN] stabilize find_bb_boundaries new 90567983c3c [SFN] introduce statement frontier notes, still disabled new aa2fd8850c1 [SFN] Introduce -gstatement-frontiers option, enable debug markers new 793569eb27e [IEPM] Introduce debug hook for inline entry point markers
The 7 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 | 310 +++++++++++++++++++++++++++++++++++++++ gcc/c-family/ChangeLog | 5 + gcc/c-family/c-semantics.c | 21 +++ gcc/c/ChangeLog | 9 ++ gcc/c/c-objc-common.h | 2 + gcc/c/c-parser.c | 20 +++ gcc/c/c-typeck.c | 8 +- gcc/cfgbuild.c | 41 +++++- gcc/cfgcleanup.c | 12 +- gcc/cfgexpand.c | 145 ++++++++++-------- gcc/cfgrtl.c | 22 ++- gcc/cgraph.c | 2 +- gcc/combine.c | 12 +- gcc/common.opt | 4 + gcc/cp/ChangeLog | 17 +++ gcc/cp/constexpr.c | 16 ++ gcc/cp/cp-objcp-common.h | 2 + gcc/cp/parser.c | 14 ++ gcc/cp/pt.c | 6 + gcc/cse.c | 24 ++- gcc/dbxout.c | 2 + gcc/dce.c | 2 +- gcc/debug.c | 1 + gcc/debug.h | 3 + gcc/df-scan.c | 2 +- gcc/doc/generic.texi | 5 + gcc/doc/gimple.texi | 24 ++- gcc/doc/invoke.texi | 19 +++ gcc/doc/rtl.texi | 53 +++++-- gcc/dwarf2out.c | 40 ++++- gcc/emit-rtl.c | 69 +++++---- gcc/final.c | 89 ++++++++--- gcc/function.c | 13 +- gcc/function.h | 10 ++ gcc/gimple-iterator.c | 28 +++- gcc/gimple-iterator.h | 46 +++--- gcc/gimple-loop-interchange.cc | 4 +- gcc/gimple-low.c | 31 +++- gcc/gimple-pretty-print.c | 7 + gcc/gimple-ssa-backprop.c | 2 +- gcc/gimple.c | 24 +++ gcc/gimple.h | 48 +++++- gcc/gimplify.c | 181 +++++++++++++++++------ gcc/graphite-isl-ast-to-gimple.c | 7 +- gcc/haifa-sched.c | 6 +- gcc/insn-notes.def | 3 + gcc/ipa-icf-gimple.c | 4 +- gcc/ipa-param-manipulation.c | 2 +- gcc/ipa-split.c | 11 +- gcc/ira.c | 4 +- gcc/jump.c | 2 +- gcc/langhooks-def.h | 2 + gcc/langhooks.h | 3 + gcc/loop-unroll.c | 6 +- gcc/lra-constraints.c | 10 +- gcc/lra.c | 38 ++++- gcc/lto-streamer-in.c | 12 +- gcc/omp-expand.c | 153 ++++++++++--------- gcc/omp-low.c | 2 + gcc/params.def | 9 ++ gcc/postreload.c | 2 +- gcc/print-rtl.c | 24 +++ gcc/recog.c | 1 + gcc/reg-stack.c | 4 +- gcc/regcprop.c | 6 +- gcc/regrename.c | 2 +- gcc/regstat.c | 2 +- gcc/reload1.c | 4 +- gcc/rtl.def | 3 + gcc/rtl.h | 51 ++++++- gcc/sese.c | 4 +- gcc/shrink-wrap.c | 4 +- gcc/ssa-iterators.h | 2 +- gcc/toplev.c | 4 + gcc/tree-cfg.c | 54 ++++++- gcc/tree-cfgcleanup.c | 31 ++-- gcc/tree-inline.c | 35 ++++- gcc/tree-iterator.c | 48 ++++-- gcc/tree-loop-distribution.c | 2 +- gcc/tree-pretty-print.c | 9 +- gcc/tree-sra.c | 2 +- gcc/tree-ssa-dce.c | 8 +- gcc/tree-ssa-loop-ivopts.c | 2 +- gcc/tree-ssa-reassoc.c | 2 +- gcc/tree-ssa-tail-merge.c | 6 +- gcc/tree-ssa-threadedge.c | 27 ++-- gcc/tree-ssa.c | 10 +- gcc/tree-ssanames.c | 2 +- gcc/tree-vect-loop-manip.c | 8 +- gcc/tree-vect-loop.c | 4 +- gcc/tree.c | 8 +- gcc/tree.def | 3 + gcc/tree.h | 10 +- gcc/valtrack.c | 2 +- gcc/var-tracking.c | 174 +++++++++++++++++----- gcc/vmsdbgout.c | 1 + 96 files changed, 1763 insertions(+), 467 deletions(-)