This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 11bb3e4 [Orc][RPC] Remove a couple of redundant calls to abandonAllPe [...]
new 7bf48fa [Target] Add NoSignedZerosFPMath to the TargetOptions constructor
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/llvm/Target/TargetOptions.h | 30 ++++++++++++------------------
1 file changed, 12 insertions(+), 18 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 5cfd78f [X86] Fix vector ANDN matching to work correctly when both in [...]
new 11bb3e4 [Orc][RPC] Remove a couple of redundant calls to abandonAllPe [...]
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/llvm/ExecutionEngine/Orc/RPCUtils.h | 7 -------
1 file changed, 7 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 faf0e9c nptl: Add tst-robust-fork
new f8bf15f Bug 20116: Fix use after free in pthread_create()
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 | 33 ++++
nptl/Makefile | 2 +-
nptl/createthread.c | 10 +-
nptl/pthread_create.c | 207 +++++++++++++++++----
nptl/pthread_getschedparam.c | 1 +
nptl/pthread_setschedparam.c | 1 +
nptl/pthread_setschedprio.c | 1 +
nptl/tpp.c | 2 +
nptl/tst-create-detached.c | 137 ++++++++++++++
support/Makefile | 4 +
...mutexattr_destroy.c => xpthread_attr_destroy.c} | 8 +-
.../ipc_priv.h => support/xpthread_attr_init.c | 10 +-
...tr_destroy.c => xpthread_attr_setdetachstate.c} | 9 +-
...attr_destroy.c => xpthread_attr_setstacksize.c} | 8 +-
support/xthread.h | 6 +
sysdeps/nacl/createthread.c | 10 +-
sysdeps/unix/sysv/linux/createthread.c | 16 +-
17 files changed, 395 insertions(+), 70 deletions(-)
create mode 100644 nptl/tst-create-detached.c
copy support/{xpthread_mutexattr_destroy.c => xpthread_attr_destroy.c} (78%)
copy sysdeps/unix/sysv/linux/tile/ipc_priv.h => support/xpthread_attr_init.c (80%)
copy support/{xpthread_mutexattr_destroy.c => xpthread_attr_setdetachstate.c} (77%)
copy support/{xpthread_mutexattr_destroy.c => xpthread_attr_setstacksize.c} (78%)
--
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 65a6eb2 Modules: Return early in ModuleManager::addModule; NFC
new 0da88cf Modules: Simplify the ModuleFile constructor; likely NFC
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/Serialization/Module.h | 97 ++++++++++++++++++------------------
lib/Serialization/Module.cpp | 22 --------
2 files changed, 49 insertions(+), 70 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 48a66c8 * gnat.dg/trampoline4.adb: Skip on hppa*-*-*.
new 3206383 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 6303331 PR testsuite/70583 * g++.old-deja/g++.abi/vtable2.C: Adjust [...]
new d23b10d Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 06552cc Daily bump.
new 2331d5a Daily bump.
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/DATESTAMP | 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 llvm.
from fbdf4a8 [PM] MLSM has been enabled for a way. Reclaim a cl::opt.
new 764f1da [X86] Add test case that shows failure to use a vector ANDN w [...]
new 5cfd78f [X86] Fix vector ANDN matching to work correctly when both in [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 19 +++++++------------
test/CodeGen/X86/vec_logical.ll | 23 +++++++++++++++++++++--
test/CodeGen/X86/vsplit-and.ll | 8 ++++----
3 files changed, 32 insertions(+), 18 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 binutils-gdb.
from 6a849af Automatic date update in version.in
new 5203065 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 gdb-7.12-branch
in repository binutils-gdb.
from d51d442 Automatic date update in version.in
new 456beba 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.