This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 02988522b44 2019-06-03 Prathamesh Kulkarni prathamesh.kulkarni@linaro.org new ee9014515ff [AArch64] Emit TARGET_DOTPROD-specific sequence for <us>sadv16qi new d69455f1506 Fix alignment option parser (PR90684) new a4be7d681e0 * tree-vrp.h (value_range_base::nonzero_p): New. (value_r [...]
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/ChangeLog | 40 ++++++++++++ gcc/config/aarch64/aarch64-simd.md | 22 ++++++- gcc/opts.c | 9 +-- gcc/testsuite/ChangeLog | 7 +++ .../aarch64/{ssadv16qi.c => ssadv16qi-dotprod.c} | 10 +-- gcc/testsuite/gcc.target/aarch64/ssadv16qi.c | 2 +- .../aarch64/{usadv16qi.c => usadv16qi-dotprod.c} | 9 +-- gcc/testsuite/gcc.target/aarch64/usadv16qi.c | 2 +- gcc/tree-vrp.c | 73 +++++++--------------- gcc/tree-vrp.h | 17 +++-- gcc/vr-values.c | 23 +++++-- 11 files changed, 134 insertions(+), 80 deletions(-) copy gcc/testsuite/gcc.target/aarch64/{ssadv16qi.c => ssadv16qi-dotprod.c} (67%) copy gcc/testsuite/gcc.target/aarch64/{usadv16qi.c => usadv16qi-dotprod.c} (67%)