This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6bc54527c62 Daily bump.
new 5f915e9ab02 PR tree-optimization/90240 Revert: 2019-04-23 Bin Cheng [...]
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 | 10 ++
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/g++.dg/tree-ssa/pr90078.C | 199 --------------------------------
gcc/tree-ssa-loop-ivopts.c | 13 ---
4 files changed, 19 insertions(+), 212 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr90078.C
--
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-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d724265 0: update: llvm-linux: 17684
new ba5aac5 0: update: llvm-linux: 17732
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 (d724265)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 166 +-
02-build_llvm/console.log | 11556 +++++++++++++++---------------
03-build_linux/console.log | 2906 ++++----
05-check_regression/console.log | 6 +-
console.log | 14634 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
7 files changed, 14641 insertions(+), 14637 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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 37624b58542f Linux 5.1-rc7
adds 6a5c5d26c4c6 rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use
adds 80871482fd5c x86: make ZERO_PAGE() at least parse its argument
adds 4ee0776760af selftests/seccomp: Prepare for exclusive seccomp flags
adds 7a0df7fbc145 seccomp: Make NEW_LISTENER and TSYNC flags exclusive
adds 83a50840e72a Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
arch/x86/include/asm/pgtable.h | 2 +-
drivers/infiniband/core/uverbs_main.c | 2 +-
kernel/seccomp.c | 17 ++++++++++++--
tools/testing/selftests/seccomp/seccomp_bpf.c | 34 ++++++++++++++++++++-------
4 files changed, 42 insertions(+), 13 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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards df94178 0: update: llvm-linux: 18253
new 3088de1 0: update: llvm-linux: 18253
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 (df94178)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 222 +-
02-build_llvm/console.log | 11672 +++++++++++++++----------------
03-build_linux/console.log | 2418 +++----
05-check_regression/console.log | 12 +-
console.log | 14324 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 14328 insertions(+), 14328 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 f235e145c91 [ORC] Fix an ambiguous call in a unit test.
new 392c1020bc6 [DAGCombiner] Do not generate ISD::ADDE node if adde is not [...]
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 | 4 +++-
test/CodeGen/PowerPC/pr39815.ll | 5 ++---
test/CodeGen/PowerPC/pr40922.ll | 36 ++++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/PowerPC/pr40922.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 clang.
from 753d85a17f [NFC] typo
new 4ecb1e1c61 [analyzer] SmartPtrModeling: Fix a null dereference.
new c208eda5d9 [analyzer] Treat functions without run-time branches as "small".
The 2 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/Analysis/CFG.h | 6 +++
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 19 +++++++
lib/Analysis/CFG.cpp | 45 +++++++++++++++++
lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp | 2 +-
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 7 ++-
.../Core/ExprEngineCallAndReturn.cpp | 42 +++++++++------
test/Analysis/inline-if-constexpr.cpp | 18 +++++++
test/Analysis/smart-ptr.cpp | 10 ++++
unittests/Analysis/CFGTest.cpp | 59 +++++++++++++++++-----
9 files changed, 174 insertions(+), 34 deletions(-)
create mode 100644 test/Analysis/inline-if-constexpr.cpp
--
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-mainline-allyesconfig
in repository toolchain/ci/linux.
from 37624b58542f Linux 5.1-rc7
adds 6a5c5d26c4c6 rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use
adds 80871482fd5c x86: make ZERO_PAGE() at least parse its argument
adds 4ee0776760af selftests/seccomp: Prepare for exclusive seccomp flags
adds 7a0df7fbc145 seccomp: Make NEW_LISTENER and TSYNC flags exclusive
adds 83a50840e72a Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
arch/x86/include/asm/pgtable.h | 2 +-
drivers/infiniband/core/uverbs_main.c | 2 +-
kernel/seccomp.c | 17 ++++++++++++--
tools/testing/selftests/seccomp/seccomp_bpf.c | 34 ++++++++++++++++++++-------
4 files changed, 42 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.