This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a0143b72d90 [SelectionDAG] Don't use simple VT in generic shuffle code
new f97f105a582 [MIPS] Regenerate vector tests with update script
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/Mips/cconv/vector.ll | 8098 +++++++++++++++++++++++++++++++------
1 file changed, 6782 insertions(+), 1316 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 f99af6b7668 [X86][SSE] Don't chain shuffles together in schedule tests
new a0143b72d90 [SelectionDAG] Don't use simple VT in generic shuffle code
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/CodeGen/SelectionDAG/SelectionDAG.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 llvm.
from 128eeec0ca1 [X86] Remove and autoupgrade kand/kandn/kor/kxor/kxnor/knot [...]
new f99af6b7668 [X86][SSE] Don't chain shuffles together in schedule 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/CodeGen/X86/avx-schedule.ll | 58 +++++++++++-------
test/CodeGen/X86/avx2-schedule.ll | 90 ++++++++++++++++------------
test/CodeGen/X86/sse-schedule.ll | 117 ++++++++++++++++++++++---------------
test/CodeGen/X86/sse41-schedule.ll | 64 +++++++++++++-------
4 files changed, 201 insertions(+), 128 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 abcd7c6ab0e Remove unneeded -debug argument from new test
new 128eeec0ca1 [X86] Remove and autoupgrade kand/kandn/kor/kxor/kxnor/knot [...]
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/IR/IntrinsicsX86.td | 17 -----
lib/IR/AutoUpgrade.cpp | 37 +++++++++
lib/Target/X86/X86ISelLowering.cpp | 27 -------
lib/Target/X86/X86IntrinsicsInfo.h | 3 -
test/CodeGen/X86/avx512-cmp-kor-sequence.ll | 15 ++--
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 101 +++++++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 105 --------------------------
7 files changed, 147 insertions(+), 158 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 binutils-2_30-branch
in repository binutils-gdb.
from 4e8ceef336 Automatic date update in version.in
new eec4607fc5 Add support for DWARF-4 line number tables.
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:
gold/ChangeLog | 7 +++++++
gold/dwarf_reader.cc | 11 +++++++++++
gold/dwarf_reader.h | 3 ++-
3 files changed, 20 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 6ec36e0d625 [ORC] Rename NullResolver to NullLegacyResolver.
new abcd7c6ab0e Remove unneeded -debug argument from new 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/Transforms/InstCombine/phi-timeout.ll | 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 gcc.
from 11ce88c6d4d 2018-02-03 Paul Thomas <pault(a)gcc.gnu.org>
new cbcd111ba9a * go-gcc.cc (Gcc_backend::fill_in_struct): Mark struct typ [...]
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/go/ChangeLog | 5 +++++
gcc/go/go-gcc.cc | 7 +++++++
2 files changed, 12 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 4cc68b7d8c5 [RISCV] Update two RISCV codegen tests after rL323991
new 00abba46451 [InstCombine] Allow common type conversions to i8/i16/i32
new 6ec36e0d625 [ORC] Rename NullResolver to NullLegacyResolver.
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:
include/llvm/ExecutionEngine/Orc/NullResolver.h | 2 +-
lib/ExecutionEngine/Orc/NullResolver.cpp | 5 +-
.../InstCombine/InstructionCombining.cpp | 10 +-
test/Transforms/InstCombine/and-narrow.ll | 180 +++++++++------------
test/Transforms/InstCombine/phi-timeout.ll | 47 ++++++
test/Transforms/InstCombine/should-change-type.ll | 57 +++++++
.../Orc/ObjectTransformLayerTest.cpp | 4 +-
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 2 +-
.../ExecutionEngine/Orc/RemoteObjectLayerTest.cpp | 22 +--
9 files changed, 203 insertions(+), 126 deletions(-)
create mode 100644 test/Transforms/InstCombine/phi-timeout.ll
create mode 100644 test/Transforms/InstCombine/should-change-type.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 binutils-gdb.
from b0daac83d7 Remove PROVIDE() qualifiers from definition of __CTOR_LIST__ [...]
new f721678315 gdb/testsuite: Remove use of dejagnu cleanup proc
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/config/sid.exp | 2 --
gdb/testsuite/config/sim.exp | 1 -
3 files changed, 5 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 8dba77bfde5 Daily bump.
new 11ce88c6d4d 2018-02-03 Paul Thomas <pault(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 | 7 +++++
gcc/fortran/trans-array.c | 4 +--
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gfortran.dg/pr84155.f90 | 56 +++++++++++++++++++++++++++++++++++
4 files changed, 71 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr84155.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.