This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a59791f7d0 [04/11] Add a vect_orig_stmt helper function new 11822fb29f3 * tree-vrp (zero_nonzero_bits_from_bounds): Rename to... [...] new 0b7ea3a9e2c [05/11] Add a vect_stmt_to_vectorize helper function new 3c8b7bc7c47 [06/11] Handle VMAT_INVARIANT separately new 2482dbe8be1 [07/11] Use single basic block array in loop_vec_info
The 4 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 | 64 ++++ gcc/tree-vect-data-refs.c | 33 +- gcc/tree-vect-loop.c | 38 +- gcc/tree-vect-slp.c | 16 +- gcc/tree-vect-stmts.c | 131 +++---- gcc/tree-vectorizer.h | 13 +- gcc/tree-vrp.c | 888 ++++++++++++++++++++++++++++------------------ gcc/tree-vrp.h | 75 +++- gcc/vr-values.c | 4 +- 9 files changed, 788 insertions(+), 474 deletions(-)