This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0fd17b0 PR rtl-optimization/78527 * combine.c (make_compound_operat [...]
new 666e58e 2016-11-25 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 +++++
gcc/fortran/interface.c | 10 +-------
gcc/testsuite/ChangeLog | 5 ++++
.../gfortran.dg/typebound_assignment_8.f90 | 29 ++++++++++++++++++++++
4 files changed, 41 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/typebound_assignment_8.f90
--
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 97ab1ab [AVX-512] Add support for changing VSHUFF64x2 to VSHUFF32x4 w [...]
new 552822c Use SDValue helper instead of explicitly going via SDValue::g [...]
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 | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 b8680ec Fix documentation reference (PR web/71666)
new 0fd17b0 PR rtl-optimization/78527 * combine.c (make_compound_operat [...]
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/combine.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr78527.c | 21 +++++++++++++++++++++
4 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78527.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 4baf78f [AVX-512] Add VPERMT2* and VPERMI2* instructions to load fold [...]
new 97ab1ab [AVX-512] Add support for changing VSHUFF64x2 to VSHUFF32x4 w [...]
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 | 34 ++++++++++++++++++++++--------
test/CodeGen/X86/vector-shuffle-512-v16.ll | 16 +++++++-------
2 files changed, 33 insertions(+), 17 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 eff7321 [ELF] Refactor getDynRel to print error location
new d8af8bf [ELF] Add explicit template instantiations for toString
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:
ELF/InputSection.cpp | 5 +++++
1 file changed, 5 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 82bcf46 Revert "AMDGPU: Implement SGPR spilling with scalar stores"
new 4baf78f [AVX-512] Add VPERMT2* and VPERMI2* instructions to load fold [...]
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/X86InstrInfo.cpp | 32 ++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 110 ++++++++++++-
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 218 ++++++++++++++++++++++++-
3 files changed, 358 insertions(+), 2 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 2e5c54d [X86][SSE] Added knownbits through bitcast test
new 238ebfa Revert "AMDGPU: Preserve m0 value when spilling"
new e2c9a9f Revert "AMDGPU: Remove m0 spilling code"
new 2acdc08 Revert "AMDGPU: Make m0 unallocatable"
new 47526ba Revert "AMDGPU: Fix not setting kill flag on temp reg when spilling"
new dec75f5 Revert "AMDGPU: Fix adding extra implicit def of register"
new 2d7b98b Revert "AMDGPU: Fix MMO when splitting spill"
new 82bcf46 Revert "AMDGPU: Implement SGPR spilling with scalar stores"
The 7 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 | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 22 +-
lib/Target/AMDGPU/SIInsertWaits.cpp | 43 +---
lib/Target/AMDGPU/SIInstrInfo.cpp | 17 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 275 ++++++---------------
lib/Target/AMDGPU/SIRegisterInfo.h | 11 +-
lib/Target/AMDGPU/SIRegisterInfo.td | 8 +-
lib/Target/AMDGPU/SIWholeQuadMode.cpp | 2 +-
test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 36 ++-
test/CodeGen/AMDGPU/basic-branch.ll | 2 +-
test/CodeGen/AMDGPU/control-flow-fastregalloc.ll | 30 +--
test/CodeGen/AMDGPU/detect-dead-lanes.mir | 40 +--
test/CodeGen/AMDGPU/inline-constraints.ll | 5 +-
test/CodeGen/AMDGPU/llvm.amdgcn.readfirstlane.ll | 3 +-
test/CodeGen/AMDGPU/llvm.amdgcn.readlane.ll | 3 +-
test/CodeGen/AMDGPU/read_register.ll | 4 +-
test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll | 46 +---
test/CodeGen/AMDGPU/spill-m0.ll | 110 +--------
.../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 4 +-
.../MIR/AMDGPU/scalar-store-cache-flush.mir | 173 -------------
test/CodeGen/MIR/AMDGPU/si-fix-sgpr-copies.mir | 8 +-
21 files changed, 179 insertions(+), 665 deletions(-)
delete mode 100644 test/CodeGen/MIR/AMDGPU/scalar-store-cache-flush.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 clang.
from 1ae9182 Document the arguments form of commands.
new 85b2cb8 Do not do raw name replacement when FromDecl is a class forwa [...]
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/Tooling/Core/Lookup.cpp | 13 +++++++++---
unittests/Tooling/LookupTest.cpp | 44 ++++++++++++++++++++++++++++++++++++++--
2 files changed, 52 insertions(+), 5 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 a14bdf2 [Loop Unswitch] Patch to selective unswitch only the reachabl [...]
new 2e5c54d [X86][SSE] Added knownbits through bitcast test
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/known-bits-vector.ll | 29 +++++++++++++++++++++++++++++
1 file 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 lldb.
from 3588db2 Fix darwin build broken by r287920
new d5c319f Fix builds Windows and OSX builds after Connection refactor i [...]
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/lldb/Host/windows/ConnectionGenericFileWindows.h | 2 +-
source/Host/macosx/Host.mm | 4 ++--
source/Host/windows/ConnectionGenericFileWindows.cpp | 8 ++++++--
source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp | 7 +++++--
4 files changed, 14 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.