This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 551b38615cc runtime: persistentalloc and cache itabs new 5b66522271b compiler,runtime: do more direct interfaces new b52ffd74a93 compiler: recognize and optimize map range clear
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/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 106 ++++++++++++++++--- gcc/go/gofrontend/expressions.h | 8 ++ gcc/go/gofrontend/gogo.cc | 4 +- gcc/go/gofrontend/runtime.def | 3 + gcc/go/gofrontend/statements.cc | 96 +++++++++++++++++ gcc/go/gofrontend/statements.h | 4 + gcc/go/gofrontend/types.cc | 223 +++++++++++++++++++++++++++++++++++++-- gcc/go/gofrontend/types.h | 40 ++++++- libgo/go/reflect/all_test.go | 5 - libgo/go/reflect/type.go | 17 ++- libgo/go/runtime/iface.go | 19 ++-- libgo/go/runtime/map.go | 1 + libgo/go/runtime/pprof/proto.go | 2 +- libgo/go/runtime/proc.go | 2 +- libgo/runtime/go-callers.c | 2 +- 16 files changed, 492 insertions(+), 42 deletions(-)