This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3494d6a 2017-04-04 Bill Schmidt wschmidt@linux.vnet.ibm.com new e000adb PR tree-optimization/79390 * target.h (struct noce_if_info) [...]
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 | 24 ++++++++ gcc/config/i386/i386.c | 47 +++++++++++++--- gcc/config/i386/x86-tune.def | 4 +- gcc/doc/tm.texi | 6 ++ gcc/doc/tm.texi.in | 2 + gcc/ifcvt.c | 97 +++++---------------------------- gcc/ifcvt.h | 70 ++++++++++++++++++++++++ gcc/target.def | 10 ++++ gcc/target.h | 3 + gcc/targhooks.h | 2 + gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.dg/ifcvt-4.c | 1 + gcc/testsuite/gcc.target/i386/pr79390.c | 28 ++++++++++ 13 files changed, 209 insertions(+), 91 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr79390.c