This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3670dbe4905 libstdc++: Regenerate libstdc++ HTML docs new 7a279bed24e Combine patterns for p10 load-cmpi fusion
The 1 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/fusion.md | 357 ++++++++++++++++++++++++++++++++++++++ gcc/config/rs6000/genfusion.pl | 148 ++++++++++++++++ gcc/config/rs6000/predicates.md | 14 ++ gcc/config/rs6000/rs6000-cpus.def | 6 +- gcc/config/rs6000/rs6000-protos.h | 2 + gcc/config/rs6000/rs6000.c | 52 ++++++ gcc/config/rs6000/rs6000.h | 1 + gcc/config/rs6000/rs6000.md | 1 + gcc/config/rs6000/rs6000.opt | 8 + gcc/config/rs6000/t-rs6000 | 6 +- 10 files changed, 593 insertions(+), 2 deletions(-) create mode 100644 gcc/config/rs6000/fusion.md create mode 100755 gcc/config/rs6000/genfusion.pl