This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 670bbd6f43f [ScalarEvolution] Apply Depth limit to getMulExpr
new 1abb66152a2 [X86][AVX512] Improve lowering of AVX512 compare intrinsics [...]
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/X86/X86ISelLowering.cpp | 95 +
lib/Target/X86/X86InstrAVX512.td | 645 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 32 -
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 13484 ++++++++++++++++++++++
test/CodeGen/X86/compress_expand.ll | 8 +-
test/CodeGen/X86/masked_memop.ll | 16 +-
6 files changed, 14205 insertions(+), 75 deletions(-)
create mode 100644 test/CodeGen/X86/avx512vl-vec-masked-cmp.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 hjl/tunables/master
in repository glibc.
discards f11ed21787 tunables: Add IFUNC selection and cache sizes
new 659a205d57 tunables: Add IFUNC selection and cache sizes
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f11ed21787)
\
N -- N -- N refs/heads/hjl/tunables/master (659a205d57)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
--
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 62b76e4b6e Fix address violation parsing a corrupt ieee binary.
new cd3ea7c69a Prevent address violation problem when disassembling corrupt [...]
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:
opcodes/ChangeLog | 6 ++++++
opcodes/aarch64-dis.c | 3 +++
2 files changed, 9 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 binutils-gdb.
from 63634bb4a1 Avoid a possible compiler bug by using a static buffer inste [...]
new 62b76e4b6e Fix address violation parsing a corrupt ieee binary.
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:
bfd/ChangeLog | 2 ++
bfd/ieee.c | 2 +-
2 files changed, 3 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.
Charles Baylis pushed a change to branch master
in repository toolchain/bmk-scripts.
from 68c7cf8 prepare-board.sh: Make sure system time is correct and ntpd i [...]
new cb1af3a prepare-board.sh: Make cpufreq optionally independent of profile.
new 24ad6f7 run.sh: pass profile name to prepare-board.sh
new 99c98dd prepare-board.sh: remove default profile mechanism.
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:
prepare-board.sh | 28 ++++++++++++++++--------
prepare-board/default-profile-tk1 | 1 -
prepare-board/default-profile-tx1 | 1 -
prepare-board/{freq-tk1-parallel3x3 => freq-tk1} | 0
prepare-board/{freq-tx1-parallel3x3 => freq-tx1} | 0
run.sh | 2 +-
6 files changed, 20 insertions(+), 12 deletions(-)
delete mode 100644 prepare-board/default-profile-tk1
delete mode 100644 prepare-board/default-profile-tx1
rename prepare-board/{freq-tk1-parallel3x3 => freq-tk1} (100%)
rename prepare-board/{freq-tx1-parallel3x3 => freq-tx1} (100%)
--
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 39c5686a1f5 [ARM] GlobalISel: Add support for i32 modulo
new 670bbd6f43f [ScalarEvolution] Apply Depth limit to getMulExpr
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/Analysis/ScalarEvolution.h | 32 ++++---
lib/Analysis/ScalarEvolution.cpp | 129 ++++++++++++++++-----------
lib/Transforms/Utils/SimplifyIndVar.cpp | 14 +--
test/Analysis/ScalarEvolution/limit-depth.ll | 44 +++++++++
4 files changed, 148 insertions(+), 71 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/limit-depth.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 63323b5b23 Fix address violation when disassembling a corrupt RL78 binary.
new 63634bb4a1 Avoid a possible compiler bug by using a static buffer inste [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/ieee.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.