This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/autopar_devel in repository gcc.
from 1b05b4153a8 Run partitioner after IPA. new 7e9bf3c8deb Manage to compile some programs
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 | 21 + gcc/cgraph.c | 5 +- gcc/cgraphunit.c | 96 ++-- gcc/gcc.c | 39 +- gcc/ipa-visibility.c | 2 +- gcc/lto-cgraph.c | 42 +- gcc/lto-partition.c | 23 + gcc/lto-partition.h | 1 + gcc/lto/ChangeLog | 5 + gcc/lto/Make-lang.in | 4 +- gcc/lto/lto-partition.c | 1188 ----------------------------------------------- gcc/lto/lto-partition.h | 41 -- gcc/toplev.c | 43 +- gcc/toplev.h | 3 + 14 files changed, 195 insertions(+), 1318 deletions(-) delete mode 100644 gcc/lto/lto-partition.c delete mode 100644 gcc/lto/lto-partition.h