This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3e703da2578 Allow binop C1, (select cc, CF, CT) -> select folding
new 346e379f2f6 [SLPVectorizer] Provide InstructionsState down the BoUpSLP [...]
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/Transforms/Vectorize/SLPVectorizer.cpp | 108 +++++++++++++++--------------
1 file changed, 55 insertions(+), 53 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 libunwind.
from 0a7bf58 Update copyright year to 2018.
new 24591a7 [CMake] Convert paths to the right form in standalone builds [...]
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:
CMakeLists.txt | 7 ++++---
cmake/Modules/HandleCompilerRT.cmake | 3 +++
2 files changed, 7 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 gcc-8-branch
in repository gcc.
from 4968b68839a [PR c++/85634] Fix tsubst ICE
new 6af6f77c5d5 Backported from mainline 2018-06-15 Jakub Jelinek <jaku [...]
new 38e3a216c1c Backported from mainline 2018-06-16 Jakub Jelinek <jaku [...]
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 | 12 ++++++++++++
gcc/bb-reorder.c | 10 +++++++---
gcc/c/ChangeLog | 9 +++++++++
gcc/c/c-typeck.c | 7 ++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/c-c++-common/pr86093.c | 12 ++++++++++++
6 files changed, 54 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr86093.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 clang.
from 222f69b5cc Fixed test in prior build where FileCheck tried to match aga [...]
new 0dbae3ef60 [CUDA] Removed unused __nvvm_* builtins with non-generic pointers.
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/BuiltinsNVPTX.def | 74 -----------------------------------
1 file changed, 74 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 2bdc7ff150b [mips] Correct predicates for loads, bit manipulation instr [...]
new 55348758ce1 [InstCombine] fix typo in test comment; NFC
new 3e703da2578 Allow binop C1, (select cc, CF, CT) -> select folding
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/SelectionDAG/DAGCombiner.cpp | 38 +++--
test/CodeGen/AMDGPU/dagcombine-select.ll | 182 +++++++++++++++++++++
test/CodeGen/PowerPC/select_const.ll | 226 ++++++++++++--------------
test/CodeGen/X86/dagcombine-select.ll | 96 +++++------
test/Transforms/InstCombine/shuffle_select.ll | 2 +-
5 files changed, 354 insertions(+), 190 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/dagcombine-select.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 compiler-rt.
from 8753f67b5 [Lsan] intercept thr_exit on FreeBSD
new 66afe8db7 [TSan] fix build and couple of unit tests on FreeBSD
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/tsan/CMakeLists.txt | 5 ++++-
test/tsan/ignored-interceptors-mmap.cc | 1 +
test/tsan/strerror_r.cc | 2 ++
3 files changed, 7 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 lldb.
from 653fe7343 Make test sources compatible with android+libcxx+modules
new 23c3f8d9b Remove some instances of manual UUID pretty-printing
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:
.../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 26 +++---------------
.../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 31 ++++------------------
2 files changed, 9 insertions(+), 48 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 compiler-rt.
from bac6a1652 [Sanitizers] Remove OOM/BadRequest allocator error handling p [...]
new 8753f67b5 [Lsan] intercept thr_exit on FreeBSD
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/lsan/lsan_interceptors.cc | 18 +++++++++++++++---
lib/sanitizer_common/sanitizer_platform_interceptors.h | 1 +
2 files changed, 16 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 gcc.
from dc992be2104 PR libstdc++/70966 make pmr::new_delete_resource() immortal
new 755a9c216fe gcc/ChangeLog:
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/config/rs6000/rs6000-c.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/builtins-1.c | 4 ++--
gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 6 ++++--
5 files changed, 19 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 eb6f9a11dbd AMDGPU: Fix scalar_to_vector for v4i16/v4f16
new 2bdc7ff150b [mips] Correct predicates for loads, bit manipulation instr [...]
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/Mips/MicroMipsInstrInfo.td | 7 +++-
lib/Target/Mips/MipsInstrFormats.td | 4 ++-
lib/Target/Mips/MipsInstrInfo.td | 38 ++++++++++++----------
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 6 ++--
.../Mips/mirparser/target-flags-static-tls.mir | 8 ++---
test/MC/Mips/micromips/valid.s | 17 ++++++++++
test/MC/Mips/micromips32r6/valid.s | 11 +++++++
test/MC/Mips/mips1/invalid-mips32r2.s | 2 ++
test/MC/Mips/mips2/invalid-mips32r2.s | 2 ++
test/MC/Mips/mips3/invalid-mips32r2.s | 2 ++
test/MC/Mips/mips32/invalid-mips32r2.s | 2 ++
test/MC/Mips/mips4/invalid-mips32r2.s | 2 ++
test/MC/Mips/mips5/invalid-mips32r2.s | 2 ++
13 files changed, 77 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.