This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e4b5ff1 PR target/68609 * config/rs6000/rs6000.c (rs6000_emi [...] new 62752e7 gcc/ * config/rs6000/ppc-auxv.h: New file. * config/rs6000/ [...]
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/ChangeLog | 22 +++ gcc/config.in | 6 + gcc/config/rs6000/ppc-auxv.h | 105 ++++++++++++ gcc/config/rs6000/rs6000-builtin.def | 9 + gcc/config/rs6000/rs6000.c | 202 +++++++++++++++++++++++ gcc/config/rs6000/rs6000.h | 3 + gcc/configure | 18 ++ gcc/configure.ac | 13 ++ gcc/doc/extend.texi | 156 +++++++++++++++++ gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/powerpc/cpu-builtin-1.c | 65 ++++++++ 11 files changed, 603 insertions(+) create mode 100644 gcc/config/rs6000/ppc-auxv.h create mode 100644 gcc/testsuite/gcc.target/powerpc/cpu-builtin-1.c