This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b1ec0f4 PR lto/78407 * symtab.c (symtab_node::equal_address_to): Fi [...]
new 76abfc7 [expand] Fix for PR rtl-optimization/79121 incorrect expa [...]
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/ChangeLog | 6 ++++
gcc/expr.c | 40 ++++++++++++++++++---------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/pr79121.c | 34 +++++++++++++++++++++++
4 files changed, 72 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr79121.c
--
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 9b9d7f6 PR target/78516 * config/rs6000/spe.md (mov_si<mode>_e500_s [...]
new b1ec0f4 PR lto/78407 * symtab.c (symtab_node::equal_address_to): Fi [...]
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/ChangeLog | 6 ++++++
gcc/symtab.c | 7 +++----
2 files changed, 9 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 clang.
from d90c50e Add -fdebug-info-for-profiling to emit more debug info for sa [...]
new 5307d54 [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
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/doxygen.cfg.in | 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 release_40
in repository clang.
from 8ebd0ff Merging r292119: -------------------------------------------- [...]
new 2574fd7 Merging r291955: -------------------------------------------- [...]
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/Basic/DiagnosticSemaKinds.td | 4 +-
lib/Sema/SemaOverload.cpp | 54 +++++++++++-----------
.../basic.namespace/namespace.udecl/p15.cpp | 28 +++++------
test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1.cpp | 8 ++--
test/CXX/drs/dr16xx.cpp | 4 +-
test/CXX/drs/dr19xx.cpp | 17 ++++---
test/CXX/special/class.inhctor/p1.cpp | 4 +-
test/CXX/special/class.inhctor/p3.cpp | 8 ++--
test/CXX/special/class.inhctor/p7.cpp | 8 ++--
test/SemaCXX/cxx11-inheriting-ctors.cpp | 41 ++++++++++++----
test/SemaTemplate/cxx1z-using-declaration.cpp | 6 +--
11 files changed, 104 insertions(+), 78 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 9720a78 [AVX-512] Add test cases that show where we are using two sub [...]
new e3ad0db GlobalISel: Implement widening for shifts
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/GlobalISel/LegalizerHelper.cpp | 14 +++++++++-----
.../{legalize-div.mir => legalize-shift.mir} | 20 +++++++++++---------
2 files changed, 20 insertions(+), 14 deletions(-)
copy test/CodeGen/AArch64/GlobalISel/{legalize-div.mir => legalize-shift.mir} (63%)
--
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 f1fe387 [AVX-512] Support ADD/SUB/MUL of mask vectors
new 9720a78 [AVX-512] Add test cases that show where we are using two sub [...]
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/vector-shuffle-512-v16.ll | 22 ++++++++++++++++++
test/CodeGen/X86/vector-shuffle-512-v8.ll | 36 ++++++++++++++++++++++++++++++
2 files changed, 58 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 llvm.
from 261f60f AMDGPU: Disable some fneg combines unless nsz
new f1fe387 [AVX-512] Support ADD/SUB/MUL of mask vectors
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/X86/X86ISelLowering.cpp | 37 ++++++------
test/CodeGen/X86/avx512-mask-op.ll | 114 +++++++++++++++++++++++++++++++++++
test/CodeGen/X86/avx512bw-mask-op.ll | 90 +++++++++++++++++++++++++++
3 files changed, 223 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 cfe56d7 AMDGPU: Remove modifiers from v_div_scale_*
new 261f60f AMDGPU: Disable some fneg combines unless nsz
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/AMDGPUISelLowering.cpp | 6 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 10 ++
test/CodeGen/AMDGPU/fneg-combines.ll | 143 +++++++++++++++++-------
test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll | 4 +-
4 files changed, 122 insertions(+), 41 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 e8138e6 [X86] Merge LowerADD and LowerSUB into a single LowerADD_SUB [...]
new cfe56d7 AMDGPU: Remove modifiers from v_div_scale_*
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/AMDGPUISelDAGToDAG.cpp | 10 ++--------
lib/Target/AMDGPU/VOP3Instructions.td | 6 +++++-
test/CodeGen/AMDGPU/inserted-wait-states.mir | 2 +-
test/CodeGen/AMDGPU/llvm.amdgcn.div.scale.ll | 6 ++++--
test/MC/AMDGPU/vop3.s | 8 ++------
5 files changed, 14 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 e7be0ad [sancov] applying blacklist to covered points too
new e8138e6 [X86] Merge LowerADD and LowerSUB into a single LowerADD_SUB [...]
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/X86/X86ISelLowering.cpp | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.