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-master-aarch64-spec2k6-Os-vs-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 3420d5f0e 0: update: binutils-gcc-glibc: 1
new f21d423be 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 (3420d5f0e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-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 | 162 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11553 ++--
04-build_abe-stage1/console.log | 15582 ++---
05-build_abe-linux/console.log | 93 +-
06-build_abe-glibc/console.log | 28021 ++++----
07-build_abe-stage2/console.log | 37449 +++++------
08-benchmark--Os/benchmark-start.log | 2 +-
08-benchmark--Os/benchmark.log | 44 +-
08-benchmark--Os/console.log | 153 +-
09-benchmark--Os_LTO/benchmark-start.log | 2 +-
09-benchmark--Os_LTO/benchmark.log | 44 +-
09-benchmark--Os_LTO/console.log | 153 +-
10-check_regression/console.log | 2352 +-
10-check_regression/new-results-0.csv | 58 +-
10-check_regression/new-results-1.csv | 58 +-
10-check_regression/new-results-brief.csv | 58 +-
10-check_regression/new-results-full.csv | 58 +-
10-check_regression/new-results.csv | 58 +-
10-check_regression/new-results.log | 4702 +-
10-check_regression/ref-results-0.csv | 58 +-
10-check_regression/ref-results-1.csv | 58 +-
10-check_regression/ref-results-brief.csv | 58 +-
10-check_regression/ref-results-full.csv | 58 +-
10-check_regression/ref-results.csv | 58 +-
10-check_regression/ref-results.log | 4810 +-
11-update_baseline/console.log | 2360 +-
11-update_baseline/new-results-0.csv | 58 +-
11-update_baseline/new-results-1.csv | 58 +-
11-update_baseline/new-results-brief.csv | 58 +-
11-update_baseline/new-results-full.csv | 58 +-
11-update_baseline/new-results.csv | 58 +-
11-update_baseline/new-results.log | 4664 +-
11-update_baseline/ref-results-0.csv | 58 +-
11-update_baseline/ref-results-1.csv | 58 +-
11-update_baseline/ref-results-brief.csv | 58 +-
11-update_baseline/ref-results-full.csv | 58 +-
11-update_baseline/ref-results.csv | 58 +-
11-update_baseline/ref-results.log | 4784 +-
console.log | 98318 ++++++++++++++--------------
jenkins/manifest.sh | 23 +-
results_id-1 | 2 +-
results_id-2 | 2 +-
43 files changed, 108394 insertions(+), 108479 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 binutils-gdb.
from 42cf184456f [gdb/testsuite] Add comment in exec_is_pie
new 92651b1d91a gdb: Move construct_inferior_arguments to gdbsupport
new c699004a290 gdbsupport: Adapt construct_inferior_arguments
new 8c4b5f3d987 gdbsupport: Let construct_inferior_arguments take gdb::arra [...]
new b69ca137aca gdbserver: Don't add extra NULL to program args
new ace6b9195e3 nto_process_target::create_inferior: Pass args as char **
new bea571ebd78 Use construct_inferior_arguments which handles special chars
new 7dbfcd6f79d gdbsupport: Drop now unused function 'stringify_argv'
new 75d04512401 gdb/testsuite: support passing inferior arguments with nati [...]
new 6cf66e763ae gdb/testsuite: add inferior arguments test
The 9 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:
gdb/ChangeLog | 5 +
gdb/infcmd.c | 134 +--------------------
gdb/inferior.h | 2 -
gdb/testsuite/ChangeLog | 22 ++++
gdb/testsuite/boards/native-extended-gdbserver.exp | 2 +-
gdb/testsuite/boards/native-gdbserver.exp | 3 -
gdb/testsuite/boards/stdio-gdbserver-base.exp | 2 +-
gdb/testsuite/config/gdbserver.exp | 12 +-
gdb/testsuite/gdb.base/a2-run.exp | 11 +-
gdb/testsuite/gdb.base/args.exp | 6 +
...xpand-symbols-header-file.c => inferior-args.c} | 8 +-
gdb/testsuite/gdb.base/inferior-args.exp | 124 +++++++++++++++++++
gdb/testsuite/lib/gdb.exp | 55 ++++++---
gdbserver/ChangeLog | 23 ++++
gdbserver/linux-low.cc | 2 +-
gdbserver/lynx-low.cc | 2 +-
gdbserver/nto-low.cc | 3 +-
gdbserver/server.cc | 4 +-
gdbserver/win32-low.cc | 2 +-
gdbsupport/ChangeLog | 22 ++++
gdbsupport/common-inferior.cc | 99 +++++++++++++++
gdbsupport/common-inferior.h | 7 ++
gdbsupport/common-utils.cc | 23 ----
gdbsupport/common-utils.h | 4 -
24 files changed, 374 insertions(+), 203 deletions(-)
copy gdb/testsuite/gdb.base/{maint-expand-symbols-header-file.c => inferior-args.c} (88%)
create mode 100644 gdb/testsuite/gdb.base/inferior-args.exp
--
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-next-allyesconfig
in repository toolchain/ci/gcc.
from 8a15faa730f Fold (add -1; zero_ext; add +1) operations to zero_ext when [...]
adds 84935c98221 tree-optimization/33315 - common stores during sinking
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 11 ++
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.dg/tree-ssa/split-path-7.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-13.c | 25 ++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-14.c | 17 +++
gcc/tree-ssa-sink.c | 185 ++++++++++++++++++++++++++-
6 files changed, 242 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-13.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-14.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_kernel/gnu-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 4630e9677 2: update: linux-e8f3274774b45b5f4e9e3d5cad7ff9f43ae3add5: 18792
new ec82849d1 3: reset: gcc-84935c9822183ce403bb361c5f405711b9a808c6: 18786
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 | 164 +-
03-build_abe-binutils/console.log | 10600 +++++-----
04-build_abe-stage1/console.log | 20290 ++++++++++---------
05-build_linux/console.log | 1002 +-
07-check_regression/console.log | 78 +-
07-check_regression/results.regressions | 14 +-
07-check_regression/trigger-bisect | 3 +
08-update_baseline/console.log | 58 +-
08-update_baseline/results.regressions | 14 +-
console.log | 32411 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 13 +-
14 files changed, 32665 insertions(+), 32121 deletions(-)
create mode 100644 07-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 1d3c0b9cd 0: update: binutils-gcc-linux: boot
new 680b0099b 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 (1d3c0b9cd)
\
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 | 66 +-
02-prepare_abe/console.log | 322 +-
03-build_abe-binutils/console.log | 11768 +++++++------
04-build_abe-stage1/console.log | 15090 ++++++++--------
05-build_linux/console.log | 610 +-
06-boot_linux/console.log | 404 +-
07-check_regression/console.log | 6 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 10 +-
08-update_baseline/results.regressions | 2 +-
console.log | 28312 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 28316 insertions(+), 28288 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
in repository toolchain/ci/interesting-commits.
from 928ac62 Add last-good 4a5d072ad97d7d4fd003efff953a6202afd176a0 from h [...]
new 7b2312d Add regression 25c284f14881eeb68b9ddf16c6760b9535d824a8 from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.