This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e5b1d514d48 2019-10-29 Richard Biener rguenther@suse.de new 28e2e02b132 Add a simulate_builin_function_decl langhook new cc0fb3d1495 Add a simulate_enum_decl langhook new ae2eee0c919 [AArch64] Handle scalars in cmp and shift immediate queries new 4471f482d5e Remove misleading sorting function in ggc memory report. new bb139611b3d Move Leak in GCC memory report to the first column. new 5566cd66a3e Print header in dump_memory_report. new 42be11ca9c3 Fix unsigned type overflow in memory report. new cf80ce28b33 [AArch64] Add FFR and FFRT registers
The 8 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 | 79 ++++++++++++++++++++++++++++++++++++++++ gcc/c/ChangeLog | 13 +++++++ gcc/c/c-decl.c | 40 ++++++++++++++++++++ gcc/c/c-objc-common.h | 5 +++ gcc/c/c-tree.h | 3 ++ gcc/cgraphunit.c | 10 +---- gcc/config/aarch64/aarch64.c | 50 +++++++++++++++++++------ gcc/config/aarch64/aarch64.h | 14 ++++++- gcc/config/aarch64/aarch64.md | 4 ++ gcc/config/aarch64/predicates.md | 4 +- gcc/coretypes.h | 1 + gcc/cp/ChangeLog | 13 +++++++ gcc/cp/cp-objcp-common.h | 7 ++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 47 ++++++++++++++++++++++++ gcc/ggc-common.c | 35 ++++++------------ gcc/ggc.h | 2 +- gcc/langhooks-def.h | 4 ++ gcc/langhooks.c | 63 +++++++++++++++++++++++--------- gcc/langhooks.h | 15 ++++++++ gcc/lto/ChangeLog | 9 +++++ gcc/lto/lto.c | 12 ++---- gcc/mem-stats.h | 19 +++------- gcc/toplev.c | 15 ++++++-- gcc/toplev.h | 3 +- 25 files changed, 378 insertions(+), 90 deletions(-)