This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6e0eb5c3537 Add an assert to leaf_function_p to ensure it is not called [...] new 4669dd831ba * Makefile.in: Add ipa-predicate.o and ipa-predicate.h * [...] new 1bccae6b5c3 gcc/c-family: 2017-05-18 Bernd Edlinger <bernd.edlinger@h [...]
The 2 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/Makefile.in | 2 + gcc/c-family/ChangeLog | 4 + gcc/c-family/c-format.c | 4 +- gcc/c/ChangeLog | 4 + gcc/c/config-lang.in | 2 +- gcc/ipa-inline-analysis.c | 570 +-------------------------------------------- gcc/ipa-inline.h | 196 +--------------- gcc/ipa-predicate.c | 573 ++++++++++++++++++++++++++++++++++++++++++++++ gcc/ipa-predicate.h | 232 +++++++++++++++++++ 9 files changed, 840 insertions(+), 747 deletions(-) create mode 100644 gcc/ipa-predicate.c create mode 100644 gcc/ipa-predicate.h