This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
from 28a5212f1ea [PR80693] drop value of parallel SETs dropped by combine new d9c59f9c1e2 [SFN] adjust RTL insn-walking API new 869f4b4f093 [SFN] boilerplate changes in preparation to introduce nonbi [...] new 7de4828cf24 [SFN] not-quite-boilerplate changes in preparation to intro [...] new ebb989f937b [SFN] stabilize find_bb_boundaries new dd81e9738d3 [SFN] introduce statement frontier notes, still disabled new f41cdce6289 [SFN] Introduce -gstatement-frontiers option, enable debug markers new 4dbc22222ae [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/c-family/c-semantics.c | 21 +++++ 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/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-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 + 91 files changed, 1420 insertions(+), 465 deletions(-)