This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 6437c10c 0: update: gcc-f57aa9503ff170ff6c8549718bd736f6c8168bab: 1
new a7afba9a 0: update: gcc-68bb7e3b9dc3be6c9ceecc2c87b9c678e1a045dc: 1
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 (6437c10c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 163 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-bootstrap_O1/console.log | 71315 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 71946 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 72010 insertions(+), 71858 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-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from 59fdc6ef34 Automatic date update in version.in
adds 3fd6912bb1 Don't forward-declare struct objfile in dwarf2/frame.h
adds f92ff6b552 Don't allow copying of auto_obstack
adds f056b22b92 Update a comment in psymtab.h
adds 5de4d9ef71 x86/Intel: improve diagnostics
adds 9706160abd x86: also disallow non-byte/-word registers with byte/word suffix
adds 38de8abe21 [gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin)
adds f20e3e823d Disable gdbserver on host != target configurations
adds 5990e377e5 x86-64: Intel64 adjustments for insns dealing with far pointers
adds ddb56fe600 x86: fold two JMP templates
adds 6c0946d0d2 x86: correct VFPCLASSP{S,D} operand size handling
adds cd5900f33b Cache the Thread Local Base pointer type in the gdbarch
adds 052793ad15 Fix kill of processes created by win32_create_inferior
adds d27b8e5f14 Remove dwarf_expr_baton
adds aeefc73cb2 Print more information in arm_dump_tdep
adds 7559c21717 Change booleans to bool in ARM's gdbarch_tdep
adds a9d6541862 Change fde table to a vector
adds a7a3ae5c02 Store the comp_unit instead of the FDE table
adds 0d404d447a Add per-unit obstack
adds 4debb23796 Remove a use of the comp_unit backlink
adds 2198230456 Remove the objfile backlink from comp_unit
adds 3d4560f707 Move the frame data to the BFD when possible
new c273235f6c Automatic date update in version.in
new d1437c0ea6 Remove some dead code from event-loop.c
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:
bfd/version.h | 2 +-
gas/ChangeLog | 49 ++++++
gas/config/tc-i386-intel.c | 6 +-
gas/config/tc-i386.c | 127 ++++++++------
gas/doc/c-i386.texi | 12 ++
gas/testsuite/gas/i386/avx512dq-inval.l | 4 +
gas/testsuite/gas/i386/avx512dq-inval.s | 9 +-
gas/testsuite/gas/i386/general.l | 26 +--
gas/testsuite/gas/i386/general.s | 12 +-
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/intelbad.l | 2 +-
gas/testsuite/gas/i386/inval.l | 17 ++
gas/testsuite/gas/i386/inval.s | 8 +
gas/testsuite/gas/i386/noavx512-2.l | 7 +-
gas/testsuite/gas/i386/noavx512-2.s | 4 +
gas/testsuite/gas/i386/x86-64-branch-3.d | 2 +
gas/testsuite/gas/i386/x86-64-branch-3.s | 3 +
gas/testsuite/gas/i386/x86-64-branch-5.l | 19 ++
gas/testsuite/gas/i386/x86-64-branch-5.s | 19 ++
gas/testsuite/gas/i386/x86-64-intel64.d | 4 +
gas/testsuite/gas/i386/x86-64-intel64.s | 6 +
gdb/ChangeLog | 83 +++++++++
gdb/arm-tdep.c | 40 +++--
gdb/arm-tdep.h | 12 +-
gdb/charset.c | 3 +-
gdb/dwarf2/frame.c | 292 +++++++++++++++----------------
gdb/dwarf2/frame.h | 1 -
gdb/dwarf2/loc.c | 9 -
gdb/event-loop.c | 33 ----
gdb/gdb_obstack.h | 2 +
gdb/psymtab.h | 4 +-
gdb/windows-tdep.c | 15 +-
gdbserver/ChangeLog | 11 ++
gdbserver/configure.srv | 11 +-
gdbserver/win32-low.c | 3 +
opcodes/ChangeLog | 21 +++
opcodes/i386-dis.c | 10 +-
opcodes/i386-opc.tbl | 36 ++--
opcodes/i386-tbl.h | 156 ++++++++++++++---
39 files changed, 731 insertions(+), 350 deletions(-)
create mode 100644 gas/testsuite/gas/i386/x86-64-branch-5.l
create mode 100644 gas/testsuite/gas/i386/x86-64-branch-5.s
--
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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards ae8597ee 0: update: binutils-gcc-linux: boot
new d11a0967 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 (ae8597ee)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 221 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 13048 ++++++-------
04-build_abe-stage1/console.log | 20274 ++++++++++---------
05-build_linux/console.log | 3160 ++-
06-boot_linux/console.log | 384 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 16 +-
console.log | 37535 +++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
10 files changed, 35934 insertions(+), 39148 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_bmk_tk1/llvm-master-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 4860d781 0: update: binutils-gcc-glibc: 1
new 21219475 0: update: llvm-ab2f610f3855b388c46b78be452a49ee491a3951: 1
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 (4860d781)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-master-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 | 129 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 13625 ++-
04-build_abe-stage1/console.log | 20060 ++--
05-build_abe-linux/console.log | 294 +-
06-build_abe-glibc/console.log | 38350 ++++---
07-build_abe-stage2/console.log | 45054 ++++----
08-build_llvm-true/console.log | 12556 +--
10-benchmark--O2_LTO_marm/benchmark-start.log | 2 +-
10-benchmark--O2_LTO_marm/benchmark.log | 4 +-
10-benchmark--O2_LTO_marm/console.log | 140 +-
11-check_regression/console.log | 876 +-
11-check_regression/results-0.csv | 125 +-
11-check_regression/results-1.csv | 117 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 4 +
11-check_regression/results-full.csv | 125 +-
11-check_regression/results.csv | 48 +-
11-check_regression/results.log | 2588 +-
12-update_baseline/console.log | 878 +-
12-update_baseline/results-0.csv | 125 +-
12-update_baseline/results-1.csv | 117 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 4 +
12-update_baseline/results-full.csv | 125 +-
12-update_baseline/results.csv | 48 +-
12-update_baseline/results.log | 2588 +-
console.log | 132374 +++++++++++------------
jenkins/manifest.sh | 12 +-
results_id | 2 +-
30 files changed, 134534 insertions(+), 136318 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_bmk_tx1/gnu-release-aarch64-spec2k6-O3-vs-O3_LTO
in repository toolchain/ci/glibc.
from 994e529a37 Remove incorrect alloc_size attribute from pvalloc [BZ #25401]
adds 43598ef6e2 hppa: Align __clone stack argument to 8 bytes (Bug 25066)
No new revisions were added by this update.
Summary of changes:
NEWS | 1 +
sysdeps/unix/sysv/linux/hppa/clone.S | 9 +++++++--
2 files changed, 8 insertions(+), 2 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_bmk_tx1/gnu-release-aarch64-spec2k6-O3-vs-O3_LTO
in repository toolchain/ci/binutils-gdb.
from a00805ef97 This is a series of backports for binutils 2.33 which addres [...]
adds 2a8719fecd AArch64: Fix cfinv disassembly issues
adds 4dd834659f arm: PR gas/25472 Enable DSP instructions with +mve
No new revisions were added by this update.
Summary of changes:
gas/ChangeLog | 20 +
gas/config/tc-arm.c | 14 +-
gas/testsuite/gas/aarch64/armv8_4-a.d | 1 +
gas/testsuite/gas/aarch64/armv8_4-a.s | 3 +
gas/testsuite/gas/arm/{arch7em.d => mve_dsp.d} | 6 +-
opcodes/ChangeLog | 11 +
opcodes/aarch64-asm-2.c | 174 +-
opcodes/aarch64-dis-2.c | 2364 ++++++++++++------------
opcodes/aarch64-opc-2.c | 16 +-
opcodes/aarch64-tbl.h | 9 +-
10 files changed, 1332 insertions(+), 1286 deletions(-)
copy gas/testsuite/gas/arm/{arch7em.d => mve_dsp.d} (98%)
--
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_tx1/gnu-release-aarch64-spec2k6-O3-vs-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 76ecf194 2: update: binutils-gcc-glibc: 1
new c526f627 2: update: binutils-gcc-glibc: 1
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 (76ecf194)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-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 | 123 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11712 +-
04-build_abe-stage1/console.log | 13726 ++-
05-build_abe-linux/console.log | 310 +-
06-build_abe-glibc/console.log | 39132 +++----
07-build_abe-stage2/console.log | 36753 +++---
08-benchmark--O3/benchmark-start.log | 2 +-
08-benchmark--O3/benchmark.log | 83 +-
08-benchmark--O3/console.log | 175 +-
09-benchmark--O3_LTO/benchmark-start.log | 2 +-
09-benchmark--O3_LTO/benchmark.log | 90 +-
09-benchmark--O3_LTO/console.log | 164 +-
10-check_regression/console.log | 2296 +-
10-check_regression/new-results-0.csv | 58 +-
10-check_regression/new-results-1.csv | 56 +-
10-check_regression/new-results-brief.csv | 30 +
10-check_regression/new-results-full.csv | 60 +-
10-check_regression/new-results.csv | 60 +-
10-check_regression/new-results.log | 3677 +-
10-check_regression/ref-results-0.csv | 58 +-
10-check_regression/ref-results-1.csv | 56 +-
.../ref-results-brief.csv | 2 +-
10-check_regression/ref-results-full.csv | 60 +-
10-check_regression/ref-results.csv | 60 +-
10-check_regression/ref-results.log | 4149 +-
10-check_regression/results-compare.csv | 2 +-
11-update_baseline/console.log | 4716 +-
11-update_baseline/new-results-0.csv | 58 +-
11-update_baseline/new-results-1.csv | 56 +-
11-update_baseline/new-results-brief.csv | 30 +
11-update_baseline/new-results-full.csv | 60 +-
11-update_baseline/new-results.csv | 60 +-
11-update_baseline/new-results.log | 3477 +-
...{ref-results-full.csv => ref-results-brief.csv} | 2 +-
11-update_baseline/ref-results-full.csv | 2 +-
11-update_baseline/ref-results.csv | 2 +-
11-update_baseline/ref-results.log | 1441 +-
11-update_baseline/results-compare.csv | 2 +-
console.log | 109323 +++++++++---------
jenkins/manifest.sh | 20 +-
results_id-1 | 2 +-
results_id-2 | 2 +-
43 files changed, 116325 insertions(+), 116262 deletions(-)
create mode 100644 10-check_regression/new-results-brief.csv
copy 11-update_baseline/new-results-full.csv => 10-check_regression/ref-results-br [...]
create mode 100644 11-update_baseline/new-results-brief.csv
copy 11-update_baseline/{ref-results-full.csv => ref-results-brief.csv} (83%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.