This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from eecb479 Cosmetic change. Replace tab to spaces.
new 9028d38 Enable modules selfhosting builds with libstdc++, too.
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:
zorg/buildbot/builders/ClangBuilder.py | 2 --
1 file changed, 2 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 release/2.23/master
in repository glibc.
from 2143af6 Increase fork signal safety for single-threaded processes [BZ [...]
new 25a34b0 tst-mallocfork2: Fix race condition, use fewer resources
new bdce959 CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]
new f222547 Make padding in struct sockaddr_storage explicit [BZ #20111]
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:
ChangeLog | 37 ++++++
NEWS | 4 +
bits/sockaddr.h | 5 +-
bits/socket.h | 8 +-
inet/Makefile | 4 +-
inet/tst-sockaddr.c | 125 +++++++++++++++++++++
malloc/tst-mallocfork2.c | 10 +-
sunrpc/clnt_udp.c | 10 +-
sysdeps/mach/hurd/bits/socket.h | 8 +-
sysdeps/unix/bsd/bits/sockaddr.h | 5 +-
sysdeps/unix/sysv/linux/bits/socket.h | 8 +-
.../unix/sysv/linux/m68k/bits}/sockaddr.h | 5 +-
12 files changed, 211 insertions(+), 18 deletions(-)
create mode 100644 inet/tst-sockaddr.c
copy {bits => sysdeps/unix/sysv/linux/m68k/bits}/sockaddr.h (90%)
--
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 c17cd11 Automatic date update in version.in
new 00a3cb9 Add myself as a write-after-approval GDB maintainer
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/ChangeLog | 4 ++++
gdb/MAINTAINERS | 1 +
2 files changed, 5 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 glibc.
from dea39b1 malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]
new 04bb21a S390: Use mvcle for copies > 1MB on 32bit with default memcpy [...]
new 074b0f2 S390: Use 64bit instruction to check for copies of > 1MB with mvcle.
new 7165583 S390: Do not call memcpy, memcmp, memset within libc.so via i [...]
new 4c01126 S390: Implement mempcpy with help of memcpy. [BZ #19765]
The 4 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 | 39 ++++++++++++++++
posix/tst-execvpe2.c => sysdeps/s390/mempcpy.S | 5 +--
sysdeps/s390/multiarch/Makefile | 3 +-
sysdeps/s390/multiarch/ifunc-impl-list.c | 7 +++
sysdeps/s390/multiarch/ifunc-resolve.h | 4 +-
.../multiarch/memcpy.c => multiarch/mempcpy.c} | 10 +++--
sysdeps/s390/s390-32/memcpy.S | 52 +++++++++++++---------
sysdeps/s390/s390-32/multiarch/memcmp-s390.S | 3 ++
sysdeps/s390/s390-32/multiarch/memcpy-s390.S | 36 +++++++++++++--
sysdeps/s390/s390-32/multiarch/memset-s390.S | 3 ++
sysdeps/s390/s390-64/memcpy.S | 49 +++++++++++---------
sysdeps/s390/s390-64/multiarch/memcmp-s390x.S | 3 ++
sysdeps/s390/s390-64/multiarch/memcpy-s390x.S | 34 ++++++++++++--
sysdeps/s390/s390-64/multiarch/memset-s390x.S | 3 ++
14 files changed, 192 insertions(+), 59 deletions(-)
copy posix/tst-execvpe2.c => sysdeps/s390/mempcpy.S (87%)
copy sysdeps/s390/{s390-32/multiarch/memcpy.c => multiarch/mempcpy.c} (81%)
--
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 clang.
from ee1f394 [OPENMP] Fixed codegen for firstprivate vars in standalone wo [...]
new f7791ad [Sparc] Add software float option -msoft-float
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:
lib/Basic/Targets.cpp | 4 +-
lib/Driver/Tools.cpp | 74 ++++++++++++++++++++++++++-------
lib/Driver/Tools.h | 10 +++++
test/CodeGen/function-target-features.c | 2 +-
test/Driver/sparc-float.c | 40 +++++++++++++++++-
5 files changed, 109 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 master
in repository llvm.
from ad25a60 Remove unused variable breaking -Werror builds.
new 611c8e7 [CostModel][X86][XOP] Added XOP costmodel for BITREVERSE
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:
lib/Target/X86/X86TargetTransformInfo.cpp | 45 ++++++++++++++++++++++++++++++-
lib/Target/X86/X86TargetTransformInfo.h | 5 ++++
test/Analysis/CostModel/X86/bitreverse.ll | 24 ++++++++---------
3 files changed, 61 insertions(+), 13 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 newlib.
from 9564415 Feature test macros: ctermid, cuserid
new 8d7b9a1 Fix typo and wrong URL in winsup/README
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:
winsup/README | 6 +++---
1 file changed, 3 insertions(+), 3 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 a9ef4ad 2016-05-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 7345b97 2016-05-24 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/c-family/ChangeLog | 10 +++++
gcc/c-family/c-common.c | 60 ++++++-------------------
gcc/c-family/c-common.h | 2 +-
gcc/c/ChangeLog | 7 +++
gcc/c/c-typeck.c | 7 +--
gcc/cp/ChangeLog | 9 ++++
gcc/cp/constexpr.c | 17 ++++++-
gcc/cp/expr.c | 1 +
gcc/cp/typeck.c | 3 +-
gcc/gimple-fold.c | 38 ++++++++++++++++
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/c-c++-common/vector-subscript-4.c | 29 ++++++++++++
gcc/testsuite/c-c++-common/vector-subscript-5.c | 13 ++++++
gcc/tree-ssa.c | 11 +++--
15 files changed, 167 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/vector-subscript-4.c
create mode 100644 gcc/testsuite/c-c++-common/vector-subscript-5.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 clang.
from 9251b82 [MSVC2015] dllexport for defaulted special class members
new ee1f394 [OPENMP] Fixed codegen for firstprivate vars in standalone wo [...]
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:
lib/CodeGen/CGStmtOpenMP.cpp | 4 +++-
test/OpenMP/sections_firstprivate_codegen.cpp | 8 ++++++--
test/OpenMP/single_firstprivate_codegen.cpp | 4 +++-
3 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 clang.
from 01f47f5 CodeGen: indicate to the backend the exception model
new 9251b82 [MSVC2015] dllexport for defaulted special class members
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:
lib/Sema/SemaDeclCXX.cpp | 81 ++++++++++++++++++++++-------------
test/CodeGenCXX/dllexport-members.cpp | 32 +++++++++++++-
test/CodeGenCXX/dllexport.cpp | 41 ++++++++++++++----
3 files changed, 115 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.