This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/iamcu/improve in repository gcc.
discards 489ea5c IA MCU run-time doesn't support TLS discards d5b462a Skip incompatible tests on IA MCU target discards 454609b Skip error_mark_node type decls discards 8f38d66 Turn off loop and funcion alignments for IA MCU discards 3ddc2df Turn on X86_TUNE_USE_BT for IA MCU discards fceb895 Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU discards a542f8f Allow indirect sibcall with register arguments discards c81ff55 Allow software FP SFmode in FP splitter adds f1e4a13 [AArch64] Mark GOT related MEM rtx as const to help RTL loop IV adds a76fc0f 2015-07-10 Richard Biener rguenther@suse.de adds 4e2f326 2015-07-10 Richard Biener rguenther@suse.de adds a1c2d7e 2015-07-10 Andrew MacLeod amacleod@redhat.com adds 86aa17b 2015-07-10 Paolo Carlini paolo.carlini@oracle.com adds 7c879d1 PR target/66703 * gcc.target/i386/readeflags-1.c (readeflag [...] adds 8c65cd8 * gcc.target/i386/pr66703.c: New test. adds b82498f * config/i386/sse.md (movdi_to_sse): Use gen_lowpart and ge [...] new 15a4eaf Allow software FP SFmode in FP splitter new 065e59f Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU new f82f2fa Turn on X86_TUNE_USE_BT for IA MCU new 4949db7 Turn off loop and funcion alignments for IA MCU new db015c6 Skip error_mark_node type decls new ecbf206 Skip incompatible tests on IA MCU target new 8b2c974 IA MCU run-time doesn't support TLS new 528ddcb Allow indirect sibcall with register arguments
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (489ea5c) \ N -- N -- N refs/heads/hjl/iamcu/improve (528ddcb)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 38 +- gcc/config/aarch64/aarch64.c | 36 +- gcc/config/i386/i386.c | 22 +- gcc/config/i386/i386.h | 8 +- gcc/config/i386/i386.md | 12 +- gcc/config/i386/sse.md | 4 +- gcc/config/tilegx/mul-tables.c | 14 +- gcc/config/tilepro/gen-mul-tables.cc | 18 +- gcc/config/tilepro/mul-tables.c | 3 +- gcc/fold-const.c | 106 ----- gcc/match.pd | 51 ++- gcc/po/ChangeLog | 5 + gcc/po/de.po | 80 ++-- gcc/po/sv.po | 432 ++++++++++----------- gcc/testsuite/ChangeLog | 17 + gcc/testsuite/g++.dg/cpp0x/nsdmi-template15.C | 13 + gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c | 21 + gcc/testsuite/gcc.target/i386/pr66703.c | 4 + gcc/testsuite/gcc.target/i386/readeflags-1.c | 5 +- 19 files changed, 457 insertions(+), 432 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template15.C create mode 100644 gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr66703.c