This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 742e147 tcwg-benchmark.sh: Ssh directly to the benchmark board.
adds 3496206 tcwg_kernel-*.sh: Avoid proxy variables
No new revisions were added by this update.
Summary of changes:
tcwg_kernel-bisect.sh | 30 ++++++++++---------
tcwg_kernel-build.sh | 81 +++++++++++++++++----------------------------------
2 files changed, 43 insertions(+), 68 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 release/2.29/master
in repository glibc.
from 44113a8ba2 Add compiler barriers around modifications of the robust mut [...]
new c096b008d2 nptl: Avoid fork handler lock for async-signal-safe fork [BZ [...]
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 | 10 ++++++++++
NEWS | 1 +
nptl/register-atfork.c | 8 +++++---
sysdeps/nptl/fork.c | 6 +++---
sysdeps/nptl/fork.h | 8 +++++---
5 files changed, 24 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 release/2.28/master
in repository glibc.
from a9f60b1571 Add compiler barriers around modifications of the robust mut [...]
new 60f8062425 nptl: Avoid fork handler lock for async-signal-safe fork [BZ [...]
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 | 10 ++++++++++
NEWS | 1 +
nptl/register-atfork.c | 8 +++++---
sysdeps/nptl/fork.c | 6 +++---
sysdeps/nptl/fork.h | 8 +++++---
5 files changed, 24 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 c1ad667218b * gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Minor [...]
new 9160da73a1d 2019-02-08 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/testsuite/gcc.dg/vect/vect-24.c | 4 +++-
2 files changed, 8 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.
"Maxim Kuvyrkov pushed a change to branch rr-many
in repository toolchain/jenkins-scripts.
at 4b05395 [WIP] Round-robin improvements
This branch includes the following new commits:
new 3496206 tcwg_kernel-*.sh: Avoid proxy variables
new 4b05395 [WIP] Round-robin improvements
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.
--
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 release_80
in repository llvm.
from 90e9f529d6b Add external project LDC to release notes.
new ef6469f13f2 Merging r351387, r351765, and r353374:
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:
CMakeLists.txt | 5 +-
cmake/modules/CheckCompilerVersion.cmake | 128 ++++++++++++++++++++-----------
docs/CMake.rst | 9 +++
docs/DeveloperPolicy.rst | 43 ++++++++++-
docs/GettingStarted.rst | 61 +++++++++------
5 files changed, 177 insertions(+), 69 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 2e390e6fde4 [DWARF] LLVM ERROR: Broken function found, while removing D [...]
new 3a178e01c44 [AMDGPU] Fix DPP combiner
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/CodeGen/TargetInstrInfo.h | 7 +
lib/Target/AMDGPU/GCNDPPCombine.cpp | 239 ++++++++------
lib/Target/AMDGPU/SIInstrInfo.cpp | 26 ++
lib/Target/AMDGPU/SIInstrInfo.h | 6 +
test/CodeGen/AMDGPU/dpp_combine.ll | 185 -----------
test/CodeGen/AMDGPU/dpp_combine.mir | 472 ++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/dpp_combine_subregs.mir | 143 ---------
7 files changed, 654 insertions(+), 424 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/dpp_combine.ll
create mode 100644 test/CodeGen/AMDGPU/dpp_combine.mir
delete mode 100644 test/CodeGen/AMDGPU/dpp_combine_subregs.mir
--
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 1d0fc21382 Linux: Add gettid system call wrapper [BZ #6399]
new d0bd87d4c0 ChangeLog: Correct date of last commit
new 669ff911e2 nptl: Avoid fork handler lock for async-signal-safe fork [BZ [...]
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:
ChangeLog | 12 +++++++++++-
nptl/register-atfork.c | 8 +++++---
sysdeps/nptl/fork.c | 6 +++---
sysdeps/nptl/fork.h | 8 +++++---
4 files changed, 24 insertions(+), 10 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 a10a673ad1d i386: Use OI/TImode in *mov[ot]i_internal_avx with AVX512VL
new c1ad667218b * gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Minor [...]
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/ada/ChangeLog | 9 +++++++++
gcc/ada/gcc-interface/trans.c | 9 ++++-----
gcc/ada/gcc-interface/utils.c | 45 ++++++++++++++++++++++++++++---------------
3 files changed, 42 insertions(+), 21 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 newlib.
from 9fa22dba5 Cygwin: unlink: allow fallback from POSIX to default method
new 2678c4efe dll_list: Store dll file name as full NT path.
new dac0b6826 dll_list: Track main executable and cygwin1.dll.
new 8ddb1f60c forkables: Create forkable hardlinks, yet unused.
new ece7282f3 forkables: On fork failure, retry with hardlinks.
new 5a41aa6f4 forkables: Keep hardlinks disabled via shared mem.
new 6dd415caf forkables: Document hardlink creation at forktime.
new 8bbb3d3a2 forkables: use dynloaded dll's IndexNumber as dirname
new 135577f70 forkables: simplify disabling via shm
new 22d68bada forkables: inline dll_list::forkables_supported
new 3956ddd9b forkables: hardlink without WRITE_ATTRIBUTES first
new 6d6a623e7 AArch32: Add support for HLT to Mixed Mode models
The 11 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:
libgloss/arm/crt0.S | 6 +-
libgloss/arm/swi.h | 14 +-
winsup/cygwin/Makefile.in | 1 +
winsup/cygwin/child_info.h | 13 +-
winsup/cygwin/cygheap.cc | 3 +-
winsup/cygwin/dcrt0.cc | 4 +-
winsup/cygwin/dlfcn.cc | 2 +-
winsup/cygwin/dll_init.cc | 278 +++++++++---
winsup/cygwin/dll_init.h | 74 +++-
winsup/cygwin/fork.cc | 94 ++--
winsup/cygwin/forkable.cc | 1032 +++++++++++++++++++++++++++++++++++++++++++
winsup/cygwin/pinfo.cc | 3 +
winsup/cygwin/shared.cc | 1 +
winsup/cygwin/shared_info.h | 3 +-
winsup/cygwin/sigproc.cc | 5 +-
winsup/cygwin/syscalls.cc | 24 +-
winsup/cygwin/winsup.h | 2 +-
winsup/doc/faq-api.xml | 5 +
winsup/doc/highlights.xml | 41 ++
19 files changed, 1496 insertions(+), 109 deletions(-)
create mode 100644 winsup/cygwin/forkable.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.