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 ace5bcc 2: update: binutils-gcc-glibc: 1
new 125ce73 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 (ace5bcc)
\
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 | 130 +-
02-prepare_abe/console.log | 44 +-
03-build_abe-binutils/console.log | 11441 +--
04-build_abe-stage1/console.log | 13895 ++--
05-build_abe-linux/console.log | 272 +-
06-build_abe-glibc/console.log | 38316 ++++-----
07-build_abe-stage2/console.log | 35975 +++++----
08-benchmark--O3/benchmark-start.log | 2 +-
08-benchmark--O3/benchmark.log | 25 +-
08-benchmark--O3/console.log | 259 +-
09-benchmark--O3_LTO/benchmark-start.log | 2 +-
09-benchmark--O3_LTO/benchmark.log | 26 +-
09-benchmark--O3_LTO/console.log | 152 +-
11-check_regression/console.log | 2408 +-
11-check_regression/new-results-0.csv | 58 +-
11-check_regression/new-results-1.csv | 56 +-
11-check_regression/new-results-brief.csv | 58 +-
11-check_regression/new-results-full.csv | 58 +-
11-check_regression/new-results.csv | 58 +-
11-check_regression/new-results.log | 3972 +-
11-check_regression/new-results.regressions | 2 +-
11-check_regression/ref-results-0.csv | 58 +-
11-check_regression/ref-results-1.csv | 58 +-
11-check_regression/ref-results-brief.csv | 58 +-
11-check_regression/ref-results-full.csv | 58 +-
11-check_regression/ref-results.csv | 58 +-
11-check_regression/ref-results.log | 3908 +-
11-check_regression/ref-results.regressions | 2 +-
12-update_baseline/console.log | 4966 +-
12-update_baseline/new-results-0.csv | 58 +-
12-update_baseline/new-results-1.csv | 56 +-
12-update_baseline/new-results-brief.csv | 58 +-
12-update_baseline/new-results-full.csv | 58 +-
12-update_baseline/new-results.csv | 58 +-
12-update_baseline/new-results.log | 3898 +-
12-update_baseline/new-results.regressions | 2 +-
12-update_baseline/ref-results.log | 1940 +-
console.log | 107862 +++++++++++++------------
jenkins/manifest.sh | 14 +-
results_id-1 | 2 +-
results_id-2 | 2 +-
41 files changed, 115117 insertions(+), 115266 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 devel/omp/gcc-10
in repository gcc.
from 7c10ae450b9 libgomp, Fortran: Fix OpenACC "gang reduction on an orphan [...]
new 5b788bed587 Fix failure in testcase c-c++-common/goacc/routine-nohost-1.c
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/ChangeLog.omp | 6 ++++++
gcc/testsuite/c-c++-common/goacc/routine-nohost-1.c | 4 ++--
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.
unknown user pushed a change to branch master
in repository gcc.
from ade6e7204ce critical-hint-*.{c,f90}: Move from gcc/testsuite to libgomp [...]
new 4821e0aabee expr: Allow scalar_int_mode target mode when converting a constant
new 259c3965b1b expmed: Fix possible use of NULL_RTX return value from emit [...]
new a5a8a4e6156 libstdc++: Constrain reverse_iterator and move_iterator con [...]
new 748ada0acb6 Limit pr95237-6.c to x86 targets
new 5980c0dcc6b c++: mangling cleanups
new 18d96339d26 preprocessor: add_path simplifications
new 63fa0927e8a c++: Shrink lambda-expr
new 0f32c94fc72 c++: More cleanups for modern C++
new 5324a3e621d c++: structural_comptypes addition
new 7be9b276b44 dump: filenames containing -
new 6e1e0decc9e c++: Don't add enums to class's decl_list
The 11 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/cp/class.c | 13 ++--
gcc/cp/cp-tree.h | 4 +-
gcc/cp/decl.c | 61 +++++++-----------
gcc/cp/decl2.c | 12 ++--
gcc/cp/error.c | 24 ++++---
gcc/cp/mangle.c | 75 ++++++++--------------
gcc/cp/typeck.c | 24 ++++---
gcc/dumpfile.c | 2 +-
gcc/expmed.c | 35 ++++++----
gcc/expr.c | 4 +-
gcc/incpath.c | 8 ++-
gcc/testsuite/c-c++-common/pr95237-6.c | 4 +-
libstdc++-v3/include/bits/stl_iterator.h | 55 +++++++++++++++-
.../cons/sentinel.cc => move_iterator/dr3435.cc} | 29 +++++----
.../lwg3420.cc => reverse_iterator/dr3435.cc} | 29 ++++-----
15 files changed, 199 insertions(+), 180 deletions(-)
copy libstdc++-v3/testsuite/24_iterators/{istream_iterator/cons/sentinel.cc => mov [...]
copy libstdc++-v3/testsuite/24_iterators/{customization_points/lwg3420.cc => rever [...]
--
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-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 7e46aa1 2: update: binutils-3730a015c05cde8d151f94bef20e43ea2bf96ccc: 1
new 3f6b22d 2: update: glibc-d59630f9959b0bb8991964758ab854ff4378b20d: 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 (7e46aa1)
\
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 | 14 +-
02-prepare_abe/console.log | 160 +-
03-build_abe-binutils/console.log | 11271 ++-
04-build_abe-stage1/console.log | 10907 ++-
05-build_abe-linux/console.log | 212 +-
06-build_abe-glibc/console.log | 38942 +++++------
07-build_abe-stage2/console.log | 34063 ++++-----
09-benchmark--O2_LTO/benchmark-start.log | 2 +-
09-benchmark--O2_LTO/benchmark.log | 6 +-
09-benchmark--O2_LTO/console.log | 180 +-
10-check_regression/console.log | 1094 +-
10-check_regression/results-0.csv | 158 +-
10-check_regression/results-1.csv | 152 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 170 +-
10-check_regression/results.csv | 70 +-
10-check_regression/results.log | 3728 +-
11-update_baseline/console.log | 2702 +-
11-update_baseline/results-1.csv | 152 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 152 +-
11-update_baseline/results.csv | 70 +-
11-update_baseline/results.log | 2750 +-
11-update_baseline/results.regressions | 2 +-
console.log | 103359 ++++++++++++++--------------
jenkins/manifest.sh | 8 +-
results_id | 2 +-
27 files changed, 105356 insertions(+), 105086 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 a67a1c41fe4 gdb/python: Use reference not pointer in py-registers.c
new c9fe1b583c3 Correct an error in the remote protocol specification
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:
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 11 +++++++----
2 files changed, 13 insertions(+), 4 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 a7b4ff4f0a0 gdb/jit: skip jit symbol lookup if already detected the sym [...]
new df16e041dea Fix problems in CTF handling code exposed by the Coverity s [...]
new a67a1c41fe4 gdb/python: Use reference not pointer in py-registers.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:
binutils/ChangeLog | 7 +++++++
binutils/readelf.c | 5 ++++-
gdb/ChangeLog | 7 +++++++
gdb/python/py-registers.c | 18 +++++++++---------
libctf/ChangeLog | 5 +++++
libctf/ctf-archive.c | 19 ++++++-------------
6 files changed, 38 insertions(+), 23 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 39fdda07446 MIPS/GAS/testsuite: Fix JALR relocation tests for IRIX targets
new fe053b9e853 gdb/jit: pass the jiter objfile as an argument to jit_event [...]
new 238b5c9f088 gdb/jit: link to jit_objfile_data directly from the objfile struct
new 0e74a041c0e gdb/jit: split jit_objfile_data in two
new 8c1c720faa4 gdb/jit: apply some simplifications and assertions
new 77208eb7e24 gdb/jit: move cached_code_address and jit_breakpoint to jit [...]
new c8474dc3538 gdb/jit: enable tracking multiple JITer objfiles
new c1072906f1e gdb/jit: remove jiter_objfile_data -> objfile back-link
new 2340e834dfb gdb/jit: apply minor cleanup and modernization
new a7b4ff4f0a0 gdb/jit: skip jit symbol lookup if already detected the sym [...]
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 | 104 ++++++++
gdb/breakpoint.c | 3 +-
gdb/jit.c | 351 +++++++++++----------------
gdb/jit.h | 43 +++-
gdb/objfiles.h | 15 ++
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.base/jit-reader-simple.exp | 43 +++-
7 files changed, 345 insertions(+), 219 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.