This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 4e177b91d fix typo in align_const_pair_U_V.pass.cpp
new ead2a5495 [libcxx] Disable testing with system lib for 2 tests verifyin [...]
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/libcxx/thread/futures/futures.promise/set_exception.pass.cpp | 3 +++
.../futures/futures.promise/set_exception_at_thread_exit.pass.cpp | 3 +++
2 files changed, 6 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 02008f8301 hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hidden
new 7a8f45e302 hurd: Avoid some libc.so PLTs
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 | 42 +++++++++++++++++++++++++++++++++
hurd/catch-signal.c | 27 +++++++++++----------
hurd/exc2signal.c | 1 +
hurd/hurdexec.c | 1 +
hurd/hurdinit.c | 1 +
hurd/hurdsig.c | 4 +++-
hurd/intern-fd.c | 1 +
hurd/intr-msg.c | 1 +
hurd/path-lookup.c | 27 +++++++++++----------
mach/errstring.c | 1 +
mach/msg-destroy.c | 1 +
mach/mutex-init.c | 1 +
mach/spin-lock.c | 6 +++++
mach/spin-solid.c | 1 +
sysdeps/hurd/include/hurd.h | 5 ++++
sysdeps/hurd/include/hurd/fd.h | 4 ++++
sysdeps/hurd/include/hurd/signal.h | 6 +++++
sysdeps/mach/hurd/getcwd.c | 9 +++----
sysdeps/mach/hurd/mig-reply.c | 4 ++++
sysdeps/mach/include/lock-intern.h | 12 ++++++++++
sysdeps/mach/include/mach.h | 4 ++++
sysdeps/mach/include/mach/mig_support.h | 6 +++++
sysdeps/mach/include/mach_error.h | 4 ++++
23 files changed, 138 insertions(+), 31 deletions(-)
create mode 100644 sysdeps/hurd/include/hurd.h
create mode 100644 sysdeps/hurd/include/hurd/fd.h
create mode 100644 sysdeps/hurd/include/hurd/signal.h
create mode 100644 sysdeps/mach/include/lock-intern.h
create mode 100644 sysdeps/mach/include/mach.h
create mode 100644 sysdeps/mach/include/mach/mig_support.h
create mode 100644 sysdeps/mach/include/mach_error.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 binutils-gdb.
from 121ad66c94 Fix merge issues in gdb/ChangeLog and gdb/testsuite/ChangeLog...
new b39efc483a 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 llvm.
from 9b17e6e1c49 [ORC] Fix a think-o: ExecutionSession should create a Symbo [...]
new eee57fe80c7 [ORC] Add a debugging check to catch dangling references to [...]
new fc78d747e49 [lit] Use io.open to compare two files since it supports di [...]
new 755a2196409 Fix Go IR test for changes in DIBuilder API
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:
bindings/go/llvm/ir_test.go | 6 +++++-
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h | 10 ++++++++++
utils/lit/lit/TestRunner.py | 2 +-
3 files changed, 16 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 master
in repository glibc.
from b332b7aa55 hurd: Add __errno_location to overridable ld.so symbols
new a83ed7ad78 hurd: Update localplt.data
new 02008f8301 hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hidden
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:
sysdeps/mach/hurd/localplt.data | 48 ++++++++++++++++++++++++++++++++++-------
1 file changed, 40 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 543b638e890 Treat inlining a notail call as a regular, non-tail call
new edd8b7e9b44 Revert r329012 "[lit] Fix problem in how Python versions op [...]
new 9b17e6e1c49 [ORC] Fix a think-o: ExecutionSession should create a Symbo [...]
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:
include/llvm/ExecutionEngine/Orc/Core.h | 2 +-
utils/lit/lit/TestRunner.py | 45 +--------------------------------
2 files changed, 2 insertions(+), 45 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 171488a2de hurd: whitelist rtld symbols expected to be overridable
new b332b7aa55 hurd: Add __errno_location to overridable ld.so symbols
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:
sysdeps/mach/hurd/localplt.data | 1 +
1 file changed, 1 insertion(+)
--
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 73bcd8b27c5 [ORC] Create a new SymbolStringPool by default in Execution [...]
new 543b638e890 Treat inlining a notail call as a regular, non-tail call
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/Transforms/Utils/InlineFunction.cpp | 6 ++++++
test/Transforms/Inline/inline-tail.ll | 21 +++++++++++++++++++++
2 files changed, 27 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 compiler-rt.
from ec8f63a14 [profile] Fix value profile runtime merging issues
new 49632da02 [profile] Move newly added test to the supported platform
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/profile/{ => Linux}/instrprof-value-merge.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/profile/{ => Linux}/instrprof-value-merge.c (100%)
--
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 lld.
from 7e68e2c12 [PPC64] Minor changes for Plt relocations.
new ddb7cce16 Define TrapInst for ppc64.
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:
ELF/Arch/PPC64.cpp | 2 ++
test/ELF/fill-trap-ppc.s | 30 ++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 test/ELF/fill-trap-ppc.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.