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-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 99657134 0: update: binutils-gcc-linux: all
new 8ce577a7 0: update: binutils-gcc-linux: all
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 (99657134)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 11494 +++++++-------
04-build_abe-stage1/console.log | 14865 +++++++++----------
05-build_linux/console.log | 2439 ++-
06-boot_linux/console.log | 2 +-
console.log | 28845 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 28811 insertions(+), 28864 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 14bd9bbfc1d [NFC] [FileCheck] Fix init of stack objects in unit tests
new 1b7dd0a628c [TableGen] Introduce a generic automaton (DFA) backend
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/Support/Automaton.h | 230 +++++++++++++++++++++
include/llvm/TableGen/Automaton.td | 95 +++++++++
unittests/TableGen/Automata.td | 186 +++++++++++++++++
unittests/TableGen/AutomataTest.cpp | 153 ++++++++++++++
unittests/TableGen/CMakeLists.txt | 7 +
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/DFAEmitter.cpp | 394 ++++++++++++++++++++++++++++++++++++
utils/TableGen/DFAEmitter.h | 107 ++++++++++
utils/TableGen/TableGen.cpp | 8 +-
utils/TableGen/TableGenBackends.h | 1 +
10 files changed, 1181 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/Support/Automaton.h
create mode 100644 include/llvm/TableGen/Automaton.td
create mode 100644 unittests/TableGen/Automata.td
create mode 100644 unittests/TableGen/AutomataTest.cpp
create mode 100644 utils/TableGen/DFAEmitter.cpp
create mode 100644 utils/TableGen/DFAEmitter.h
--
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/linux.
from 0f1a7b3fac05 timer-of: don't use conditional expression with mixed 'voi [...]
adds 086bf301f541 MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
adds c1053cd122b2 Merge tag 'kgdb-5.4-rc2' of git://git.kernel.org/pub/scm/l [...]
adds cc3a7bfe62b9 vfs: Fix EOVERFLOW testing in put_compat_statfs64
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 1 +
fs/statfs.c | 17 ++++-------------
2 files changed, 5 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-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 59bf566e 0: update: llvm-linux: boot
new 81ea85f8 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 (59bf566e)
\
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 | 162 +-
02-build_llvm/console.log | 12321 ++++++++++++++++++-----------------
03-build_linux/console.log | 712 +-
04-boot_linux/console.log | 438 +-
06-update_baseline/console.log | 25 +
console.log | 13658 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13632 insertions(+), 13696 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 c15d04b5f6f AMDGPU/GlobalISel: Fix using wrong addrspace for aperture
new 14bd9bbfc1d [NFC] [FileCheck] Fix init of stack objects in unit tests
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:
unittests/Support/FileCheckTest.cpp | 36 ++++++++++++++++--------------------
1 file changed, 16 insertions(+), 20 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/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/gcc.
from bab49f3811b Daily bump.
adds 4c35a88fc1c Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 712e32e2 0: update: binutils-gcc-linux: all
new b9960bfd 0: update: binutils-gcc-linux: all
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 (712e32e2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 130 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11232 +++++++--------
04-build_abe-stage1/console.log | 14028 ++++++++++---------
05-build_linux/console.log | 830 +-
06-boot_linux/console.log | 6 +-
console.log | 26620 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 26636 insertions(+), 26640 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/gnu-release-arm-stable-allyesconfig
in repository toolchain/ci/gcc.
from bab49f3811b Daily bump.
adds 4c35a88fc1c Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.