This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3bf6e1f89db testsuite: fix IL32 issues with usdot tests. new 27d16cb5697 Support scanning of build-time GC roots in gengtype new bd5b625228d rs6000: Initial create of rs6000-gen-builtins.c new 4a720a95473 rs6000: Add initial input files new 43fa306f1d7 rs6000: Add file support and functions for diagnostic support new 9abd2ac5a9b rs6000: Add helper functions for parsing new 0d685dfbb60 rs6000: Add functions for matching types, part 1 of 3 new 81736934dd7 rs6000: Add functions for matching types, part 2 of 3 new e11b02f1720 rs6000: Add functions for matching types, part 3 of 3 new fa5f8b49e55 rs6000: Red-black tree implementation for balanced tree search
The 9 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/Makefile.in | 5 +- gcc/config/rs6000/rbtree.c | 242 +++++++++ gcc/config/rs6000/rbtree.h | 52 ++ gcc/config/rs6000/rs6000-builtin-new.def | 199 +++++++ gcc/config/rs6000/rs6000-gen-builtins.c | 866 +++++++++++++++++++++++++++++++ gcc/config/rs6000/rs6000-overload.def | 82 +++ gcc/gengtype-state.c | 32 +- gcc/gengtype.c | 22 +- gcc/gengtype.h | 5 + 9 files changed, 1494 insertions(+), 11 deletions(-) create mode 100644 gcc/config/rs6000/rbtree.c create mode 100644 gcc/config/rs6000/rbtree.h create mode 100644 gcc/config/rs6000/rs6000-builtin-new.def create mode 100644 gcc/config/rs6000/rs6000-gen-builtins.c create mode 100644 gcc/config/rs6000/rs6000-overload.def