This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tk1
in repository toolchain/ci/interesting-commits.
from b1959fe Add regression a26f1bf67ec70f72e64101cf483b26466928fc38 from [...]
new 1cf9094 Add last-good 9d375a40c3df90dd48edc0e1b1115c702c55d716 from h [...]
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:
llvm | 1 +
1 file changed, 1 insertion(+)
--
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 master
in repository toolchain/gcc-compare-results.
from 544d55d From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb-bise [...]
new 77ef22c From https://ci.linaro.org/job/tcwg_gcc_check-bisect-master-arm/60/
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:
contrib/testsuite-management/flaky/tcwg_gcc_check-master-arm.xfail | 2 ++
1 file changed, 2 insertions(+)
--
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_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/binutils-gdb.
from ba67587722 Automatic date update in version.in
adds ee077885e5 FT32: Remove recursion in ft32_opcode
adds d4f5b5e214 objdump -S test fail on mingw
adds 5c133c1095 Real programmers don't configure gcc using --with-ld
adds d58e54bd27 Fix two regressions caused by CU / TU merging
adds f120bef247 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/testsuite/binutils-all/objcopy.exp | 18 ++-
binutils/testsuite/binutils-all/objdump.exp | 15 +-
binutils/testsuite/lib/binutils-common.exp | 12 ++
gdb/dwarf2/read.c | 114 ++++++++++----
gdb/dwarf2/read.h | 10 --
ld/testsuite/lib/ld-lib.exp | 6 +-
opcodes/ft32-dis.c | 229 ++++++++++++++--------------
8 files changed, 239 insertions(+), 167 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_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
discards 0945500e 0: update: binutils-gcc: 2
new 3039ad3e 0: update: binutils-gcc: 2
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 (0945500e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 | 261 +-
02-prepare_abe/console.log | 480 +-
04-build_abe-binutils/console.log | 12018 +-
05-build_abe-bootstrap_profiled_lto/console.log | 135270 +++++++++----------
06-check_regression/console.log | 16 +-
07-update_baseline/console.log | 16 +-
console.log | 148069 +++++++++++----------
jenkins/manifest.sh | 12 +-
8 files changed, 148086 insertions(+), 148056 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 db3d4129b6f i386: Fix _mm512_fpclass_ps_mask in O0 [PR 101471]
new 3673dcf6d6b Analyze niter for until-wrap condition [PR101145]
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/vect/pr101145.c | 187 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr101145.inc | 65 +++++++++++
gcc/testsuite/gcc.dg/vect/pr101145_1.c | 13 +++
gcc/testsuite/gcc.dg/vect/pr101145_2.c | 13 +++
gcc/testsuite/gcc.dg/vect/pr101145_3.c | 13 +++
gcc/testsuite/gcc.dg/vect/pr101145inf.c | 25 ++++
gcc/testsuite/gcc.dg/vect/pr101145inf.inc | 28 +++++
gcc/testsuite/gcc.dg/vect/pr101145inf_1.c | 23 ++++
gcc/tree-ssa-loop-niter.c | 157 ++++++++++++++-----------
9 files changed, 459 insertions(+), 65 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr101145.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr101145.inc
create mode 100644 gcc/testsuite/gcc.dg/vect/pr101145_1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr101145_2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr101145_3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr101145inf.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr101145inf.inc
create mode 100644 gcc/testsuite/gcc.dg/vect/pr101145inf_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 newlib.
from 1a821390d fix race condition in List_insert
new 6bb96d13a nvptx: Emulate clock and other machine stubs.
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:
newlib/configure.host | 2 +-
newlib/libc/machine/nvptx/Makefile.am | 2 +-
newlib/libc/machine/nvptx/Makefile.in | 11 +++++++++--
newlib/libc/machine/nvptx/clock.c | 18 ++++++++++++++++++
newlib/libc/machine/nvptx/configure | 2 ++
newlib/libc/machine/nvptx/misc.c | 25 +++++++++++++++++++++++++
6 files changed, 56 insertions(+), 4 deletions(-)
create mode 100644 newlib/libc/machine/nvptx/clock.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_gcc_bootstrap/master-aarch64-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from ba67587722 Automatic date update in version.in
adds ee077885e5 FT32: Remove recursion in ft32_opcode
adds d4f5b5e214 objdump -S test fail on mingw
adds 5c133c1095 Real programmers don't configure gcc using --with-ld
adds d58e54bd27 Fix two regressions caused by CU / TU merging
adds f120bef247 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/testsuite/binutils-all/objcopy.exp | 18 ++-
binutils/testsuite/binutils-all/objdump.exp | 15 +-
binutils/testsuite/lib/binutils-common.exp | 12 ++
gdb/dwarf2/read.c | 114 ++++++++++----
gdb/dwarf2/read.h | 10 --
ld/testsuite/lib/ld-lib.exp | 6 +-
opcodes/ft32-dis.c | 229 ++++++++++++++--------------
8 files changed, 239 insertions(+), 167 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_gcc_bootstrap/master-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 597d2276 0: update: binutils-gcc: 2
new c22b7220 0: update: binutils-gcc: 2
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 (597d2276)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 | 204 +-
04-build_abe-binutils/console.log | 12474 +++--
05-build_abe-bootstrap_debug/console.log | 57343 +++++++++++------------
06-check_regression/console.log | 16 +-
07-update_baseline/console.log | 16 +-
console.log | 70301 ++++++++++++++---------------
jenkins/manifest.sh | 12 +-
8 files changed, 70292 insertions(+), 70294 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.