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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4db73306 0: update: binutils-gcc-linux-qemu: all
new 9283858f 0: update: binutils-gcc-linux-qemu: 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 (4db73306)
\
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 | 220 +-
02-prepare_abe/console.log | 398 +-
03-build_abe-binutils/console.log | 11920 ++++----
04-build_abe-stage1/console.log | 19489 ++++++------
05-build_linux/console.log | 9417 +++---
06-build_abe-qemu/console.log | 6794 ++---
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 48060 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 48213 insertions(+), 48141 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 52a5515ed66 Simplify {gimplify_and_,}update_call_from_tree API
new 577d05fc914 tree-optimization/99473 - more cselim
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:
gcc/testsuite/gcc.dg/tree-ssa/pr99473-1.c | 14 ++++++++++++++
gcc/tree-ssa-phiopt.c | 5 ++---
2 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr99473-1.c
--
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 binutils-gdb.
from fe134c65699 x86: optimize LEA
new d965814fb65 x86: limit 32-bit @size overflow checks to 64-bit objects
new 8fb8824599f x86: add IS_ELF to check whether to resolve @size reloc
new a7664973b24 x86: correct overflow checking for 16-bit PC-relative relocs
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:
bfd/ChangeLog | 7 +++++++
bfd/elf32-i386.c | 2 +-
bfd/elf64-x86-64.c | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.c | 4 +++-
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pcrel16-2.d | 5 +++++
ld/testsuite/ld-i386/pcrel16-2.s | 12 ++++++++++++
ld/testsuite/ld-x86-64/pcrel16-2.d | 5 +++++
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
11 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pcrel16-2.d
create mode 100644 ld/testsuite/ld-i386/pcrel16-2.s
create mode 100644 ld/testsuite/ld-x86-64/pcrel16-2.d
--
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 binutils-gdb.
from c290cb01fac gdb: fix sparc build failure of linux-nat
new b8188555490 x86-64: have value properly checked when resolving fixup
new fe134c65699 x86: optimize LEA
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:
gas/ChangeLog | 21 ++++
gas/config/tc-i386.c | 155 ++++++++++++++++++++++++++++-
gas/testsuite/gas/i386/i386.exp | 4 +
gas/testsuite/gas/i386/lea-optimize.d | 41 +++++++-
gas/testsuite/gas/i386/lea.d | 39 +++++++-
gas/testsuite/gas/i386/lea.e | 1 +
gas/testsuite/gas/i386/lea.s | 54 +++++++++-
gas/testsuite/gas/i386/lea16-optimize.d | 48 +++++++++
gas/testsuite/gas/i386/lea16.s | 7 ++
gas/testsuite/gas/i386/lea64-optimize.d | 71 +++++++++++++
gas/testsuite/gas/i386/lea64.d | 70 +++++++++++++
gas/testsuite/gas/i386/{lea.e => lea64.e} | 1 +
gas/testsuite/gas/i386/lea64.s | 84 ++++++++++++++++
gas/testsuite/gas/i386/x86-64-addr32-bad.l | 29 ++++++
gas/testsuite/gas/i386/x86-64-addr32-bad.s | 15 +++
opcodes/ChangeLog | 5 +
opcodes/i386-opc.tbl | 2 +-
opcodes/i386-tbl.h | 2 +-
18 files changed, 638 insertions(+), 11 deletions(-)
create mode 100644 gas/testsuite/gas/i386/lea16-optimize.d
create mode 100644 gas/testsuite/gas/i386/lea16.s
create mode 100644 gas/testsuite/gas/i386/lea64-optimize.d
create mode 100644 gas/testsuite/gas/i386/lea64.d
copy gas/testsuite/gas/i386/{lea.e => lea64.e} (73%)
create mode 100644 gas/testsuite/gas/i386/lea64.s
create mode 100644 gas/testsuite/gas/i386/x86-64-addr32-bad.l
create mode 100644 gas/testsuite/gas/i386/x86-64-addr32-bad.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.
unknown user pushed a change to branch releases/gcc-8
in repository gcc.
from 209b1a4c88f Daily bump.
new 18dd25a17d3 early-remat: Handle sets of multiple candidate regs [PR94605]
new 5ced791a384 aarch64: Tweak post-RA handling of CONST_INT moves [PR98136]
new 42a8453ae89 Check for matching CONST_VECTOR encodings [PR99929]
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:
gcc/config/aarch64/aarch64.md | 17 +++++++++++++----
gcc/cse.c | 5 +++++
gcc/cselib.c | 5 +++++
gcc/early-remat.c | 2 +-
gcc/jump.c | 5 +++++
gcc/lra-constraints.c | 5 +++++
gcc/reload.c | 5 +++++
gcc/rtl.c | 10 ++++++++++
gcc/rtl.h | 17 +++++++++++++++++
gcc/testsuite/g++.dg/pr98136.C | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/pr94605.c | 12 ++++++++++++
11 files changed, 104 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr98136.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr94605.c
--
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/gnu-master-arm-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 2416295b 0: update: gcc-ea7b1cf534a7a653e1221bcd9004c2d0f5418e88: 1
new 77db123d 0: 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 (2416295b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-s [...]
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 | 59 +-
02-prepare_abe/console.log | 268 +-
03-build_abe-binutils/console.log | 11418 +--
04-build_abe-stage1/console.log | 19345 +++--
06-build_abe-linux/console.log | 1990 +-
07-build_abe-glibc/console.log | 38384 ++++-----
08-build_abe-stage2/console.log | 39310 +++++----
10-benchmark--O3_marm/benchmark-start.log | 2 +-
10-benchmark--O3_marm/benchmark.log | 23 +-
10-benchmark--O3_marm/console.log | 175 +-
11-check_regression/console.log | 3652 +-
11-check_regression/results-0.csv | 3172 +-
11-check_regression/results-1.csv | 3229 +-
11-check_regression/results-brief.csv | 58 +-
11-check_regression/results-compare.csv | 10 +-
11-check_regression/results-full.csv | 3448 +-
11-check_regression/results.csv | 240 +-
11-check_regression/results.log | 4216 +-
12-update_baseline/console.log | 702 +-
12-update_baseline/results-0.csv | 3172 +-
12-update_baseline/results-1.csv | 3229 +-
12-update_baseline/results-brief.csv | 58 +-
12-update_baseline/results-compare.csv | 10 +-
12-update_baseline/results-full.csv | 3448 +-
12-update_baseline/results.csv | 240 +-
12-update_baseline/results.log | 4220 +-
console.log | 115399 ++++++++++++++-------------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
29 files changed, 130489 insertions(+), 129012 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.