This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 71cc9b8c391 [PR100518] store by mult pieces: keep addr in Pmode new c6756b3bc1d Add new constant data structure. new 8ccd8b12ded Add LXVKQ support.
The 2 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/rs6000/constraints.md | 6 + gcc/config/rs6000/predicates.md | 34 +++ gcc/config/rs6000/rs6000-protos.h | 29 ++ gcc/config/rs6000/rs6000.c | 315 +++++++++++++++++++++ gcc/config/rs6000/rs6000.opt | 4 + gcc/config/rs6000/vsx.md | 14 + gcc/doc/md.texi | 4 + .../gcc.target/powerpc/float128-constant.c | 160 +++++++++++ 8 files changed, 566 insertions(+) create mode 100644 gcc/testsuite/gcc.target/powerpc/float128-constant.c