This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2df02adc932 Fix parenthesis in auto-profile.c (PR other/80909). new 44775fc017b PR target/78838 gcc * config/msp430/msp430.c (gen_prefix): [...] new df8e9f7ae5d Vector peeling cost model 1/6 new cd8306bfc41 Vector peeling cost model 2/6 new 83786d5e918 Vector peeling cost model 3/6 new b565a9bad52 Vector peeling cost model 4/6 new f10fb475257 Vector peeling cost model 5/6 new 5081fac897c Vector peeling cost model 6/6
The 7 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 | 53 +++ gcc/config/msp430/msp430.c | 15 + gcc/testsuite/ChangeLog | 9 + .../gcc.target/msp430/interrupt_fn_placement.c | 13 + .../gcc.target/s390/vector/vec-nopeel-2.c | 12 + gcc/tree-vect-data-refs.c | 504 ++++++++++++--------- gcc/tree-vectorizer.h | 3 +- 7 files changed, 405 insertions(+), 204 deletions(-) create mode 100644 gcc/testsuite/gcc.target/msp430/interrupt_fn_placement.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-nopeel-2.c