This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 08f06db4e7d * class.c (resolves_to_fixed_type_p): Check CLASSTYPE_FINAL. new 4df25b14ca6 [PATCH, rs6000] Split up rs6000.c. new 38b69262a97 [Darwin, PPC] Move the out of line register save/restore to [...] new 8c229c20ee2 Darwin, add a missed file change
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 | 86 + gcc/config.gcc | 5 +- gcc/config/rs6000/darwin.h | 5 + gcc/config/rs6000/rs6000-internal.h | 113 + gcc/config/rs6000/rs6000-logue.c | 5542 +++++++++++++++++++++++++++++++++++ gcc/config/rs6000/rs6000.c | 4294 +-------------------------- gcc/config/rs6000/rs6000.h | 34 + gcc/config/rs6000/t-rs6000 | 4 + libgcc/ChangeLog | 9 + libgcc/config.host | 4 +- libgcc/config/rs6000/t-darwin | 42 +- libgcc/config/t-darwin | 2 +- 12 files changed, 5841 insertions(+), 4299 deletions(-) create mode 100644 gcc/config/rs6000/rs6000-internal.h create mode 100644 gcc/config/rs6000/rs6000-logue.c