This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fab289557c0 Daily bump. new dd2e9d21b7d Support if statement in !GCC$ builtin directive. new 1add72d5698 Come up with fast {function,call}_summary classes (PR ipa/89306).
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/ChangeLog | 40 ++ gcc/cgraph.c | 7 +- gcc/cgraph.h | 44 +- gcc/config/i386/i386.c | 17 + gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/fortran/ChangeLog | 5 + gcc/fortran/decl.c | 21 +- gcc/gcc.c | 10 +- gcc/ipa-fnsummary.c | 6 +- gcc/ipa-fnsummary.h | 20 +- gcc/ipa-pure-const.c | 5 +- gcc/ipa-reference.c | 13 +- gcc/symbol-summary.h | 840 ++++++++++++++++++++------ gcc/target.def | 6 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gfortran.dg/simd-builtins-7.f90 | 19 + gcc/testsuite/gfortran.dg/simd-builtins-7.h | 2 + gcc/vec.h | 11 + 19 files changed, 856 insertions(+), 221 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-7.f90 create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-7.h