This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch
in repository binutils-gdb.
from 74a6ac283b Automatic date update in version.in
new f70cbee2dc 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 glibc.
from c2fb08c78a hurd: Fix link cthread/pthread symbol exposition.
new 6dbe9dcae5 hurd: Fix coding style
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:
hurd/hurd/signal.h | 2 +-
hurd/hurd/threadvar.h | 2 +-
mach/setup-thread.c | 4 ++--
sysdeps/mach/hurd/i386/tls.h | 14 +++++++-------
sysdeps/mach/hurd/libc-lock.h | 2 +-
5 files changed, 12 insertions(+), 12 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 glibc.
from dc33bef307 hurd: Replace threadvars with TLS
new c2fb08c78a hurd: Fix link cthread/pthread symbol exposition.
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 | 22 ++++++++++++++++++++++
hurd/Versions | 6 +++---
hurd/hurdsig.c | 24 ++++++++++++------------
sysdeps/mach/hurd/cthreads.c | 8 ++++----
sysdeps/mach/hurd/libc-lock.h | 4 ++--
sysdeps/mach/libc-lock.h | 4 ++--
6 files changed, 45 insertions(+), 23 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 glibc.
from 34e6a8694d hurd: Fix getting signal thread stack layout for fork
new dc33bef307 hurd: Replace threadvars with TLS
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 | 75 +++++++++++++++++++++++++++++++
hurd/Makefile | 4 +-
hurd/Versions | 7 +--
hurd/hurd/signal.h | 23 +++++-----
hurd/hurd/threadvar.h | 89 ++++---------------------------------
hurd/hurdsig.c | 30 +++++--------
hurd/hurdstartup.c | 1 -
hurd/sigunwind.c | 4 +-
sysdeps/mach/hurd/Versions | 4 +-
sysdeps/mach/hurd/cthreads.c | 4 ++
sysdeps/mach/hurd/dl-sysdep.c | 19 --------
sysdeps/mach/hurd/errno-loc.c | 22 ++++++---
sysdeps/mach/hurd/errno.c | 1 -
sysdeps/mach/hurd/fork.c | 7 ++-
sysdeps/mach/hurd/i386/init-first.c | 37 ---------------
sysdeps/mach/hurd/i386/libc.abilist | 1 -
sysdeps/mach/hurd/i386/sigreturn.c | 5 +--
sysdeps/mach/hurd/i386/tls.h | 33 ++++++++++++++
sysdeps/mach/hurd/i386/trampoline.c | 2 -
sysdeps/mach/hurd/libc-lock.h | 4 +-
sysdeps/mach/hurd/libc-tsd.h | 34 --------------
sysdeps/mach/hurd/mig-reply.c | 39 +++++-----------
sysdeps/mach/hurd/profil.c | 6 +--
23 files changed, 188 insertions(+), 263 deletions(-)
delete mode 100644 sysdeps/mach/hurd/errno.c
delete mode 100644 sysdeps/mach/hurd/libc-tsd.h
--
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 f8baf2a224 hurd: add TLS support
new 34e6a8694d hurd: Fix getting signal thread stack layout for fork
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 | 6 ++++++
hurd/hurdsig.c | 20 +++++++++++++++++++-
2 files changed, 25 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 clang.
from 8ab822fdff Implement DR2229, which prohibits unnamed bit-fields from ha [...]
new edde3116ad [C++17] Allow an empty expression in an if init statement
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/Parse/ParseExprCXX.cpp | 22 ++++++++++---
test/CXX/stmt.stmt/stmt.select/p3.cpp | 60 ++++++++++++++++++++++++++++++++++-
2 files changed, 77 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 clang.
from ee9d4d79e4 Fix codegen for structured binding binding in conditions
new 8ab822fdff Implement DR2229, which prohibits unnamed bit-fields from ha [...]
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/clang/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaDecl.cpp | 7 +++++++
test/CXX/class/class.bit/p2.cpp | 2 +-
test/CXX/drs/dr22xx.cpp | 17 +++++++++++++++++
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 test/CXX/drs/dr22xx.cpp
--
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 43f9a4c543 [Driver] Fix the descriptions for -Tdata and -Ttext options
new ee9d4d79e4 Fix codegen for structured binding binding in conditions
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/CGStmt.cpp | 10 +++++-----
test/Parser/decomposed-condition.cpp | 34 ++++++++++++++++++++++++++++++----
2 files changed, 35 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 llvm.
from f35e82f91d4 Revert "[DAG, X86] Revert r327197 "Revert r327170, r327171, [...]
new f1cadb5079b [AArch64] Skip an unnecessary getCopyToReg in DYNAMIC_STACKALLOC
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/AArch64/AArch64ISelLowering.cpp | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.