This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c9d0a7d6445 * config/pdp11/t-pdp11: Remove -mfloat32 switch.
new 68c330dca36 Use FOR_EACH_IMM_USE_FAST in gimple-ssa-backprop.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:
gcc/ChangeLog | 6 ++++++
gcc/gimple-ssa-backprop.c | 10 ++++------
2 files changed, 10 insertions(+), 6 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 9099160b879 [AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
new fa7848b1a02 [X86] condition branches folding for three-way conditional codes
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/CMakeLists.txt | 1 +
lib/Target/X86/X86.h | 3 +
lib/Target/X86/X86.td | 7 +
lib/Target/X86/X86CondBrFolding.cpp | 579 ++++++++++++++++++++++++++++++++++++
lib/Target/X86/X86Subtarget.h | 4 +
lib/Target/X86/X86TargetMachine.cpp | 7 +
test/CodeGen/X86/O3-pipeline.ll | 1 +
test/CodeGen/X86/condbr_if.ll | 178 +++++++++++
test/CodeGen/X86/condbr_switch.ll | 167 +++++++++++
9 files changed, 947 insertions(+)
create mode 100644 lib/Target/X86/X86CondBrFolding.cpp
create mode 100644 test/CodeGen/X86/condbr_if.ll
create mode 100644 test/CodeGen/X86/condbr_switch.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 8c00cc11f9c [x86] make horizontal binop matching clearer; NFCI
new 0cccaa3bd10 [X86][AVX2] Enable ZERO_EXTEND_VECTOR_INREG lowering of 256 [...]
new 9099160b879 [AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
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/Target/AMDGPU/SIFixSGPRCopies.cpp | 10 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 351 +++++++++++++++++-------
lib/Target/AMDGPU/SIInstrInfo.h | 32 ++-
lib/Target/AMDGPU/SIInstrInfo.td | 8 +
lib/Target/X86/X86ISelLowering.cpp | 12 +-
test/CodeGen/AMDGPU/mubuf-legalize-operands.ll | 230 ++++++++++++++++
test/CodeGen/AMDGPU/mubuf-legalize-operands.mir | 239 ++++++++++++++++
test/CodeGen/X86/avg.ll | 101 ++++---
test/CodeGen/X86/pr35443.ll | 3 +-
test/CodeGen/X86/vector-zext.ll | 14 +-
10 files changed, 820 insertions(+), 180 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
create mode 100644 test/CodeGen/AMDGPU/mubuf-legalize-operands.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 libunwind.
from ba3cb05 Reverting r342895
new 94edd59 [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.
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:
cmake/config-ix.cmake | 10 ++++++++--
src/CMakeLists.txt | 7 ++++++-
2 files changed, 14 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 c892ae04f4 benchtests: Set float type on --threshold argument
new 5a58064311 mktime fix for Gnulib + coreutils
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 | 12 ++++++++++++
time/mktime.c | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.