This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from f9a133ef40 Automatic date update in version.in
new c73408da32 Automatic date update in version.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:
bfd/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from a71252852e Automatic date update in version.in
new 3668d913d8 Automatic date update in version.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:
bfd/version.h | 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 lldb.
from 61cfc88cb Update message that Main Thread Checker produces.
new 01ee58241 Don't access Python objects while not holding the GIL.
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:
.../ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 14 ++++++--------
1 file changed, 6 insertions(+), 8 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 e7b6244965e [X86] Relax an assertion when legalizing vector types.
new 05c7df73c50 CGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable]
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:
unittests/Analysis/CGSCCPassManagerTest.cpp | 2 ++
1 file changed, 2 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 hjl/ifunc/master
in repository glibc.
discards 6f14201996 x86-64: Use IFUNC memcpy and mempcpy in libc.a
discards c55fe4a8e7 x86-64: Update comments in IFUNC selectors
adds 7023e6db99 Fix BZ #21049.
adds 4df54c89bb x86-64: Update comments in ifunc-impl-list.c
adds 58d021c836 x86-64: Update comments in IFUNC selectors
adds c5f70682a5 Use generic pthread support on hppa.
adds 2e783eb905 Update hppa ulps.
adds 4df365be47 Remove debug/stack_chk_fail_local.c [BZ #21740]
adds 7fec70268f x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]
adds 9f9d3a4ca3 Don't include _dl_resolve_conflicts in libc.a [BZ #21742]
new 46e0dc36fe x86-64: Use IFUNC memcpy and mempcpy in libc.a
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 (6f14201996)
\
N -- N -- N refs/heads/hjl/ifunc/master (46e0dc36fe)
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 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:
ChangeLog | 53 +++++++++++
debug/Makefile | 2 +-
debug/stack_chk_fail_local.c | 46 ---------
elf/dl-conflict.c | 2 +
sysdeps/hppa/__longjmp.c | 11 ++-
sysdeps/hppa/fpu/libm-test-ulps | 104 +++++++++++----------
sysdeps/nptl/bits/thread-shared-types.h | 2 +-
sysdeps/unix/sysv/linux/hppa/internaltypes.h | 84 -----------------
sysdeps/unix/sysv/linux/hppa/pthread.h | 103 ++++----------------
.../unix/sysv/linux/hppa/pthread_cond_broadcast.c | 40 --------
.../unix/sysv/linux/hppa/pthread_cond_destroy.c | 40 --------
sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c | 40 --------
sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c | 40 --------
sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c | 53 -----------
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 40 ++++----
.../x86_64/multiarch/memmove-vec-unaligned-erms.S | 12 ++-
16 files changed, 171 insertions(+), 501 deletions(-)
delete mode 100644 debug/stack_chk_fail_local.c
delete mode 100644 sysdeps/unix/sysv/linux/hppa/internaltypes.h
delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c
delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c
delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c
delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c
delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.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 libcxx.
from 8b3028709 optional: Implement LWG 2900 and P0602
new 631d697c6 Fix test failure to to new/delete ellisions
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:
.../memory/default.allocator/allocator.members/allocate.pass.cpp | 5 +++--
1 file changed, 3 insertions(+), 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 hjl/pr21741
in repository glibc.
at 9f9d3a4ca3 Don't include _dl_resolve_conflicts in libc.a [BZ #21742]
This branch includes the following new commits:
new 4df365be47 Remove debug/stack_chk_fail_local.c [BZ #21740]
new 7fec70268f x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]
new 9f9d3a4ca3 Don't include _dl_resolve_conflicts in libc.a [BZ #21742]
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.
--
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 df9cbcd63d [X86] Add more feature flag bit defines to cpuid.h for gcc c [...]
new 972c81b9ec [analyzer] Faster hashing of subsequences in CompoundStmts.
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/Analysis/CloneDetection.cpp | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 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 829231a6af3 2017-06-09 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new ac2f5a408fa PR target/81313 * gcc.dg/stack-layout-dynamic-1.c (bar): [...]
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/testsuite/ChangeLog | 8 +++++++-
gcc/testsuite/gcc.dg/stack-layout-dynamic-1.c | 8 ++++----
2 files changed, 11 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 llvm.
from 6c560b5efb4 [X86] Allow GHC calling convention to use YMM and ZMM registers
new e7b6244965e [X86] Relax an assertion when legalizing vector types.
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/SelectionDAG/LegalizeVectorTypes.cpp | 4 ++++
test/CodeGen/X86/pr33715.ll | 16 ++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 test/CodeGen/X86/pr33715.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.