This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 508dd60 2016-04-07 Thomas Preud'homme thomas.preudhomme@arm.com new a96a771 * cgraph.h (struct cgraph_simd_clone): Add mask_mode field. [...]
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 | 10 ++ gcc/cgraph.h | 5 + gcc/config/i386/i386.c | 7 +- gcc/omp-low.c | 160 ++++++++++++++++++++++-------- gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/c-c++-common/attr-simd-2.c | 2 + gcc/testsuite/c-c++-common/attr-simd-4.c | 4 + gcc/testsuite/c-c++-common/attr-simd.c | 4 + gcc/testsuite/gcc.dg/gomp/simd-clones-2.c | 3 + gcc/testsuite/gcc.dg/gomp/simd-clones-3.c | 2 + 10 files changed, 164 insertions(+), 42 deletions(-)