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.