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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 47cbe8c 0: update: llvm-linux: all
new 3717fc6 0: update: llvm-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 (47cbe8c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 28 +-
02-build_llvm/console.log | 11984 ++++++++++++++++++------------------
03-build_linux/console.log | 726 +--
04-boot_linux/console.log | 2 +-
console.log | 12740 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12740 insertions(+), 12748 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-allmodconfig
in repository toolchain/ci/linux.
from 46713c3d2f8d Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
adds 0ecfebd2b524 Linux 5.2
No new revisions were added by this update.
Summary of changes:
Makefile | 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/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c9b4405 0: update: llvm-linux: all
new 565950f 0: update: llvm-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 (c9b4405)
\
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 | 220 +-
02-build_llvm/console.log | 11934 +++++++++++++++---------------
03-build_linux/console.log | 2948 ++++----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 +
console.log | 15135 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 15172 insertions(+), 15110 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 4cb94d10e3e Revert [llvm-ar][test] Increase llvm-ar test coverage
new c3ba993953e Reapply [llvm-ar][test] Increase llvm-ar test coverage
new eeabd49cd2a GlobalISel: Check address space when looking up iPTR size
new 5213f3c6ea3 GlobalISel: widenScalar for G_BUILD_VECTOR
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:
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 8 ++-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 19 ++++++
test/tools/llvm-ar/create.test | 14 +++++
test/tools/llvm-ar/dash-before-letter.test | 12 ++++
test/tools/llvm-ar/default-add.test | 20 +------
test/tools/llvm-ar/delete.test | 67 +++++++++++++++++++++
test/tools/llvm-ar/extract.test | 21 +++++++
test/tools/llvm-ar/insert-after.test | 59 ++++++++++++++++++
test/tools/llvm-ar/insert-before.test | 59 ++++++++++++++++++
test/tools/llvm-ar/move-after.test | 59 ++++++++++++++++++
test/tools/llvm-ar/move-before.test | 69 +++++++++++++++++++++
test/tools/llvm-ar/symtab.test | 70 ++++++++++++++++++++++
.../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 47 +++++++++++++++
13 files changed, 504 insertions(+), 20 deletions(-)
create mode 100644 test/tools/llvm-ar/create.test
create mode 100644 test/tools/llvm-ar/dash-before-letter.test
create mode 100644 test/tools/llvm-ar/delete.test
create mode 100644 test/tools/llvm-ar/extract.test
create mode 100644 test/tools/llvm-ar/insert-after.test
create mode 100644 test/tools/llvm-ar/insert-before.test
create mode 100644 test/tools/llvm-ar/move-after.test
create mode 100644 test/tools/llvm-ar/move-before.test
create mode 100644 test/tools/llvm-ar/symtab.test
--
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 886e6c18b0a 2019-07-08 Richard Biener <rguenther(a)suse.de>
new 4be7ea0e8b9 2019-07-08 Kito Cheng <kito.cheng(a)sifive.com>
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:
ChangeLog | 5 +++++
MAINTAINERS | 1 -
2 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 46713c3d2f8d Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
adds 0ecfebd2b524 Linux 5.2
No new revisions were added by this update.
Summary of changes:
Makefile | 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-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 25c816e70e Automatic date update in version.in
adds 55904abea4 Automatic date update in version.in
adds 3836e1d1ab Re: PowerPC notoc call stub tests
adds 62a47958bd PR24785, bfd crashes on empty .PPC.EMB.apuinfo section
adds ea142fbfc9 Fix breakpoints on file reloads for PIE binaries
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 +++
bfd/elf32-ppc.c | 4 +-
bfd/version.h | 2 +-
gdb/ChangeLog | 4 ++
gdb/symfile.c | 12 ++++++
gdb/testsuite/ChangeLog | 4 ++
gdb/testsuite/gdb.base/break-idempotent.exp | 66 ++++++++++++++++-------------
ld/ChangeLog | 5 +++
ld/testsuite/ld-powerpc/callstub-1.d | 2 +-
ld/testsuite/ld-powerpc/callstub-2.d | 2 +-
10 files changed, 73 insertions(+), 34 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-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d4ae7a3 0: update: binutils-gcc-linux: all
new 9417e78 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 (d4ae7a3)
\
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 | 128 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11329 +++++++--------
04-build_abe-stage1/console.log | 15251 ++++++++++----------
05-build_linux/console.log | 660 +-
06-boot_linux/console.log | 2 +-
console.log | 27804 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 27840 insertions(+), 27784 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.