This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d43800db05b [DAGCombiner] more clean up in hoistLogicOpWithSameOpcodeHa [...]
new 8b59b288436 [BDCE] Add tests for BDCE applied to vector instructions; NFC
new 6e9e89f4829 [DemandedBits][BDCE] Support vectors of integers
new 43d69f96f17 [DAGCombiner] don't bother saving a SDLoc for a node that's [...]
The 3 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/Analysis/DemandedBits.h | 5 ++
lib/Analysis/DemandedBits.cpp | 66 +++++++++-----
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/Transforms/Scalar/BDCE.cpp | 13 +--
test/Analysis/DemandedBits/vectors.ll | 136 +++++++++++++++++++++++++++++
test/Transforms/BDCE/vectors.ll | 144 +++++++++++++++++++++++++++++++
6 files changed, 337 insertions(+), 29 deletions(-)
create mode 100644 test/Analysis/DemandedBits/vectors.ll
create mode 100644 test/Transforms/BDCE/vectors.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/gcc.
from ddff4efc7e2 2018-12-05 Richard Biener <rguenther(a)suse.de>
adds a33a15e5dc0 Daily bump.
adds a98d6f1891b backport r263580 to fix libstdc++ library symbol visibility [...]
adds fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c | 5 +++++
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/configure.host | 17 ++++++++++-------
7 files changed, 46 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.