This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards bf865e0b 0: update: binutils-gcc: 1
new 8f0d2857 0: update: gcc-8a15cd3396aa08dc2633982481fe392af0aa9e78: 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 (bf865e0b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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.xz | Bin 1584 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 38340 -> 37468 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 274596 -> 274472 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3824 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 3652 -> 2464 bytes
07-check_regression/console.log.xz | Bin 2880 -> 3112 bytes
07-check_regression/results.compare2 | 169 +-
08-update_baseline/console.log | 421 ++-
08-update_baseline/results.compare2 | 169 +-
jenkins/manifest.sh | 11 +-
sumfiles/g++.log.xz | Bin 3619248 -> 3605864 bytes
sumfiles/g++.sum | 95 +-
sumfiles/gcc.log.xz | Bin 3167888 -> 3200856 bytes
sumfiles/gcc.sum | 4524 +++++++++++------------
sumfiles/gfortran.log.xz | Bin 1074256 -> 1078328 bytes
sumfiles/gfortran.sum | 7 +-
sumfiles/libatomic.log.xz | Bin 2352 -> 2352 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 211028 -> 210612 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2732 -> 2724 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 462684 -> 462960 bytes
sumfiles/libstdc++.sum | 2 +-
25 files changed, 2766 insertions(+), 2638 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-arm-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from afc41ffb99 RISC-V: Reorder the prefixed extensions which are out of order.
adds f18acc9c4e Binutils support for split-dwarf and dwarf-5
adds 90b7a5df15 aarch64: Disallow copy relocations on protected data
adds 3af607d998 Use unique_xmalloc_ptr in interp
adds ee04bfc01e Move mi_interpreter to mi-interp.h
adds b2a696a881 Use std::string for interpreter_p
adds 325600eb11 Automatic date update in version.in
adds 4fb55bf6a9 aarch64: Define elf_backend_extern_protected_data to 0 [PR 18705]
adds 83c325007c aarch64: Allow PC-relative relocations against protected STT [...]
adds ecc741e64e Re: PowerPC64: stub debug dump
adds 570e911f4e PowerPC64: fix assertion in ppc_build_one_stub with -Os code
new c86acd3f18 Use PyBool_FromLong
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:
bfd/elf64-ppc.c | 103 +++++++++++++++----------
bfd/elfnn-aarch64.c | 32 +++++++-
bfd/version.h | 2 +-
binutils/ChangeLog | 13 +++-
binutils/dwarf.c | 57 ++++++++++----
binutils/dwarf.h | 1 +
gdb/interps.c | 15 +---
gdb/interps.h | 10 +--
gdb/main.c | 24 +++---
gdb/main.h | 2 +-
gdb/mi/mi-common.h | 50 ------------
gdb/mi/mi-interp.h | 50 ++++++++++++
gdb/mi/mi-main.c | 2 +-
gdb/python/py-cmd.c | 3 +-
gdb/python/py-symbol.c | 3 +-
gdb/python/py-type.c | 6 +-
gdb/tui/tui-interp.c | 9 +--
ld/testsuite/ld-aarch64/aarch64-elf.exp | 10 +++
ld/testsuite/ld-aarch64/copy-reloc-protected.d | 2 +
ld/testsuite/ld-aarch64/pcrel-protected.s | 11 +++
ld/testsuite/ld-aarch64/pcrel_pic_protected.d | 7 ++
ld/testsuite/ld-aarch64/protected-data.d | 2 +-
ld/testsuite/ld-aarch64/protected.s | 8 ++
23 files changed, 263 insertions(+), 159 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-protected.d
create mode 100644 ld/testsuite/ld-aarch64/pcrel-protected.s
create mode 100644 ld/testsuite/ld-aarch64/pcrel_pic_protected.d
create mode 100644 ld/testsuite/ld-aarch64/protected.s
--
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-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 2c0f42e4 0: update: binutils-gcc: 2
new 29a05bf0 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 (2c0f42e4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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.xz | Bin 1576 -> 1676 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51260 -> 51116 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 533584 -> 530228 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 77 +++-------------------------
jenkins/manifest.sh | 12 ++---
7 files changed, 14 insertions(+), 75 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 linux.
from 399bd66e219e Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/l [...]
new c81aba8fde2a MIPS: Remove repetitive increase irq_err_count
new 4becf6417bbd arch: mips: generic: Add missing of_node_put() in board-ranchu.c
new 608d94cb84c4 mips: mti-malta: Fix refcount leak in malta-time.c
new 48ca54e39173 mips: ralink: Fix refcount leak in of.c
new 72a2af539fff mips: lantiq: falcon: Fix refcount leak bug in sysctrl
new 76695592711e mips: lantiq: xway: Fix refcount leak bug in sysctrl
new eb9e9bc4fa5f mips/pic32/pic32mzda: Fix refcount leak bugs
new db30dc1a5226 mips: dts: ingenic: Add TCU clock to x1000/x1830 tcu device node
new 3748d2185ac4 mips: lantiq: Add missing of_node_put() in irq.c
new 599d16912d07 Merge tag 'mips-fixes_5.19_2' of git://git.kernel.org/pub/ [...]
new 5ccc944dce3d filemap: Correct the conditions for marking a folio as accessed
new cb995f4eeba9 filemap: Handle sibling entries in filemap_get_read_batch()
new b653db77350c mm: Clear page->private when splitting or migrating a page
new 00fa15e0d564 filemap: Fix serialization adding transparent huge pages t [...]
new 16e4bce6de64 Merge tag 'folio-5.19b' of git://git.infradead.org/users/w [...]
The 15 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:
arch/mips/boot/dts/ingenic/x1000.dtsi | 5 +++--
arch/mips/boot/dts/ingenic/x1830.dtsi | 5 +++--
arch/mips/generic/board-ranchu.c | 1 +
arch/mips/lantiq/falcon/sysctrl.c | 6 ++++++
arch/mips/lantiq/irq.c | 1 +
arch/mips/lantiq/xway/sysctrl.c | 4 ++++
arch/mips/mti-malta/malta-time.c | 2 ++
arch/mips/pic32/pic32mzda/init.c | 7 ++++++-
arch/mips/pic32/pic32mzda/time.c | 3 +++
arch/mips/ralink/of.c | 2 ++
arch/mips/vr41xx/common/icu.c | 2 --
drivers/gpio/gpio-vr41xx.c | 2 --
mm/filemap.c | 15 ++++++++++++---
mm/huge_memory.c | 1 +
mm/migrate.c | 1 +
mm/readahead.c | 2 ++
16 files changed, 47 insertions(+), 12 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_gnu_apm/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 9f73b970 0: update: binutils-gcc-linux-glibc: 1
new ba9ea7f6 0: update: binutils-gcc-linux-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 (9f73b970)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-a [...]
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.xz | Bin 1596 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30264 -> 30076 bytes
04-build_abe-stage1/console.log.xz | Bin 90984 -> 90560 bytes
06-build_abe-linux/console.log.xz | Bin 8892 -> 8900 bytes
07-build_abe-glibc/console.log.xz | Bin 232340 -> 232288 bytes
08-build_abe-stage2/console.log.xz | Bin 209460 -> 208548 bytes
09-benchmark/benchmark-build.log | 94 +-
09-benchmark/benchmark.log | 92 +-
09-benchmark/console.log.xz | Bin 3660 -> 3668 bytes
10-check_regression/console.log.xz | Bin 3540 -> 3552 bytes
10-check_regression/csv-results-0/md5sum.csv | 54105 +-
10-check_regression/csv-results-0/perf.csv | 301 +-
10-check_regression/csv-results-0/results.csv | 638618 +++++++++--------
10-check_regression/csv-results-0/size.csv | 655920 +++++++++---------
10-check_regression/csv-results-0/vect.csv | 46 +-
10-check_regression/csv-results-1/md5sum.csv | 49086 +-
10-check_regression/csv-results-1/perf.csv | 314 +-
10-check_regression/csv-results-1/results.csv | 638369 +++++++++--------
10-check_regression/csv-results-1/size.csv | 655775 +++++++++--------
10-check_regression/csv-results-1/vect.csv | 50 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 1 -
10-check_regression/results-full.csv | 307 +-
10-check_regression/results-internal.csv | 71 +-
10-check_regression/results.log | 6826 +-
11-update_baseline/console.log | 2669 +-
11-update_baseline/csv-results-0/md5sum.csv | 54105 +-
11-update_baseline/csv-results-0/perf.csv | 301 +-
11-update_baseline/csv-results-0/results.csv | 638618 +++++++++--------
11-update_baseline/csv-results-0/size.csv | 655920 +++++++++---------
11-update_baseline/csv-results-0/vect.csv | 46 +-
11-update_baseline/csv-results-1/md5sum.csv | 49086 +-
11-update_baseline/csv-results-1/perf.csv | 314 +-
11-update_baseline/csv-results-1/results.csv | 638369 +++++++++--------
11-update_baseline/csv-results-1/size.csv | 655775 +++++++++--------
11-update_baseline/csv-results-1/vect.csv | 50 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 1 -
11-update_baseline/results-full.csv | 307 +-
11-update_baseline/results-internal.csv | 71 +-
11-update_baseline/results.log | 6712 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 6954164 -> 6960380 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 424900 -> 425232 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 19756732 -> 19772508 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 79376 -> 79448 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 28724196 -> 28719200 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 135584 -> 135196 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 848100 -> 849060 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 1164524 -> 1163920 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 5449612 -> 5453904 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 4261224 -> 4263200 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 293816 -> 293704 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 1301348 -> 1301396 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 8738668 -> 8783996 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 29166088 -> 29632600 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 4608524 -> 4537600 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 7037464 -> 6992320 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 8740744 -> 8741044 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 1911228 -> 1911260 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 674732 -> 674364 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 1285688 -> 1284676 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 244576 -> 245492 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 3064212 -> 3065612 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 16387568 -> 16393456 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 82776 -> 82696 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 5980060 -> 5951444 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 364488 -> 365388 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 13138088 -> 13174228 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 1340420 -> 1338108 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 52663808 -> 52698516 bytes
jenkins/manifest.sh | 18 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 6954164 -> 6960380 bytes
save-temps/401.bzip2.tar.xz | Bin 424900 -> 425232 bytes
save-temps/403.gcc.tar.xz | Bin 19756732 -> 19772508 bytes
save-temps/410.bwaves.tar.xz | Bin 79376 -> 79448 bytes
save-temps/416.gamess.tar.xz | Bin 28724196 -> 28719200 bytes
save-temps/429.mcf.tar.xz | Bin 135584 -> 135196 bytes
save-temps/433.milc.tar.xz | Bin 848100 -> 849060 bytes
save-temps/434.zeusmp.tar.xz | Bin 1164524 -> 1163920 bytes
save-temps/435.gromacs.tar.xz | Bin 5449612 -> 5453904 bytes
save-temps/436.cactusADM.tar.xz | Bin 4261224 -> 4263200 bytes
save-temps/437.leslie3d.tar.xz | Bin 293816 -> 293704 bytes
save-temps/444.namd.tar.xz | Bin 1301348 -> 1301396 bytes
save-temps/445.gobmk.tar.xz | Bin 8738668 -> 8783996 bytes
save-temps/447.dealII.tar.xz | Bin 29166088 -> 29632600 bytes
save-temps/450.soplex.tar.xz | Bin 4608524 -> 4537600 bytes
save-temps/453.povray.tar.xz | Bin 7037464 -> 6992320 bytes
save-temps/454.calculix.tar.xz | Bin 8740744 -> 8741044 bytes
save-temps/456.hmmer.tar.xz | Bin 1911228 -> 1911260 bytes
save-temps/458.sjeng.tar.xz | Bin 674732 -> 674364 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 1285688 -> 1284676 bytes
save-temps/462.libquantum.tar.xz | Bin 244576 -> 245492 bytes
save-temps/464.h264ref.tar.xz | Bin 3064212 -> 3065612 bytes
save-temps/465.tonto.tar.xz | Bin 16387568 -> 16393456 bytes
save-temps/470.lbm.tar.xz | Bin 82776 -> 82696 bytes
save-temps/471.omnetpp.tar.xz | Bin 5980060 -> 5951444 bytes
save-temps/473.astar.tar.xz | Bin 364488 -> 365388 bytes
save-temps/481.wrf.tar.xz | Bin 13138088 -> 13174228 bytes
save-temps/482.sphinx3.tar.xz | Bin 1340420 -> 1338108 bytes
save-temps/483.xalancbmk.tar.xz | Bin 52663808 -> 52698516 bytes
102 files changed, 2701175 insertions(+), 2701280 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_llvm_tk1/llvm-release-arm-spec2k6-O3_LTO
in repository toolchain/ci/llvm-project.
from c12386ae247c [MC][AArch64] Enable '+v8a' when nothing specified for MCS [...]
adds ec42d3c069c7 [AVR] Add more devices
adds aa586b6f5f55 [clang][AVR] Implement standard calling convention for AVR [...]
adds f28c006a5895 Bump version to 14.0.6
No new revisions were added by this update.
Summary of changes:
clang/lib/Basic/Targets/AVR.cpp | 543 +++++++++++----------
clang/lib/Driver/ToolChains/AVR.cpp | 17 +
clang/test/Misc/target-invalid-cpu-note.c | 2 +-
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
llvm/CMakeLists.txt | 2 +-
llvm/lib/Target/AVR/AVRDevices.td | 16 +
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 +-
.../llvm/include/llvm/Config/llvm-config.h | 2 +-
12 files changed, 322 insertions(+), 274 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.