This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1bec1645a61 Remove usage of CIF_MAX_INLINE_INSNS_SINGLE_O2_LIMIT. new f878aec8aa6 Support for value ranges in IPA predicates
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 | 13 ++++ gcc/ipa-cp.c | 97 ++++++++++++++++++++---- gcc/ipa-fnsummary.c | 142 ++++++++++++++++++++++++++---------- gcc/ipa-inline.c | 15 +++- gcc/ipa-prop.h | 2 + gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/ipa/inline-9.c | 23 ++++++ 7 files changed, 242 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/inline-9.c