This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d8b1094 [mips][ias] Enable IAS by default for N64 on Debian mips64el.
new 6701aa3 Reverting r281609; it caused some build bots to break.
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/SemaChecking.cpp | 13 ++-----------
test/Sema/varargs.c | 20 +-------------------
2 files changed, 3 insertions(+), 30 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 273cb11 Silence false positive diagnostics regarding passing an objec [...]
new d8b1094 [mips][ias] Enable IAS by default for N64 on Debian mips64el.
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/Driver/ToolChains.cpp | 7 +++++++
1 file changed, 7 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 80d8cb9 inet: Add __inet6_scopeid_pton function [BZ #20611]
new 980d25d nptl: Consolidate sem_open implementations
new 91dd866 nptl: Set sem_open as a non cancellation point (BZ #15765)
new 49ad334 nptl: Remove sparc sem_wait
new 47677f2 nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)
new fbc9949 rt: Set shm_open as a non cancellation point (BZ #18243)
The 5 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 ++++
nptl/Makefile | 2 +-
nptl/pthreadP.h | 2 +
nptl/pthread_testcancel.c | 4 +-
nptl/sem_open.c | 27 ++-
nptl/sem_timedwait.c | 3 +
nptl/sem_wait.c | 13 ++
nptl/tst-cancel12.c | 29 ++-
nptl/tst-cancel13.c | 23 ++-
nptl/tst-cancel14.c | 17 +-
nptl/tst-cancel15.c | 23 ++-
nptl/tst-sem16.c | 130 ++++++++++++++
rt/Makefile | 2 +-
rt/tst-shm-cancel.c | 130 ++++++++++++++
sysdeps/posix/shm_open.c | 7 +
sysdeps/sparc/sparc32/sem_open.c | 300 -------------------------------
sysdeps/sparc/sparc32/sem_wait.c | 93 ----------
sysdeps/sparc/sparc32/sparcv9/sem_open.c | 1 -
sysdeps/sparc/sparc32/sparcv9/sem_wait.c | 1 -
19 files changed, 393 insertions(+), 453 deletions(-)
create mode 100644 nptl/tst-sem16.c
create mode 100644 rt/tst-shm-cancel.c
delete mode 100644 sysdeps/sparc/sparc32/sem_open.c
delete mode 100644 sysdeps/sparc/sparc32/sem_wait.c
delete mode 100644 sysdeps/sparc/sparc32/sparcv9/sem_open.c
delete mode 100644 sysdeps/sparc/sparc32/sparcv9/sem_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 clang.
from 236cf68 [ARM] ARM-specific attributes should be accepted for big-endian
new 273cb11 Silence false positive diagnostics regarding passing an objec [...]
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/SemaChecking.cpp | 13 +++++++++++--
test/Sema/varargs.c | 20 +++++++++++++++++++-
2 files changed, 30 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 glibc.
from a0a9b6e Remove the ptw-% patterns
new 80d8cb9 inet: Add __inet6_scopeid_pton function [BZ #20611]
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 | 12 ++
inet/Makefile | 6 +-
inet/Versions | 3 +
inet/inet6_scopeid_pton.c | 63 ++++++++++
.../alpha/fpu/fegetmode.c => inet/net-internal.h | 23 ++--
inet/tst-inet6_scopeid_pton.c | 131 +++++++++++++++++++++
resolv/res_init.c | 27 ++---
sysdeps/posix/getaddrinfo.c | 31 ++---
8 files changed, 237 insertions(+), 59 deletions(-)
create mode 100644 inet/inet6_scopeid_pton.c
copy sysdeps/alpha/fpu/fegetmode.c => inet/net-internal.h (67%)
create mode 100644 inet/tst-inet6_scopeid_pton.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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 227fe98 Remove support for manifest versions 1.3/1.4.
new 165c334 Initial commit of test-checkout.sh
new 8321dfb Enhancements to test-checkout.sh
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:
test-checkout.sh | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 148 insertions(+)
create mode 100644 test-checkout.sh
--
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 787e7d0 Recommit r281318 "[ELF] - Versionscript: support mangled symb [...]
new b4efd52 Check the return of getInteger.
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/LinkerScript.cpp | 3 ++-
test/ELF/linkerscript/segment-start.s | 5 +++++
2 files changed, 7 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 llvm.
from 095eb00 [ARM] Promote small global constants to constant pools
new c2c0b27 [mips][ias] Enable IAS by default for N64 on Debian mips64el.
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/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 4 ++++
1 file changed, 4 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 lldb.
from f08610a Fix TestSymbolContextTwoFiles on Android after rL281595
new 052e468 Reformat x86_64 register infos defines table
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:
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 113 ++++++++-------------
1 file changed, 41 insertions(+), 72 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.