This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/SFN in repository gcc.
from 63b625d0ca7 drop unreachable block along with its dominated blocks new 5b37d27a61f IEPM: introduce inlined entry point markers
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/cfgexpand.c | 42 ++++++++++++-------- gcc/cfgrtl.c | 2 +- gcc/cse.c | 9 ++--- gcc/dbxout.c | 2 + gcc/debug.c | 1 + gcc/debug.h | 3 ++ gcc/dwarf2out.c | 83 +++++++++++++++++++++++++++++++++++++++- gcc/final.c | 61 +++++++++++++++++++++-------- gcc/function.c | 9 +++-- gcc/function.h | 6 +-- gcc/gimple-iterator.c | 2 +- gcc/gimple-low.c | 6 +-- gcc/gimple-pretty-print.c | 9 +++++ gcc/gimple.c | 21 ++++++++++ gcc/gimple.h | 29 +++++++++++++- gcc/graphite-isl-ast-to-gimple.c | 2 +- gcc/insn-notes.def | 4 ++ gcc/ira.c | 2 +- gcc/loop-unroll.c | 5 +-- gcc/lra-constraints.c | 2 +- gcc/lra.c | 34 +++++++++++++--- gcc/lto-streamer-in.c | 6 +-- gcc/postreload.c | 2 +- gcc/print-rtl.c | 3 +- gcc/recog.c | 2 + gcc/reg-stack.c | 4 +- gcc/regcprop.c | 2 +- gcc/regrename.c | 2 +- gcc/rtl.def | 6 +++ gcc/rtl.h | 39 ++++++++++++++++++- gcc/sdbout.c | 1 + gcc/tree-inline.c | 29 ++++++++------ gcc/tree-ssa-dce.c | 2 +- gcc/tree-ssa-threadedge.c | 4 +- gcc/tree.h | 5 +++ gcc/valtrack.c | 2 +- gcc/var-tracking.c | 48 ++++++++--------------- gcc/vmsdbgout.c | 1 + 38 files changed, 368 insertions(+), 124 deletions(-)