This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from c3c367c * gcc-interface/Make-lang.in: Make sure that GNAT1_OBJS and [...]
new a167494 Daily bump.
The 1 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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0c2c01a 2015-10-09 Steve Ellcey <sellcey(a)imgtec.com>
new 388e518 Re: [PATCH] Update SSA_NAME manager to use two lists
The 1 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 | 5 +++++
gcc/tree-ssanames.c | 7 ++-----
2 files changed, 7 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 60cc243 * config/i386/i386.c (expand_set_or_movmem_prologue_epilogu [...]
new 0c9081e 2015-10-05 Steve Ellcey <sellcey(a)imgtec.com>
new 0c2c01a 2015-10-09 Steve Ellcey <sellcey(a)imgtec.com>
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 | 19 +++
gcc/config.gcc | 1 +
gcc/config/mips/frame-header-opt.c | 216 +++++++++++++++++++++++++
gcc/config/mips/mips-protos.h | 2 +
gcc/config/mips/mips.c | 162 ++-----------------
gcc/config/mips/mips.h | 155 ++++++++++++++++++
gcc/config/mips/mips.opt | 4 +
gcc/config/mips/t-mips | 4 +
gcc/doc/invoke.texi | 14 +-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.target/mips/frame-header-1.c | 21 +++
gcc/testsuite/gcc.target/mips/frame-header-2.c | 21 +++
gcc/testsuite/gcc.target/mips/frame-header-3.c | 22 +++
gcc/testsuite/gcc.target/mips/mips.exp | 1 +
14 files changed, 498 insertions(+), 152 deletions(-)
create mode 100644 gcc/config/mips/frame-header-opt.c
create mode 100644 gcc/testsuite/gcc.target/mips/frame-header-1.c
create mode 100644 gcc/testsuite/gcc.target/mips/frame-header-2.c
create mode 100644 gcc/testsuite/gcc.target/mips/frame-header-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5a5494b [PATCH] [6/n] Fix minor SSA_NAME leaks
new 60cc243 * config/i386/i386.c (expand_set_or_movmem_prologue_epilogu [...]
The 1 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 | 8 +++++++-
gcc/config/i386/i386.c | 8 +++++---
2 files changed, 12 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f66a1e7 [PATCH][ARM]Add earlyclobber modifier for neon_(vtrn, vuzp, v [...]
new 5a5494b [PATCH] [6/n] Fix minor SSA_NAME leaks
The 1 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 | 5 +++++
gcc/tree-vect-stmts.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4de7424 [PATCH V3][GCC] Algorithmic optimization in match and simplify
new f66a1e7 [PATCH][ARM]Add earlyclobber modifier for neon_(vtrn, vuzp, v [...]
The 1 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 | 7 +++++++
gcc/config/arm/neon.md | 12 ++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8804809 AVX512: Fix embedded rounding/SAE specifier position.
new 4de7424 [PATCH V3][GCC] Algorithmic optimization in match and simplify
The 1 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 | 8 ++++
gcc/match.pd | 60 +++++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/tree-ssa/forwprop-33.c | 71 +++++++++++++++++++++++++++++
4 files changed, 137 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/forwprop-33.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 71c8cbf Testsuite: add dg-{begin|end}-multiline-output commands
new 8804809 AVX512: Fix embedded rounding/SAE specifier position.
The 1 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/i386/sse.md | 14 +++++++-------
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gcc.target/i386/avx512dq-vrangepd-1.c | 6 +++---
gcc/testsuite/gcc.target/i386/avx512dq-vrangeps-1.c | 6 +++---
gcc/testsuite/gcc.target/i386/avx512dq-vrangesd-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512dq-vrangess-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2sd64-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2ss-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2ss64-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2sd64-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss64-1.c | 2 +-
13 files changed, 48 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa
in repository gcc.
from fe39917 Fix segfault in fixup_child_record_type
new e809442 HSA: fix usage of uninitialized variable in
The 1 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.hsa | 10 ++++++++++
gcc/hsa-gen.c | 11 +++++------
gcc/hsa.h | 2 +-
3 files changed, 16 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e2c313e [PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRA
new 71c8cbf Testsuite: add dg-{begin|end}-multiline-output commands
The 1 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:
boehm-gc/ChangeLog | 5 +
boehm-gc/testsuite/lib/boehm-gc.exp | 1 +
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/lib/multiline.exp | 241 ++++++++++++++++++++++++++++++++++
gcc/testsuite/lib/prune.exp | 5 +
libatomic/ChangeLog | 5 +
libatomic/testsuite/lib/libatomic.exp | 1 +
libgo/testsuite/lib/libgo.exp | 1 +
libgomp/ChangeLog | 5 +
libgomp/testsuite/lib/libgomp.exp | 1 +
libitm/ChangeLog | 5 +
libitm/testsuite/lib/libitm.exp | 1 +
libvtv/ChangeLog | 5 +
libvtv/testsuite/lib/libvtv.exp | 1 +
14 files changed, 286 insertions(+)
create mode 100644 gcc/testsuite/lib/multiline.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.