This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ba53249901f [x86] make test immune to oversized shift simplification
new 703a4c27a12 [DAG] consolidate shift simplifications
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/CodeGen/SelectionDAG.h | 3 +
include/llvm/CodeGen/SelectionDAGNodes.h | 5 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 91 ++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 41 +-
test/CodeGen/X86/bt.ll | 2 +-
test/CodeGen/X86/combine-sdiv.ll | 643 +++++++++++++----------------
test/CodeGen/X86/combine-srem.ll | 26 +-
test/CodeGen/X86/scheduler-backtracking.ll | 173 ++++----
test/CodeGen/X86/shift-folding.ll | 12 +
9 files changed, 462 insertions(+), 534 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-release-aarch64-mainline-allyesconfig
in repository toolchain/gcc.
from 8e24240b8ab Backport from mainline 2018-11-21 Jakub Jelinek <jakub@ [...]
adds c2a8ef41374 Backport from mainline 2018-11-16 Uros Bizjak <ubizjak@ [...]
adds 8b198c8051d Daily bump.
adds fde8cbd0f5b Arm: Fix subreg crash when FP16 and big-endian
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 99 +++++++++++++++++++++++++++----------------------
gcc/DATESTAMP | 2 +-
gcc/config/arm/neon.md | 35 ++++++-----------
gcc/config/i386/sse.md | 11 ++++--
gcc/testsuite/ChangeLog | 17 +++++----
5 files changed, 83 insertions(+), 81 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-lts-defconfig
in repository toolchain/binutils-gdb.
from 0803633106 Per-inferior thread list, thread ranges/iterators, down with [...]
adds 8e4b639201 Automatic date update in version.in
adds 6af05e645a Remove declarations of is_running/is_stopped/is_exited
adds 5013824590 gdbserver: AArch64: Remove cannot_fetch/store_register
adds 06a3cd06d4 [GAS][ARM] Fix testism for bl local v4t test
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 7 ++++
gas/testsuite/gas/arm/bl-local-v4t.d | 1 -
gas/testsuite/gas/arm/blx-local-thumb.d | 24 +++++++++++
.../gas/arm/{bl-local-v4t.s => blx-local-thumb.s} | 15 ++++---
gdb/ChangeLog | 5 +++
gdb/gdbserver/ChangeLog | 6 +++
gdb/gdbserver/linux-aarch64-low.c | 20 +--------
gdb/gdbthread.h | 48 ++++++++++------------
9 files changed, 77 insertions(+), 51 deletions(-)
create mode 100644 gas/testsuite/gas/arm/blx-local-thumb.d
copy gas/testsuite/gas/arm/{bl-local-v4t.s => blx-local-thumb.s} (53%)
--
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-arm-next-allnoconfig
in repository toolchain/binutils-gdb.
from 0803633106 Per-inferior thread list, thread ranges/iterators, down with [...]
adds 8e4b639201 Automatic date update in version.in
adds 6af05e645a Remove declarations of is_running/is_stopped/is_exited
adds 5013824590 gdbserver: AArch64: Remove cannot_fetch/store_register
adds 06a3cd06d4 [GAS][ARM] Fix testism for bl local v4t test
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 7 ++++
gas/testsuite/gas/arm/bl-local-v4t.d | 1 -
gas/testsuite/gas/arm/blx-local-thumb.d | 24 +++++++++++
.../gas/arm/{bl-local-v4t.s => blx-local-thumb.s} | 15 ++++---
gdb/ChangeLog | 5 +++
gdb/gdbserver/ChangeLog | 6 +++
gdb/gdbserver/linux-aarch64-low.c | 20 +--------
gdb/gdbthread.h | 48 ++++++++++------------
9 files changed, 77 insertions(+), 51 deletions(-)
create mode 100644 gas/testsuite/gas/arm/blx-local-thumb.d
copy gas/testsuite/gas/arm/{bl-local-v4t.s => blx-local-thumb.s} (53%)
--
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 c8ecb420412 Revert r347490 as it breaks address sanitizer builds
new ba53249901f [x86] make test immune to oversized shift simplification
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/legalize-shl-vec.ll | 38 ++++++++++++++++++++++--------------
1 file changed, 23 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.