This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d19bba6122b [FIX][AArch64] Add support for UDF instruction
new 895148a2801 [DAGCombiner] narrow vector binops when extraction is cheap
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/DAGCombiner.cpp | 41 +++++++++----
test/CodeGen/X86/2012-04-26-sdglue.ll | 20 +++----
test/CodeGen/X86/avx-logic.ll | 32 +++++-----
test/CodeGen/X86/avx-vzeroupper.ll | 12 ++--
test/CodeGen/X86/avx512-hadd-hsub.ll | 56 ++++++++---------
test/CodeGen/X86/avx512-insert-extract.ll | 8 +--
test/CodeGen/X86/avx512-skx-insert-subvec.ll | 4 +-
test/CodeGen/X86/known-signbits-vector.ll | 12 +---
test/CodeGen/X86/madd.ll | 36 +++++------
test/CodeGen/X86/min-legal-vector-width.ll | 8 +--
test/CodeGen/X86/sad.ll | 22 +++----
test/CodeGen/X86/shrink_vmul.ll | 4 +-
test/CodeGen/X86/vec_int_to_fp.ll | 36 ++++-------
test/CodeGen/X86/vector-compare-all_of.ll | 16 ++---
test/CodeGen/X86/vector-compare-any_of.ll | 16 ++---
test/CodeGen/X86/vector-reduce-add.ll | 48 +++++++--------
test/CodeGen/X86/vector-reduce-and.ll | 72 +++++++++++-----------
test/CodeGen/X86/vector-reduce-fadd-fast.ll | 90 ++++++++++------------------
test/CodeGen/X86/vector-reduce-fmul-fast.ll | 90 ++++++++++------------------
test/CodeGen/X86/vector-reduce-mul.ll | 60 +++++++++----------
test/CodeGen/X86/vector-reduce-or.ll | 72 +++++++++++-----------
test/CodeGen/X86/vector-reduce-xor.ll | 72 +++++++++++-----------
test/CodeGen/X86/vector-rotate-256.ll | 12 ++--
test/CodeGen/X86/vector-rotate-512.ll | 16 ++---
24 files changed, 387 insertions(+), 468 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-defconfig
in repository toolchain/binutils-gdb.
from 30a7953dbf Provide get_shell declaration in procfs.c
adds 7f53228719 Revert "GDB: Only build for "unix:" connections if AF_LOCAL [...]
adds 431f22cc09 Revert "GDB: Remote target can now accept the form unix::/pa [...]
adds 6cf3675653 Revert "GDB: Fix documentation for invoking GDBSERVER"
adds 6a0b3457ee Revert "GDB: Document the unix::/path/to/socket of remote co [...]
adds 80e24d0986 Revert "GDBSERVER: Listen on a unix domain (instead of TCP) [...]
adds 9c3adfb9a4 Automatic date update in version.in
adds fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 17 ++---
gdb/NEWS | 4 --
gdb/common/netstuff.c | 10 ---
gdb/common/offset-type.h | 18 +----
gdb/config.in | 3 -
gdb/configure | 21 ------
gdb/configure.ac | 10 ---
gdb/doc/gdb.texinfo | 84 +++++------------------
gdb/gdbserver/configure.ac | 2 +-
gdb/gdbserver/remote-utils.c | 159 +++++++++++++------------------------------
gdb/main.c | 6 +-
gdb/ser-uds.c | 18 +----
gdb/serial.c | 5 +-
14 files changed, 84 insertions(+), 275 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/binutils-gdb.
from 30a7953dbf Provide get_shell declaration in procfs.c
adds 7f53228719 Revert "GDB: Only build for "unix:" connections if AF_LOCAL [...]
adds 431f22cc09 Revert "GDB: Remote target can now accept the form unix::/pa [...]
adds 6cf3675653 Revert "GDB: Fix documentation for invoking GDBSERVER"
adds 6a0b3457ee Revert "GDB: Document the unix::/path/to/socket of remote co [...]
adds 80e24d0986 Revert "GDBSERVER: Listen on a unix domain (instead of TCP) [...]
adds 9c3adfb9a4 Automatic date update in version.in
adds fd332753fa Remove relational operators from common/offset-type.h
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 13 ++--
gdb/NEWS | 4 --
gdb/common/netstuff.c | 10 ---
gdb/common/offset-type.h | 18 +----
gdb/config.in | 3 -
gdb/configure | 21 ------
gdb/configure.ac | 10 ---
gdb/doc/gdb.texinfo | 84 +++++------------------
gdb/gdbserver/configure.ac | 2 +-
gdb/gdbserver/remote-utils.c | 159 +++++++++++++------------------------------
gdb/ser-uds.c | 18 +----
gdb/serial.c | 5 +-
13 files changed, 75 insertions(+), 274 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 1ee496e3c Adapt ASan test heavy_uar_test for NetBSD
new 1c4210ad2 Disable ASan test asan_and_llvm_coverage_test for NetBSD
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/asan/TestCases/asan_and_llvm_coverage_test.cc | 3 +++
1 file changed, 3 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 237ef87e5bb [SelectionDAG] fix build warning for mismatched signs in co [...]
new d19bba6122b [FIX][AArch64] Add support for UDF instruction
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/MC/Disassembler/AArch64/udf.txt | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.