This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master
in repository glibc.
from 1324858a3f pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]
new 7118ba3493 Fix segfault in maybe_script_execute.
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 | 5 +++++
sysdeps/unix/sysv/linux/spawni.c | 2 +-
2 files changed, 6 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 release/2.27/master
in repository glibc.
from 2b47bb9cba pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]
new 9533f19aa5 Fix segfault in maybe_script_execute.
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 | 5 +++++
sysdeps/unix/sysv/linux/spawni.c | 2 +-
2 files changed, 6 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 release/2.26/master
in repository glibc.
from 174709d879 pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]
new c5c90b480e Fix segfault in maybe_script_execute.
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 | 5 +++++
sysdeps/unix/sysv/linux/spawni.c | 2 +-
2 files changed, 6 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 release_70
in repository llvm.
from 4a059213dd6 Merging r341642: ------------------------------------------ [...]
new 82250ed6196 ReleaseNotes: minor tweaks
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:
docs/ReleaseNotes.rst | 6 +++---
1 file changed, 3 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 llvm.
from fa0980a9215 AMDGPU: Stop reporting is-noop addrspacecast for constant 32-bit
new 32ca0aafd1f AMDGPU: Remove function pointer type hack
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/AMDGPU/SIISelLowering.cpp | 11 ++++-------
1 file changed, 4 insertions(+), 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 llvm.
from 2390ffbd78f DAG: Handle odd vector sizes in calling conv splitting
new fa0980a9215 AMDGPU: Stop reporting is-noop addrspacecast for constant 32-bit
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/AMDGPU/SIISelLowering.cpp | 3 +--
test/CodeGen/AMDGPU/invalid-addrspacecast.ll | 7 +++++++
2 files changed, 8 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 llvm.
from 01fb00c5a75 [llvm-exegesis] Ignore double spaced separators in asm strings
new 2390ffbd78f DAG: Handle odd vector sizes in calling conv splitting
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/SelectionDAG/SelectionDAGBuilder.cpp | 29 ++++++++++++--------
lib/Target/AMDGPU/SIISelLowering.cpp | 13 ++++-----
test/CodeGen/AMDGPU/call-argument-types.ll | 27 ++++++++++++++----
test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 7 ++---
test/CodeGen/AMDGPU/fmax_legacy.f16.ll | 2 +-
test/CodeGen/AMDGPU/fmin_legacy.f16.ll | 2 +-
test/CodeGen/AMDGPU/function-args.ll | 13 +++++++--
test/CodeGen/AMDGPU/function-returns.ll | 8 +++---
test/CodeGen/AMDGPU/mad-mix-lo.ll | 35 ++++++++++++------------
9 files changed, 81 insertions(+), 55 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-tools-extra.
from 250f000f [clangd] Add symbol slab size to index memory consumption estimates
new 22f57fd3 [clangd] Implement FuzzyFindRequest JSON (de)serialization
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:
clangd/CodeComplete.cpp | 3 +--
clangd/index/Index.cpp | 27 +++++++++++++++++++++++++++
clangd/index/Index.h | 6 +++++-
3 files changed, 33 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 clang-tools-extra.
from fc5164a1 [clangd] Fix async index loading (from r341376).
new 250f000f [clangd] Add symbol slab size to index memory consumption estimates
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:
clangd/index/FileIndex.cpp | 9 ++++++++-
clangd/index/MemIndex.cpp | 7 +++++--
clangd/index/MemIndex.h | 6 +++++-
clangd/index/dex/Dex.cpp | 14 ++++++--------
clangd/index/dex/Dex.h | 10 ++++++++--
unittests/clangd/IndexTests.cpp | 10 +++++-----
6 files changed, 37 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.