This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 423a449bd55 [AMDGPU] Eliminate SGPR to VGPR copy when possible
new 73854fd7514 AMDGPU: Preserve undef when folding register operands
new 0cc137e0510 RegisterScavenging: Followup to r305625
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:
lib/CodeGen/RegisterScavenging.cpp | 79 ++++++++++++------------
lib/Target/AMDGPU/SIFoldOperands.cpp | 2 +
test/CodeGen/AArch64/swiftself-scavenger.ll | 2 +-
test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir | 6 ++
test/CodeGen/AMDGPU/frame-index-elimination.ll | 34 +++++-----
test/CodeGen/AMDGPU/spill-m0.ll | 8 +--
test/CodeGen/PowerPC/2010-02-12-saveCR.ll | 6 +-
test/CodeGen/PowerPC/vsx-spill.ll | 10 +--
test/CodeGen/PowerPC/vsx.ll | 30 ++++-----
9 files changed, 91 insertions(+), 86 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 4cabef582f0 AMDGPU: Fix crash with undef vreg input operand
new 423a449bd55 [AMDGPU] Eliminate SGPR to VGPR copy when possible
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/SIFixSGPRCopies.cpp | 30 ++
test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll | 2 +-
test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll | 2 +-
test/CodeGen/AMDGPU/opt-sgpr-to-vgpr-copy.mir | 341 +++++++++++++++++++++
test/CodeGen/AMDGPU/sdwa-peephole.ll | 4 +-
test/CodeGen/AMDGPU/sint_to_fp.i64.ll | 4 +-
test/CodeGen/AMDGPU/uint_to_fp.i64.ll | 4 +-
7 files changed, 379 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/opt-sgpr-to-vgpr-copy.mir
--
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 8182108962e Support multi-tool sum files in dg-cmp-results.sh
new 9bb0fea963c Fix rounding pattern similar to PR73350.
new da8a3140d64 gcc/ChangeLog:
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:
gcc/ChangeLog | 21 +++++++
gcc/config/i386/i386.c | 4 +-
gcc/config/i386/subst.md | 9 +--
gcc/config/rs6000/altivec.md | 93 +++++++++++++++++++++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 8 +++
gcc/config/rs6000/rs6000-c.c | 8 +--
gcc/config/rs6000/rs6000.c | 6 ++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/i386/pr73350-2.c | 35 ++++++++++++
9 files changed, 178 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr73350-2.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 llvm.
from 3ee2a16f0f0 [PowerPC] fix trivial typos in comment, NFC
new 4cabef582f0 AMDGPU: Fix crash with undef vreg input operand
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/SIFoldOperands.cpp | 2 +-
test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir | 21 +++++++++++++++++++++
2 files changed, 22 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 master
in repository llvm.
from 1313d75cd2e [CostModel][X86] Add scalar arithmetic cost tests
new 3ee2a16f0f0 [PowerPC] fix trivial typos in comment, NFC
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/PowerPC/PPCTargetMachine.cpp | 2 +-
1 file changed, 1 insertion(+), 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 master
in repository glibc.
from e0b5a3b654 conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).
new 46ad8909ce conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).
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 | 7 +++++++
conform/data/signal.h-data | 6 ++++--
conform/data/ucontext.h-data | 3 ++-
sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile | 5 +++++
4 files changed, 18 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 glibc.
from 18b759355d Add powf trace
new e0b5a3b654 conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).
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 | 8 ++++++++
conform/data/signal.h-data | 6 ++++--
conform/data/ucontext.h-data | 3 ++-
sysdeps/unix/sysv/linux/ia64/Makefile | 5 +++++
4 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 clang.
from f5f37badaf [GSoC] Flag value completion for clang
new c35b73c765 Fix for Bug 33471: Preventing operator auto from resolving t [...]
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/Sema/SemaLookup.cpp | 10 ++++++++++
test/SemaCXX/cxx1y-deduced-return-type.cpp | 19 +++++++++++++++++++
2 files changed, 29 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 7359f171d76 [CostModel][X86] Declare costs variables based on type
new 1313d75cd2e [CostModel][X86] Add scalar arithmetic cost 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:
test/Analysis/CostModel/X86/arith.ll | 62 ++++++++++++++++++++++++++++++++----
1 file changed, 55 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 lld.
from b69706bef [GSoC] Flag value completion for clang
new 7784b8757 [PDB] Don't emit debug info associated with dead chunks
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:
COFF/Chunks.h | 6 +
COFF/InputFiles.cpp | 16 +-
COFF/PDB.cpp | 5 +-
COFF/Writer.cpp | 7 +-
.../{pdb_lines_1.yaml => pdb_comdat_bar.yaml} | 232 +++++++++------------
.../{pdb_lines_1.yaml => pdb_comdat_main.yaml} | 176 +++++++---------
test/COFF/pdb-comdat.test | 52 +++++
7 files changed, 239 insertions(+), 255 deletions(-)
copy test/COFF/Inputs/{pdb_lines_1.yaml => pdb_comdat_bar.yaml} (78%)
copy test/COFF/Inputs/{pdb_lines_1.yaml => pdb_comdat_main.yaml} (80%)
create mode 100644 test/COFF/pdb-comdat.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.