This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 619e17cf75dd Merge tag 'for-v5.4' of git://git.kernel.org/pub/scm/linux [...]
new 5fc194ea6d34 crypto: talitos - fix missing break in switch statement
new 212ef6f29e5b crypto: inside-secure - Fix unused variable warning when C [...]
new 24fbf7bad888 crypto: hisilicon - Fix double free in sec_free_hw_sgl()
new e00371af1d4c crypto: hisilicon - Matching the dma address for dma_pool_free()
new 62a9d9fc7a21 crypto: hisilicon - Fix return value check in hisi_zip_aco [...]
new 78887832e765 hwrng: core - don't wait on add_early_randomness()
new bf6a7a5ad6fa crypto: hisilicon - avoid unused function warning
new 3c6a6910a81e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...]
The 8 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:
drivers/char/hw_random/core.c | 2 +-
drivers/crypto/hisilicon/sec/sec_algs.c | 43 ++++++++++++++-----------------
drivers/crypto/hisilicon/zip/zip_crypto.c | 4 +--
drivers/crypto/hisilicon/zip/zip_main.c | 7 ++---
drivers/crypto/inside-secure/safexcel.c | 40 ++++++++++++++++++++--------
drivers/crypto/talitos.c | 1 +
6 files changed, 54 insertions(+), 43 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/llvm-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 6e3643a2 0: update: llvm-linux: boot
new a7e24497 0: update: llvm-linux: boot
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 (6e3643a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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:
01-reset_artifacts/console.log | 48 +-
02-build_llvm/console.log | 12279 +++++++++++++++++------------------
03-build_linux/console.log | 764 ++-
04-boot_linux/console.log | 414 +-
06-update_baseline/console.log | 8 +-
console.log | 13513 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13604 insertions(+), 13430 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 de61fb434a5 PR libstdc++/91788 improve codegen for std::variant<T...>::index()
new c55376bfabd [arm] Add missing Makefile dependency on arm_acle_builtins.def
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/ChangeLog | 5 +++++
gcc/config/arm/t-arm | 1 +
2 files changed, 6 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 da95cdbfb40 [InstCombine] foldUnsignedUnderflowCheck(): s/Subtracted/Ze [...]
new f80446d2579 [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(O [...]
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/Transforms/Vectorize/SLPVectorizer.h | 9 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 141 +++---
.../SLPVectorizer/AArch64/gather-root.ll | 102 ++---
.../Transforms/SLPVectorizer/AArch64/horizontal.ll | 16 -
.../SLPVectorizer/AArch64/spillcost-di.ll | 4 +-
test/Transforms/SLPVectorizer/X86/PR31847.ll | 153 +++++++
test/Transforms/SLPVectorizer/X86/PR35628_1.ll | 13 +-
test/Transforms/SLPVectorizer/X86/PR35628_2.ll | 5 -
test/Transforms/SLPVectorizer/X86/PR39774.ll | 72 +---
test/Transforms/SLPVectorizer/X86/PR40310.ll | 16 -
test/Transforms/SLPVectorizer/X86/bad-reduction.ll | 28 --
.../SLPVectorizer/X86/horizontal-list.ll | 354 +--------------
.../SLPVectorizer/X86/horizontal-minmax.ll | 476 ++++-----------------
test/Transforms/SLPVectorizer/X86/horizontal.ll | 148 -------
test/Transforms/SLPVectorizer/X86/long_chains.ll | 8 +-
.../SLPVectorizer/X86/reassociated-loads.ll | 31 --
.../SLPVectorizer/X86/reduction_loads.ll | 24 --
.../SLPVectorizer/X86/reduction_unrolled.ll | 35 +-
.../Transforms/SLPVectorizer/X86/remark_horcost.ll | 4 -
.../SLPVectorizer/X86/reorder_repeated_ops.ll | 22 -
test/Transforms/SLPVectorizer/X86/undef_vect.ll | 10 -
.../SLPVectorizer/X86/vectorize-reorder-reuse.ll | 42 --
22 files changed, 379 insertions(+), 1334 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/PR31847.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_bmk/gnu-release-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 981687b8 0: update: binutils-gcc-glibc: 0
new 86d19076 0: update: binutils-gcc-glibc: 0
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 (981687b8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-arm-spec [...]
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:
01-reset_artifacts/console.log | 14 +-
02-prepare_abe/console.log | 4 +-
03-build_abe-binutils/console.log | 10322 +-
.../console.log | 18033 +--
05-build_abe-linux/console.log | 290 +-
06-build_abe-glibc/console.log | 37800 +++---
.../console.log | 45487 ++++---
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 14 +-
09-benchmark/console.log | 449 +-
10-check_regression/console.log | 2189 +-
10-check_regression/results.log | 4607 +-
11-update_baseline/console.log | 975 +-
11-update_baseline/results.log | 4597 +-
console.log | 115609 +++++++++---------
jenkins/manifest.sh | 16 +-
results-0.csv | 3718 +-
results-1.csv | 3850 +-
results-full.csv | 3995 +-
results.csv | 241 +-
results_id | 2 +-
21 files changed, 126567 insertions(+), 125647 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 c257065efa2 [AMDGPU][MC] Corrected handling of relocatable expressions
new da95cdbfb40 [InstCombine] foldUnsignedUnderflowCheck(): s/Subtracted/Ze [...]
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 clang.
from ee61cebc36 [OPENMP]Fix PR43355: DO not emit target calls if only -fopen [...]
new 5b460ada78 Fix __is_fundamental to accept nullptr_t
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/clang/AST/Type.h | 1 +
test/SemaCXX/type-traits.cpp | 1 +
2 files changed, 2 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 gcc.
from 2805977f671 Fix non-canonical CONST_INTs in altivec_copysign_v4sf3 (PR91823)
new de61fb434a5 PR libstdc++/91788 improve codegen for std::variant<T...>::index()
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/std/variant | 12 +++++++++++-
2 files changed, 17 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.