This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 384181277 Fix ubsan error that shift amount 64 is too large.
new a9ce75bb2 Initialize members not by assignment but by the member initia [...]
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/InputSection.h | 13 ++++---------
1 file changed, 4 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 llvm.
from 986395e8cd1 [X86][SSE] Split ComputeNumSignBits SEXT/AND/XOR/OR demande [...]
new 63745a67d6e [SelectionDAG] Add SEXT/AND/XOR/Or demanded elts support to [...]
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/SelectionDAG.cpp | 18 +++++++++------
test/CodeGen/X86/known-signbits-vector.ll | 38 ++++++++++++-------------------
2 files changed, 26 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 libcxx.
from a12eafc28 Update status of 2950
new 9bc42cf1d Initial triage
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:
www/upcoming_meeting.html | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 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 libcxx.
from 23d0bd265 Issues to be voted on in ABQ
new a12eafc28 Update status of 2950
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:
www/upcoming_meeting.html | 8 ++++----
1 file changed, 4 insertions(+), 4 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 9c64b96f295 [(new) Pass Manager] instantiate SimplifyCFG with the same [...]
new 986395e8cd1 [X86][SSE] Split ComputeNumSignBits SEXT/AND/XOR/OR demande [...]
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/CodeGen/X86/known-signbits-vector.ll | 82 ++++++++++++++++++++++++-------
1 file changed, 65 insertions(+), 17 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 hjl/pr22363/master
in repository glibc.
at 7d6fbf5876 x32: Set GLRO(dl_platform) to "x86_64" by default [BZ #22363]
This branch includes the following new commits:
new 7d6fbf5876 x32: Set GLRO(dl_platform) to "x86_64" by default [BZ #22363]
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.
--
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 b3d173b2690 [SelectionDAG] Add SRA/SHL demanded elts support to Compute [...]
new d366ce4dec1 [X86][SSE] ComputeNumSignBits tests showing missing SEXT/AN [...]
new 9c64b96f295 [(new) Pass Manager] instantiate SimplifyCFG with the same [...]
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/Transforms/Scalar/SimplifyCFG.h | 16 ++---
lib/Passes/PassBuilder.cpp | 9 ++-
test/CodeGen/X86/known-signbits-vector.ll | 68 +++++++++++++++++++
.../PhaseOrdering/simplifycfg-options.ll | 79 +++++++---------------
4 files changed, 108 insertions(+), 64 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 hjl/pr22362/symlink
in repository glibc.
at d7ca99d742 nptl: Simplify libpthread.so rules
This branch includes the following new commits:
new 3242db2138 Use newly built crt*.o files to build shared objects [BZ #22362]
new d7ca99d742 nptl: Simplify libpthread.so rules
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 master
in repository libcxx.
from 76929f682 Mark string_view's constructor from (ptr,len) as noexcept (an [...]
new 23d0bd265 Issues to be voted on in ABQ
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:
www/upcoming_meeting.html | 81 +++++++++++++++++++++++++++++------------------
1 file changed, 50 insertions(+), 31 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 efd461e3e36 [X86][SSE] ComputeNumSignBits tests showing missing SHL/SRA [...]
new b3d173b2690 [SelectionDAG] Add SRA/SHL demanded elts support to Compute [...]
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/SelectionDAG.cpp | 32 +++++++++++++++++++++++---
test/CodeGen/X86/known-signbits-vector.ll | 38 ++++++++++++-------------------
2 files changed, 43 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.