This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9fd9db97367 [AMDGPU] Disable SReg Global LD/ST, perf regression
new 8e27bd1b3b4 [SelectionDAG] fold FP binops with 2 undef operands to undef
new cc1eb134513 [X86] Prefer lowerVectorShuffleAsBitMask over using a avx51 [...]
new 1d5f3f532c6 [X86] Change vXi8 MULHU lowering to unpack high and low hal [...]
The 3 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 | 6 +-
lib/Target/X86/X86ISelLowering.cpp | 111 ++++++++++----------
test/CodeGen/X86/fp-undef.ll | 5 -
test/CodeGen/X86/prefer-avx256-wide-mul.ll | 17 ++--
test/CodeGen/X86/scalarize-fp.ll | 22 ++--
test/CodeGen/X86/vector-idiv-udiv-256.ll | 34 +++----
test/CodeGen/X86/vector-idiv-udiv-512.ll | 156 ++++++++++++++---------------
test/CodeGen/X86/vector-shuffle-256-v32.ll | 19 +---
8 files changed, 164 insertions(+), 206 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 binutils-gdb.
from 92528b6772 gdb/riscv: Add read_description method for riscv_linux_nat_target
new 27c634e0ed GAS/MIPS: Add `-mfix-r5900' option for the R5900 short loop erratum
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:
gas/ChangeLog | 18 ++++++++++++++++
gas/config/tc-mips.c | 25 +++++++++++++++++++++-
gas/doc/as.texi | 9 ++++++++
gas/doc/c-mips.texi | 8 +++++++
gas/testsuite/gas/mips/mips.exp | 2 ++
gas/testsuite/gas/mips/r5900-fix.d | 30 ++++++++++++++++++++++++++
gas/testsuite/gas/mips/r5900-fix.s | 40 +++++++++++++++++++++++++++++++++++
gas/testsuite/gas/mips/r5900-no-fix.d | 13 ++++++++++++
gas/testsuite/gas/mips/r5900-no-fix.s | 17 +++++++++++++++
9 files changed, 161 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/mips/r5900-fix.d
create mode 100644 gas/testsuite/gas/mips/r5900-fix.s
create mode 100644 gas/testsuite/gas/mips/r5900-no-fix.d
create mode 100644 gas/testsuite/gas/mips/r5900-no-fix.s
--
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 e8af9b4c407 Merging r339260:
new 08f7943cf05 Merging r344589:
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/Transforms/Utils/SSAUpdater.h | 4 ++
include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 7 +--
lib/Transforms/Utils/LCSSA.cpp | 16 +++++
lib/Transforms/Utils/SSAUpdater.cpp | 5 ++
.../LCSSA/rewrite-existing-dbg-values.ll | 69 ++++++++++++++++++++++
5 files changed, 97 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/LCSSA/rewrite-existing-dbg-values.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 llvm.
from 3a446a39770 [llvm-mca] Speedup the default resource selection strategy.
new 9fd9db97367 [AMDGPU] Disable SReg Global LD/ST, perf regression
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/SIFixupVectorISel.cpp | 7 +++++++
test/CodeGen/AMDGPU/ds_write2.ll | 2 +-
test/CodeGen/AMDGPU/ds_write2st64.ll | 2 +-
test/CodeGen/AMDGPU/global-load-store-atomics.mir | 2 +-
test/CodeGen/AMDGPU/global-saddr.ll | 2 +-
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.subtest-saddr.ll | 2 +-
test/CodeGen/AMDGPU/madak.ll | 2 +-
test/CodeGen/AMDGPU/memory-legalizer-load.ll | 4 ++--
test/CodeGen/AMDGPU/memory-legalizer-store.ll | 4 ++--
test/CodeGen/AMDGPU/memory_clause.ll | 2 +-
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 2 +-
11 files changed, 19 insertions(+), 12 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_70
in repository clang.
from 86a400a82d Merging r347556:
new e44b4e4240 Merging r344100:
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/AttrDocs.td | 2 +-
include/clang/Basic/DiagnosticSemaKinds.td | 2 --
lib/CodeGen/CodeGenModule.cpp | 2 --
test/Sema/attr-ifunc.c | 4 ----
4 files changed, 1 insertion(+), 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 clang.
from 5c6810f8f7 Adding tests for -ast-dump; NFC.
new aa0c466b9f [clang] Fix rL348006 for windows
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/Basic/FileManagerTest.cpp | 9 ++++++++-
1 file 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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/gcc-compare-results.
from 3003783 compare_dg_tests.dl: Remove duplicate info.
new 924cce4 compare_dg_tests.pl: Replace "minor" with "improvements"
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:
compare_dg_tests.pl | 6 +++---
testsuite/expected-1-2-long.txt | 4 ++--
testsuite/expected-1-2.txt | 4 ++--
3 files changed, 7 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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/gcc-compare-results.
from 3b675e8 compare_dg_tests.pl: Stop counting "XFAIL disappears" as a re [...]
new 3003783 compare_dg_tests.dl: Remove duplicate info.
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:
compare_dg_tests.pl | 6 ++----
testsuite/expected-1-2-long.txt | 12 ------------
2 files changed, 2 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.