This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_aosp-build-aosp/oriole-master
in repository toolchain/ci/base-artifacts.
from 4b0a2a8f7e55 9: onsuccess: #40: 5: [TCWG CI] Success after aosp_superpr [...]
new 0e5c028c22e9 10: onsuccess: #41: 5: [TCWG CI] Success after aosp_superp [...]
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.xz | Bin 1940 -> 1948 bytes
02-build_aosp_toolchain/console.log.xz | Bin 196624 -> 198024 bytes
03-build_shadow_llvm/console.log.xz | Bin 130972 -> 131132 bytes
04-build_aosp/console.log.xz | Bin 1269392 -> 1247604 bytes
05-process_shadow_data/console.log.xz | Bin 272 -> 272 bytes
06-check_regression/aosp.improvements | 1 +
06-check_regression/console.log.xz | Bin 44724 -> 45316 bytes
06-check_regression/results-vs-first.csv | 22 +-
06-check_regression/results-vs-prev.csv | 1828 ++++++++++++++---------------
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
mail/changes-list-long.txt | 27 +-
mail/changes-list-short.txt | 2 +-
mail/last_good.sh | 24 +-
manifest.sh | 20 +-
size.csv | 1836 +++++++++++++++---------------
17 files changed, 1883 insertions(+), 1883 deletions(-)
create mode 100644 06-check_regression/aosp.improvements
--
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_aosp-code_size-surfaceflinger/oriole-master
in repository toolchain/ci/base-artifacts.
from 7954191a53ed 8: onsuccess: #59: 2: [TCWG CI] Success after aosp_superpr [...]
new ba0f1b45165e 9: onsuccess: #60: 2: [TCWG CI] Success after aosp_superpr [...]
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.xz | Bin 2156 -> 1980 bytes
02-build_aosp_toolchain/console.log.xz | Bin 198036 -> 1728 bytes
03-build_shadow_llvm/console.log.xz | Bin 130580 -> 128820 bytes
04-build_aosp/console.log.xz | Bin 68848 -> 67756 bytes
05-process_shadow_data/console.log.xz | Bin 272 -> 272 bytes
06-check_regression/aosp.improvements | 1 +
06-check_regression/console.log.xz | Bin 6552 -> 6536 bytes
06-check_regression/results-vs-first.csv | 2 +-
06-check_regression/results-vs-prev.csv | 64 +++++++++++++-------------
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
mail/changes-list-long.txt | 27 ++++++-----
mail/changes-list-short.txt | 2 +-
mail/last_good.sh | 24 +++++-----
manifest.sh | 20 ++++-----
size.csv | 74 +++++++++++++++----------------
17 files changed, 110 insertions(+), 110 deletions(-)
create mode 100644 06-check_regression/aosp.improvements
--
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 60a13bbcdfb gdb: cleanup around some set_momentary_breakpoint_at_pc calls
new d466f7492ec Add readMemory and writeMemory requests to DAP
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/data-directory/Makefile.in | 1 +
gdb/python/lib/gdb/dap/__init__.py | 1 +
gdb/python/lib/gdb/dap/memory.py | 51 ++++++++++++++++
gdb/python/lib/gdb/dap/varref.py | 5 ++
gdb/testsuite/gdb.dap/{bt-inner.c => memory.c} | 9 +--
gdb/testsuite/gdb.dap/memory.exp | 85 ++++++++++++++++++++++++++
6 files changed, 148 insertions(+), 4 deletions(-)
create mode 100644 gdb/python/lib/gdb/dap/memory.py
copy gdb/testsuite/gdb.dap/{bt-inner.c => memory.c} (87%)
create mode 100644 gdb/testsuite/gdb.dap/memory.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.
unknown user pushed a change to branch devel/omp/gcc-12
in repository gcc.
from c58b28cb650 OpenACC: Pass pre-allocated 'ptrblock' to 'goacc_noncontig_ [...]
new 43095690ea5 '-foffload-memory=pinned' using offloading device interfaces
new 694bbd399c1 '-foffload-memory=pinned' using offloading device interface [...]
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:
gcc/ChangeLog.omp | 4 +
gcc/doc/invoke.texi | 19 +-
include/ChangeLog.omp | 9 +
include/cuda/cuda.h | 11 +-
libgomp/ChangeLog.omp | 78 +++
libgomp/config/linux/allocator.c | 26 -
libgomp/libgomp-plugin.h | 7 +-
libgomp/libgomp.h | 15 +
libgomp/libgomp.texi | 35 ++
libgomp/libgomp_g.h | 2 +-
libgomp/oacc-mem.c | 16 +
libgomp/plugin/cuda-lib.def | 4 +
libgomp/plugin/plugin-nvptx.c | 435 +++++++++++++-
libgomp/target.c | 826 +++++++++++++++++++++++++--
libgomp/testsuite/libgomp.c/alloc-pinned-7.c | 63 --
15 files changed, 1392 insertions(+), 158 deletions(-)
delete mode 100644 libgomp/testsuite/libgomp.c/alloc-pinned-7.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 devel/omp/gcc-12
in repository gcc.
from 472783f3137 Resolve 'error: unused parameter' in 'gcc/cp/decl2.cc:one_s [...]
new 165b44cd222 libgomp: Document OpenMP 'pinned' memory
new c58b28cb650 OpenACC: Pass pre-allocated 'ptrblock' to 'goacc_noncontig_ [...]
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:
libgomp/ChangeLog.omp | 11 +++++++++++
libgomp/libgomp.texi | 8 ++++++++
libgomp/oacc-int.h | 3 ++-
libgomp/oacc-parallel.c | 5 ++---
libgomp/target.c | 5 +++--
5 files changed, 26 insertions(+), 6 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 glibc.
from 7b3d8558d9 hurd: Microoptimize _hurd_self_sigstate ()
new ac2a14343e manual: Document __wur usage under _FORTIFY_SOURCE
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:
manual/maint.texi | 3 +++
1 file changed, 3 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 2e411b8c68e gdb: don't always print breakpoint location after failed co [...]
new 60a13bbcdfb gdb: cleanup around some set_momentary_breakpoint_at_pc calls
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/infrun.c | 12 ++++++++----
1 file changed, 8 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 gcc.
from b0248580b68 build: Check that -lzstd can be linked
new da3fd017572 ipa: Avoid constructing aggregate jump functions with huge [...]
new 9a75f0a02e5 PR modula2/109388 clang warnings related to Modula-2
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:
gcc/ipa-prop.cc | 7 +-
gcc/m2/gm2-compiler/M2GCCDeclare.mod | 19 ++---
gcc/m2/gm2-compiler/PHBuild.bnf | 149 +----------------------------------
gcc/testsuite/gcc.dg/pr109303.c | 24 ++++++
4 files changed, 41 insertions(+), 158 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr109303.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_aosp-code_size-dex2oat/oriole-master
in repository toolchain/ci/base-artifacts.
from 8e625fd6c491 10: onsuccess: #37: 2: [TCWG CI] Success after aosp_superp [...]
new de8b02fa8d3e 11: onsuccess: #38: 2: [TCWG CI] Success after aosp_superp [...]
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.xz | Bin 1948 -> 1980 bytes
02-build_aosp_toolchain/console.log.xz | Bin 197372 -> 1724 bytes
03-build_shadow_llvm/console.log.xz | Bin 130100 -> 130036 bytes
04-build_aosp/console.log.xz | Bin 45104 -> 45292 bytes
06-check_regression/console.log.xz | Bin 4552 -> 4248 bytes
06-check_regression/results-vs-prev.csv | 12 ++++++------
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
mail/changes-list-long.txt | 27 +++++++++++++--------------
mail/changes-list-short.txt | 2 +-
mail/last_good.sh | 24 ++++++++++++------------
manifest.sh | 20 ++++++++++----------
size.csv | 6 +++---
14 files changed, 48 insertions(+), 49 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-code_size-cpu2017rate/gnu-arm-master-O2_LTO
in repository toolchain/ci/base-artifacts.
at c8670e9f22b7 0: init: #3: 1: [TCWG CI] Success after baseline build: no [...]
This branch includes the following new commits:
new c8670e9f22b7 0: init: #3: 1: [TCWG CI] Success after baseline build: no [...]
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.
--
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 29caf118366 gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.exp
new 5cdf86d3637 asan: csky floatformat_to_double uninitialised value
new 2dc3457a454 gdb: include breakpoint number in testing condition error message
new 0576dff20f0 gdbserver: allows agent_mem_read to return an error code
new 3812b38d8de gdbserver: allow agent expressions to fail with invalid mem [...]
new 1bdcdb41926 gdb: avoid repeated signal reporting during failed conditio [...]
new 2e411b8c68e gdb: don't always print breakpoint location after failed co [...]
The 6 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/breakpoint.c | 15 +-
gdb/infcall.c | 9 +
.../bp-cond-failure.c} | 18 +-
gdb/testsuite/gdb.base/bp-cond-failure.exp | 104 ++++++++++++
.../gdb.base/catch-signal-siginfo-cond.exp | 2 +-
gdb/testsuite/gdb.base/gnu-ifunc.exp | 2 +-
.../infcall-failure.c} | 35 ++--
gdb/testsuite/gdb.base/infcall-failure.exp | 183 +++++++++++++++++++++
gdb/testsuite/gdb.python/py-finish-breakpoint.exp | 2 +-
gdbserver/ax.cc | 12 +-
gdbserver/ax.h | 3 +-
gdbserver/tracepoint.cc | 11 +-
gdbserver/tracepoint.h | 9 +-
opcodes/csky-dis.c | 16 +-
14 files changed, 369 insertions(+), 52 deletions(-)
copy gdb/testsuite/{gdb.mi/mi-var-invalidate-shlib-lib.c => gdb.base/bp-cond-failu [...]
create mode 100644 gdb/testsuite/gdb.base/bp-cond-failure.exp
copy gdb/testsuite/{gdb.mi/mi-var-invalidate-shlib.c => gdb.base/infcall-failure.c} (59%)
create mode 100644 gdb/testsuite/gdb.base/infcall-failure.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_bmk-code_size-spec2k6/llvm-arm-master-O2
in repository toolchain/ci/base-artifacts.
at a532539c7696 0: init: #3: 1: [TCWG CI] Success after baseline build: no [...]
This branch includes the following new commits:
new a532539c7696 0: init: #3: 1: [TCWG CI] Success after baseline build: no [...]
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.
--
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_aosp-code_size-dalvikvm/oriole-master
in repository toolchain/ci/base-artifacts.
from a7e10da6d12e 10: onsuccess: #31: 2: [TCWG CI] Success after aosp_superp [...]
new 50b4401030d5 11: onsuccess: #32: 2: [TCWG CI] Success after aosp_superp [...]
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.xz | Bin 1964 -> 1956 bytes
02-build_aosp_toolchain/console.log.xz | Bin 197872 -> 198064 bytes
03-build_shadow_llvm/console.log.xz | Bin 130832 -> 131432 bytes
04-build_aosp/console.log.xz | Bin 14656 -> 14628 bytes
06-check_regression/console.log.xz | Bin 4128 -> 3780 bytes
06-check_regression/results-vs-prev.csv | 4 ++--
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
mail/changes-list-long.txt | 27 +++++++++++++--------------
mail/changes-list-short.txt | 2 +-
mail/last_good.sh | 24 ++++++++++++------------
manifest.sh | 20 ++++++++++----------
size.csv | 4 ++--
14 files changed, 43 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.