This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from acd183e4041 Move symtab_node::dump_table to symbol_table::dump new 0e388735090 Introduce symtab_node::dump_{asm_,}name functions.
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 | 72 +++++++++++++++++++++++++++++++++++++ gcc/cgraph.c | 75 ++++++++++++++------------------------ gcc/cgraph.h | 11 +++++- gcc/ipa-cp.c | 51 +++++++++++--------------- gcc/ipa-devirt.c | 15 ++++---- gcc/ipa-icf.c | 31 ++++++---------- gcc/ipa-inline-transform.c | 8 ++--- gcc/ipa-inline.c | 63 ++++++++++++++------------------ gcc/ipa-profile.c | 6 ++-- gcc/ipa-prop.c | 90 +++++++++++++++++++--------------------------- gcc/ipa-pure-const.c | 15 +++----- gcc/ipa-reference.c | 27 ++++++-------- gcc/ipa-utils.c | 5 ++- gcc/ipa.c | 20 +++++------ gcc/lto/ChangeLog | 7 ++++ gcc/lto/lto-symtab.c | 7 ++-- gcc/predict.c | 14 ++++---- gcc/symtab.c | 42 ++++++++++++++++------ gcc/tree-sra.c | 7 ++-- gcc/value-prof.c | 19 ++++------ 20 files changed, 302 insertions(+), 283 deletions(-)