This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 1fe34f83fe7 Daily bump.
new 129bdef578a 2018-01-16 Richard Biener <rguenther(a)suse.de>
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 | 9 +++++++++
gcc/ira-costs.c | 5 ++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr81481.c | 18 ++++++++++++++++++
4 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81481.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 0d6b1f6fad1 PR rtl-optimization/86620 * params.def (max-sched-ready-i [...]
new ab053afeec0 Don't group gather loads (PR83847)
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 | 4 ++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/torture/pr83847.c | 32 ++++++++++++++++++++++++++++++++
gcc/tree-vect-data-refs.c | 6 ++++--
4 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr83847.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 llvm.
from 7b9d2090837 [X86][XSAVE]: Adding full coverage of MC encoding for the X [...]
new 262e25ddf8d Add a value_type to ArrayRef.
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:
include/llvm/ADT/ArrayRef.h | 1 +
unittests/ADT/ArrayRefTest.cpp | 8 ++++++++
2 files changed, 9 insertions(+)
--
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 binutils-gdb.
from 46a7082471 Automatic date update in version.in
new 9a70f35c8d Mark register unavailable when PTRACE_PEEKUSER fails
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:
gdb/gdbserver/ChangeLog | 6 ++++++
gdb/gdbserver/linux-low.c | 6 +++++-
2 files changed, 11 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 7328bb7309f PR c++/83817 * pt.c (tsubst_copy_and_build) <case CALL_EX [...]
new 665dafdad4e PR tree-optimization/83843 * gimple-ssa-store-merging.c [...]
new a0ac4693dee PR rtl-optimization/83213 * recog.c (peep2_attempt): Copy [...]
new 0d6b1f6fad1 PR rtl-optimization/86620 * params.def (max-sched-ready-i [...]
The 3 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 | 14 +++++++++
gcc/gimple-ssa-store-merging.c | 9 ++++++
gcc/params.def | 2 +-
gcc/recog.c | 2 ++
gcc/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/gcc.dg/pr64935-2.c | 2 +-
gcc/testsuite/gcc.dg/pr83620.c | 9 ++++++
gcc/testsuite/gcc.dg/store_merging_18.c | 51 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr83620.c | 15 ++++++++++
9 files changed, 111 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83620.c
create mode 100644 gcc/testsuite/gcc.dg/store_merging_18.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr83620.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 llvm.
from 3206f3b6c73 [FileCheck] - Fix possible buffer out of bounds access when [...]
new 7b9d2090837 [X86][XSAVE]: Adding full coverage of MC encoding for the X [...]
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:
test/MC/X86/FXSAVE-32.s | 50 ++++++++++++++++++++++
test/MC/X86/FXSAVE-64.s | 50 ++++++++++++++++++++++
test/MC/X86/FXSAVE64-64.s | 50 ++++++++++++++++++++++
test/MC/X86/XSAVE-32.s | 58 +++++++++++++++++++++++++
test/MC/X86/XSAVE-64.s | 106 ++++++++++++++++++++++++++++++++++++++++++++++
test/MC/X86/XSAVEC-32.s | 26 ++++++++++++
test/MC/X86/XSAVEC-64.s | 50 ++++++++++++++++++++++
test/MC/X86/XSAVEOPT-32.s | 26 ++++++++++++
test/MC/X86/XSAVEOPT-64.s | 50 ++++++++++++++++++++++
test/MC/X86/XSAVES-32.s | 50 ++++++++++++++++++++++
test/MC/X86/XSAVES-64.s | 98 ++++++++++++++++++++++++++++++++++++++++++
11 files changed, 614 insertions(+)
create mode 100644 test/MC/X86/FXSAVE-32.s
create mode 100644 test/MC/X86/FXSAVE-64.s
create mode 100644 test/MC/X86/FXSAVE64-64.s
create mode 100644 test/MC/X86/XSAVE-32.s
create mode 100644 test/MC/X86/XSAVE-64.s
create mode 100644 test/MC/X86/XSAVEC-32.s
create mode 100644 test/MC/X86/XSAVEC-64.s
create mode 100644 test/MC/X86/XSAVEOPT-32.s
create mode 100644 test/MC/X86/XSAVEOPT-64.s
create mode 100644 test/MC/X86/XSAVES-32.s
create mode 100644 test/MC/X86/XSAVES-64.s
--
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 release/2.25/master
in repository glibc.
from 771c846a71 linux: make getcwd(3) fail if it cannot obtain an absolute p [...]
new aedc861c42 nptl: Add test for callee-saved register restore in pthread_exit
new 5d4c589ca4 [BZ #22637] Fix stack guard size accounting
new 3e75e676da nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ [...]
new 41acd32eb7 nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]
new ea2da72230 nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]
new 8343b9da62 nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions
new abf2e34ee6 csu: Update __libgcc_s_init comment
The 7 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:
ChangeLog | 48 +++++
NEWS | 2 +
nptl/Makefile | 14 +-
nptl/allocatestack.c | 4 +
nptl/descr.h | 4 +-
nptl/nptl-init.c | 5 +-
nptl/pthread_getattr_np.c | 7 +-
nptl/{tst-detach1.c => tst-minstack-cancel.c} | 45 ++---
nptl/{tst-detach1.c => tst-minstack-exit.c} | 43 ++---
nptl/tst-minstack-throw.cc | 87 +++++++++
nptl/tst-thread-exit-clobber.cc | 243 ++++++++++++++++++++++++++
sysdeps/gnu/unwind-resume.c | 8 +-
sysdeps/nptl/unwind-forcedunwind.c | 2 +-
13 files changed, 446 insertions(+), 66 deletions(-)
copy nptl/{tst-detach1.c => tst-minstack-cancel.c} (55%)
copy nptl/{tst-detach1.c => tst-minstack-exit.c} (55%)
create mode 100644 nptl/tst-minstack-throw.cc
create mode 100644 nptl/tst-thread-exit-clobber.cc
--
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 f216203d101 2018-01-16 Richard Biener <rguenther(a)suse.de>
new 9543f48546e PR c++/83825 * name-lookup.c (member_vec_dedup): Return e [...]
new 7328bb7309f PR c++/83817 * pt.c (tsubst_copy_and_build) <case CALL_EX [...]
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/cp/ChangeLog | 13 +++++++++++++
gcc/cp/name-lookup.c | 12 ++++++------
gcc/cp/pt.c | 5 ++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp1y/pr83817.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/template/pr83825.C | 13 +++++++++++++
6 files changed, 61 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr83817.C
create mode 100644 gcc/testsuite/g++.dg/template/pr83825.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 201084a05db RISC-V: Increase mult/div cost if not implemented in hardware.
new d3a60a6ca45 2018-01-16 Richard Biener <rguenther(a)suse.de>
new f216203d101 2018-01-16 Richard Biener <rguenther(a)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/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/graphite/pr83435.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-tail-nomask-1.c | 4 ++++
3 files changed, 15 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.