This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea87c5e Add vector_memory_operand and "Bm" constraint new 233a53e Use vector_operand on SSE with 16b memory operand new e2e4b9a libiberty: {count,dup,write}argv: constify argv input slightly new 2cb724f PR c/69104 * builtins.c (get_memmodel): Use expansion point [...]
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 | 26 ++ gcc/builtins.c | 42 +-- gcc/config/i386/i386.c | 8 +- gcc/config/i386/predicates.md | 9 +- gcc/config/i386/sse.md | 475 ++++++++++++++++---------------- gcc/config/i386/subst.md | 5 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/gcc.dg/atomic-invalid-2.c | 118 ++++++++ gcc/testsuite/gcc.target/i386/pr68991.c | 32 +++ include/ChangeLog | 5 + include/libiberty.h | 6 +- libiberty/ChangeLog | 6 + libiberty/argv.c | 12 +- libiberty/functions.texi | 6 +- 14 files changed, 487 insertions(+), 273 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/atomic-invalid-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr68991.c