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-defconfig
in repository toolchain/ci/binutils-gdb.
from ac0e4b7814 Automatic date update in version.in
adds 9757d0f1c5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 8dc78dfa 0: update: binutils-gcc-linux: boot
new 7c3c88e6 0: update: binutils-gcc-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 (8dc78dfa)
\
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 | 166 +-
02-prepare_abe/console.log | 364 +-
03-build_abe-binutils/console.log | 10892 ++++++++-------
04-build_abe-stage1/console.log | 13361 +++++++++----------
05-build_linux/console.log | 760 +-
06-boot_linux/console.log | 328 +-
console.log | 25900 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 25901 insertions(+), 25882 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e7ad781b 0: update: binutils-gcc-linux: all
new 751424c9 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 (e7ad781b)
\
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 | 164 +-
03-build_abe-binutils/console.log | 11252 ++++----
04-build_abe-stage1/console.log | 14851 +++++------
05-build_linux/console.log | 24554 +++++++++--------
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 39 -
console.log | 51002 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 51015 insertions(+), 50999 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 30ebc3f4abf [X86][SSE] Add SSE4A nt store tests on X86 as well as X64
new 6bcd903608e [llvm-nm] Additional lit tests for command line options
new d8ad380fbff [X86][SSE] Add tests for underaligned nt stores
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:
test/CodeGen/X86/nontemporal-3.ll | 1002 ++++++++++++++++++++
.../{sysv-i386.test => format-sysv-32-bit.test} | 1 -
test/tools/llvm-nm/X86/format-sysv-64-bit.test | 5 +
test/tools/llvm-nm/X86/macho-format-sysv.test | 8 +
test/tools/llvm-nm/X86/portability.test | 25 +
test/tools/llvm-nm/X86/posixELF.test | 4 -
test/tools/llvm-nm/X86/sysv-x86_64.test | 13 -
test/tools/llvm-nm/debug-syms.test | 32 +
test/tools/llvm-nm/format-sysv-binding.test | 44 +
test/tools/llvm-nm/format-sysv-layout.test | 28 +
test/tools/llvm-nm/format-sysv-section.test | 35 +
test/tools/llvm-nm/format-sysv-type.test | 44 +
test/tools/llvm-nm/no-sort.test | 40 +
test/tools/llvm-nm/numeric-sort.test | 44 +
test/tools/llvm-nm/print-filename.test | 19 +
test/tools/llvm-nm/print-size.test | 19 +
test/tools/llvm-nm/undefined-only.test | 20 +
17 files changed, 1365 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/X86/nontemporal-3.ll
rename test/tools/llvm-nm/X86/{sysv-i386.test => format-sysv-32-bit.test} (89%)
create mode 100644 test/tools/llvm-nm/X86/format-sysv-64-bit.test
create mode 100644 test/tools/llvm-nm/X86/macho-format-sysv.test
create mode 100644 test/tools/llvm-nm/X86/portability.test
delete mode 100644 test/tools/llvm-nm/X86/posixELF.test
delete mode 100644 test/tools/llvm-nm/X86/sysv-x86_64.test
create mode 100644 test/tools/llvm-nm/debug-syms.test
create mode 100644 test/tools/llvm-nm/format-sysv-binding.test
create mode 100644 test/tools/llvm-nm/format-sysv-layout.test
create mode 100644 test/tools/llvm-nm/format-sysv-section.test
create mode 100644 test/tools/llvm-nm/format-sysv-type.test
create mode 100644 test/tools/llvm-nm/no-sort.test
create mode 100644 test/tools/llvm-nm/numeric-sort.test
create mode 100644 test/tools/llvm-nm/print-filename.test
create mode 100644 test/tools/llvm-nm/print-size.test
create mode 100644 test/tools/llvm-nm/undefined-only.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/gcc.
from a526d712760 Daily bump.
adds 0b18af2edcc 2019-06-12 Thomas Koenig <tkoenig(a)gcc.gnu.org> Tomáš [...]
adds 2556ec3d27d Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 9 ++++++
gcc/fortran/trans-types.c | 3 ++
gcc/testsuite/ChangeLog | 8 +++++
.../gfortran.dg/deferred_character_33.f90 | 35 ++++++++++++++++++++++
.../gfortran.dg/deferred_character_33a.f90 | 9 ++++++
6 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33a.f90
--
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-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/binutils-gdb.
from ac0e4b7814 Automatic date update in version.in
adds 9757d0f1c5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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_bmk/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 3e357a77 0: init: binutils-gcc-glibc: -5
new 90cd8a6b 0: init: 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 (3e357a77)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-aarch64- [...]
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 | 218 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11046 ++--
04-build_abe-stage1/console.log | 13838 +++--
05-build_abe-linux/console.log | 304 +-
06-build_abe-glibc/console.log | 39069 ++++++-------
07-build_abe-stage2/console.log | 40639 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 12 +-
08-benchmark/console.log | 215 +-
10-update_baseline/console.log | 6 +-
console.log | 105949 +++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
results | 2 +
results_id | 1 +
15 files changed, 105837 insertions(+), 105914 deletions(-)
create mode 100644 results_id
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.