This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 64584863452 Update gcc sv.po new 2fcc69d8ce4 xtensa: Implement bswaphi2 insn pattern new 9777d446e21 xtensa: Make one_cmplsi2 optimizer-friendly new e44e7face13 xtensa: Optimize '(~x & y)' to '((x & y) ^ y)' new 29dc90a580b xtensa: Add clrsbsi2 insn pattern
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/config/xtensa/xtensa.md | 68 ++++++++++++++++++++--- gcc/testsuite/gcc.target/xtensa/check_zero_byte.c | 9 +++ gcc/testsuite/gcc.target/xtensa/one_cmpl_abs.c | 9 +++ libgcc/config/xtensa/lib1funcs.S | 23 ++++++++ libgcc/config/xtensa/t-xtensa | 2 +- 5 files changed, 101 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/check_zero_byte.c create mode 100644 gcc/testsuite/gcc.target/xtensa/one_cmpl_abs.c