This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1c7b556b005 fortran: Cleanup obsolete comment new 11f37e99ef8 lto: Fix reversed sorting of node order. new 3facb0e2b5a lto: Keep lto file data new 529c25ed6e0 cgraph: Add toplevel_node new 80dea726c89 lto: Simplify control variable in loop of balanced partitioning new cfce5ff1f62 lto: Use toplevel_node in lto_symtab_encoder new e7e91a83b85 lto: Partition toplevel assembly in 1to1 new ec67b87f418 lto: Stream out partitioned toplevel assembly
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/cgraph.cc | 11 +-- gcc/cgraph.h | 98 +++++++++++++++++------ gcc/coretypes.h | 10 ++- gcc/ipa-icf.cc | 21 ++--- gcc/ipa-modref.cc | 8 +- gcc/ipa-prop.cc | 16 ++-- gcc/ipa-reference.cc | 14 ++-- gcc/lto-cgraph.cc | 62 +++++++++------ gcc/lto-section-in.cc | 1 - gcc/lto-streamer-in.cc | 1 + gcc/lto-streamer-out.cc | 77 ++++++++++-------- gcc/lto-streamer.h | 23 +++--- gcc/lto/lto-partition.cc | 201 ++++++++++++++++++++++++++++------------------- gcc/lto/lto-symtab.cc | 6 +- gcc/lto/lto.cc | 11 +-- gcc/varpool.cc | 6 +- 16 files changed, 336 insertions(+), 230 deletions(-)