This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f4ed610d02a MAINTAINERS: Add myself as Ada front end co-maintainer new bd9837bc3ca Teach VN about masked/len stores new dc477ffb4ab tree-optimization/106378 - DSE of LEN_STORE and MASK_STORE
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/testsuite/gcc.target/i386/vec-maskstore-vn.c | 30 +++ gcc/tree-ssa-dse.cc | 55 ++++- gcc/tree-ssa-sccvn.cc | 255 ++++++++++++++++++----- 3 files changed, 279 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/vec-maskstore-vn.c