This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d040a5b 2015-07-10 Andrew MacLeod amacleod@redhat.com new f1e4a13 [AArch64] Mark GOT related MEM rtx as const to help [...] new a76fc0f 2015-07-10 Richard Biener rguenther@suse.de
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/ChangeLog | 13 +++ gcc/config/aarch64/aarch64.c | 36 +++++-- gcc/fold-const.c | 106 --------------------- gcc/match.pd | 51 ++++++++-- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c | 21 ++++ 6 files changed, 111 insertions(+), 120 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c