This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a40666202d1 s390: Fix operand modifier c new f5166f5badb arm: prevent impossible tail- long-calls with static chain [...] new 3fd5a1e76bb ipa-cp: Better opportunity evaluation and ranking new e58b11cd6c9 ipa-cp: Use the VR and bits lattices for clones of non-loca [...]
The 3 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/config/arm/arm.cc | 12 +- gcc/ipa-cp.cc | 574 +++++++++++++++++++++++---------- gcc/ipa-cp.h | 14 + gcc/testsuite/gcc.dg/ipa/ipcp-agg-14.c | 49 +++ gcc/testsuite/gcc.dg/ipa/ipcp-agg-2.c | 2 +- gcc/testsuite/gcc.dg/ipa/ipcp-agg-3.c | 4 +- gcc/testsuite/gcc.dg/ipa/ipcp-agg-4.c | 2 +- gcc/testsuite/gcc.dg/vect/pr101145_1.c | 2 +- gcc/testsuite/gcc.dg/vect/pr101145_2.c | 2 +- gcc/testsuite/gcc.dg/vect/pr101145_3.c | 2 +- 10 files changed, 478 insertions(+), 185 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/ipcp-agg-14.c