This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a64c89e01c1 2019-08-05 Jozef Lawrynowicz jozef.l@mittosystems.com new 1263a9e198e Add a gimple_move_vops helper function new 6c87291ff5a Fold MASK_LOAD/STORE with an all-true mask new 8dc2da3eaaf Make function_code a 32-bit field
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 | 32 +++++++ gcc/gimple-fold.c | 105 ++++++++++++++------- gcc/gimple.c | 12 +++ gcc/gimple.h | 1 + gcc/ipa-param-manipulation.c | 9 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/aarch64/sve/mask_load_1.c | 12 +++ gcc/tree-call-cdce.c | 4 +- gcc/tree-core.h | 20 ++-- gcc/tree-if-conv.c | 4 +- gcc/tree-ssa-ccp.c | 4 +- gcc/tree-ssa-math-opts.c | 7 +- gcc/tree-ssa-propagate.c | 9 +- gcc/tree-vect-stmts.c | 3 +- gcc/tree-vectorizer.c | 5 +- 15 files changed, 149 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/mask_load_1.c