This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7e8f37b605d [AMDGPU] Shrink scalar AND, OR, XOR instructions
new 38880e6df94 Reapply "[DemandedBits][BDCE] Support vectors of integers"
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/Analysis/DemandedBits.h | 8 ++
lib/Analysis/DemandedBits.cpp | 65 ++++++----
lib/Transforms/Scalar/BDCE.cpp | 13 +-
test/Analysis/DemandedBits/vectors.ll | 136 +++++++++++++++++++++
test/Transforms/BDCE/vectors.ll | 24 +---
.../demanded-bits-of-pointer-instruction.ll | 20 +++
6 files changed, 221 insertions(+), 45 deletions(-)
create mode 100644 test/Analysis/DemandedBits/vectors.ll
create mode 100644 test/Transforms/LoopVectorize/demanded-bits-of-pointer-instruction.ll
--
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 28ce64f123 Make CPUDispatch resolver emit dependent functions.
new 2bbda63c72 [unittests] Add C++17 and C++2a support to the tooling tests
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:
unittests/Tooling/TestVisitor.h | 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 binutils-gdb.
from c2f5dc30af PR23952, memory leak in _bfd_generic_read_minisymbols
new 4a8110007b Fix a (one shot small) leak in language.c
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:
gdb/ChangeLog | 6 ++++++
gdb/language.c | 6 +++---
2 files changed, 9 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 e3677c90c66 [DAGCombiner] remove explicit calls to AddToWorkList; NFCI
new 7e8f37b605d [AMDGPU] Shrink scalar AND, OR, XOR instructions
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/SIShrinkInstructions.cpp | 84 ++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/andorbitset.ll | 49 +++++++++++++++++
test/CodeGen/AMDGPU/andorxorinvimm.ll | 49 +++++++++++++++++
test/CodeGen/AMDGPU/fabs.ll | 9 ++--
test/CodeGen/AMDGPU/fneg-fabs.ll | 5 +-
test/CodeGen/AMDGPU/gep-address-space.ll | 2 +-
test/CodeGen/AMDGPU/local-64.ll | 2 +-
7 files changed, 193 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/andorbitset.ll
create mode 100644 test/CodeGen/AMDGPU/andorxorinvimm.ll
--
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 69bb146b30 Add an explicit triple to this test to prevent failures due [...]
new 28ce64f123 Make CPUDispatch resolver emit dependent functions.
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/CodeGenModule.cpp | 15 +++++++++++++--
test/CodeGen/attr-target-mv.c | 2 ++
test/CodeGenCXX/attr-cpuspecific.cpp | 5 ++++-
3 files changed, 19 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 gcc.
from 0fd5a0b47fd [AArch64][SVE] Remove unnecessary PTRUEs from integer arithmetic
new 8670be8840d PR c++/86669 * call.c (make_temporary_var_for_ref_to_temp [...]
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/cp/ChangeLog | 4 ++++
gcc/cp/call.c | 4 +---
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/initlist105.C | 28 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist106.C | 29 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/other/pr86669.C | 10 ++++++++++
6 files changed, 79 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist105.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist106.C
create mode 100644 gcc/testsuite/g++.dg/other/pr86669.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.