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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 85b133a8 6: update: llvm-ad73a436dc3bd9a6da0645872b3e9efe95e45e71: 17092
new 21842245 7: reset: linux-192f0f8e9db7efe4ac98d47f5fa4334e43c1204d: 17002
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 | 11915 +++++++++++++++----------------
03-build_linux/console.log | 2460 ++++---
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 65 +-
console.log | 14682 ++++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 15300 insertions(+), 14076 deletions(-)
create mode 100644 reset-baseline
--
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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 80947765 0: update: llvm-linux: boot
new 3a54ea74 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 (80947765)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 175 +-
02-build_llvm/console.log | 11948 ++++++++++++++++----------------
03-build_linux/console.log | 1634 ++---
04-boot_linux/console.log | 354 +-
05-check_regression/console.log | 32 +-
06-update_baseline/console.log | 8 +-
console.log | 14140 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 14134 insertions(+), 14169 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 6f7501ec1fd 2019-07-18 Richard Biener <rguenther(a)suse.de>
new 25657f668ec Fix -Wreturn-type for static naked functions in C
new 2b744af570d Make ifcvt clean up dead comparisons
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:
gcc/ChangeLog | 9 +++++++++
gcc/basic-block.h | 2 ++
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 1 +
gcc/cfgcleanup.c | 8 +++++++-
gcc/ifcvt.c | 7 ++++++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/{pr53633.c => pr53633-2.c} | 11 +++++++----
8 files changed, 42 insertions(+), 6 deletions(-)
copy gcc/testsuite/c-c++-common/{pr53633.c => pr53633-2.c} (59%)
--
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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6d4a9497 2: update: llvm-linux: 17062
new 42a00fe3 2: update: llvm-linux: 17074
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 (6d4a9497)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 184 +-
02-build_llvm/console.log | 11958 ++++++++++++++---------------
03-build_linux/console.log | 3312 ++++----
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 72 +-
console.log | 15540 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 15553 insertions(+), 15541 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 lldb.
from 44552aa5a Only build lldb-tblgen if it's not a current target
new 4361febdb [lldb] Don't double emit option groups
new 901afc3c7 [lldb][NFC] Tablegenify type commands
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:
source/Commands/CommandObjectType.cpp | 90 ++++++++-------------------------
source/Commands/Options.td | 79 +++++++++++++++++++++++++++++
utils/TableGen/LLDBOptionDefEmitter.cpp | 1 -
3 files changed, 101 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.