This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 9f2ed381b Add entry 576161cb6069e2c7656a8ef530727a0f4aefff30 from https [...]
new 6ae9e7dad Add entry 576161cb6069e2c7656a8ef530727a0f4aefff30 from https [...]
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:
.../jira/description | 4 ++++
.../jira/yaml | 4 ++++
.../status.txt | 4 ++++
.../llvm-master-arm-next-allyesconfig}/details.txt | 24 +++++++++++-----------
.../reproduction_instructions.txt | 0
.../status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_kernel/status.txt | 4 ++++
8 files changed, 30 insertions(+), 14 deletions(-)
copy llvm/sha1/{e8ae77947154e10dbc05cbb95ec9e10d3b0be13e/tcwg_kernel/llvm-master-a [...]
copy {linux/sha1/ce8fd0500b741b3669c246cc604f1f2343cdd6fd/tcwg_kernel/llvm-master- [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => llvm/sha1 [...]
copy llvm/sha1/576161cb6069e2c7656a8ef530727a0f4aefff30/tcwg_kernel/{llvm-master-a [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 5ce55d87b Add entry 1a13684dfc7286139064f7d7341462c9995cbd1c from https [...]
new 9f2ed381b Add entry 576161cb6069e2c7656a8ef530727a0f4aefff30 from https [...]
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:
.../tcwg_kernel/llvm-master-arm-next-allyesconfig/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {linux/sha1/9480af8687200edec69eb27d26fac8c335d09344 => llvm/sha1/576161cb606 [...]
copy llvm/sha1/576161cb6069e2c7656a8ef530727a0f4aefff30/tcwg_kernel/{llvm-master-a [...]
--
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 4480aaee575 Automatic date update in version.in
new 617ead3c20a RISC-V: Added vendor extensions, xmipscbop, xmipscmov, xmip [...]
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/elfxx-riscv.c | 12 +++++
gas/NEWS | 1 +
gas/config/tc-riscv.c | 101 +++++++++++++++++++++++++++++++++++
gas/doc/c-riscv.texi | 21 ++++++++
gas/testsuite/gas/riscv/march-help.l | 4 ++
gas/testsuite/gas/riscv/mips-insns.d | 31 +++++++++++
gas/testsuite/gas/riscv/mips-insns.s | 42 +++++++++++++++
include/opcode/riscv-opc.h | 29 ++++++++++
include/opcode/riscv.h | 40 ++++++++++++++
opcodes/riscv-dis.c | 36 +++++++++++++
opcodes/riscv-opc.c | 12 +++++
11 files changed, 329 insertions(+)
create mode 100644 gas/testsuite/gas/riscv/mips-insns.d
create mode 100644 gas/testsuite/gas/riscv/mips-insns.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.
unknown user pushed a change to branch master
in repository gcc.
from 8dba9c7ec97 RISC-V: Add testcases for vec_duplicate + vadd.vv combine c [...]
new 1a2c62212bd diagnostics: convert HTML output test plugin to 'experiment [...]
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/Makefile.in | 1 +
...n_xhtml_format.cc => diagnostic-format-html.cc} | 323 ++++++++-------------
gcc/diagnostic-format-html.h | 37 +++
gcc/doc/invoke.texi | 18 +-
gcc/opts-diagnostic.cc | 60 ++++
gcc/selftest-run-tests.cc | 1 +
gcc/selftest.h | 1 +
.../html-output.exp} | 2 +-
.../gcc.dg/html-output/missing-semicolon.c | 13 +
.../gcc.dg/html-output/missing-semicolon.py | 84 ++++++
.../gcc.dg/plugin/diagnostic-test-xhtml-1.c | 19 --
gcc/testsuite/gcc.dg/plugin/plugin.exp | 2 -
gcc/testsuite/lib/gcc-dg.exp | 1 +
gcc/testsuite/lib/htmltest.py | 9 +
gcc/testsuite/lib/scanhtml.exp | 90 ++++++
libatomic/testsuite/lib/libatomic.exp | 1 +
libgomp/testsuite/lib/libgomp.exp | 1 +
libitm/testsuite/lib/libitm.exp | 1 +
libphobos/testsuite/lib/libphobos-dg.exp | 1 +
libvtv/testsuite/lib/libvtv-dg.exp | 1 +
20 files changed, 449 insertions(+), 217 deletions(-)
rename gcc/{testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.cc => diagnosti [...]
create mode 100644 gcc/diagnostic-format-html.h
copy gcc/testsuite/gcc.dg/{sarif-output/sarif-output.exp => html-output/html-outpu [...]
create mode 100644 gcc/testsuite/gcc.dg/html-output/missing-semicolon.c
create mode 100644 gcc/testsuite/gcc.dg/html-output/missing-semicolon.py
delete mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-xhtml-1.c
create mode 100644 gcc/testsuite/lib/htmltest.py
create mode 100644 gcc/testsuite/lib/scanhtml.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 releases/gcc-15
in repository gcc.
from 7317c72b028 fortran: Add testcases for PR120152, PR120153 and PR120158
new 89ca647487b Daily bump.
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/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 33 +++++++++++++++++++++++
libcpp/ChangeLog | 16 +++++++++++
libgfortran/ChangeLog | 72 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 122 insertions(+), 1 deletion(-)
--
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 releases/gcc-14
in repository gcc.
from a9d390ab17d aarch64: Fix CFA offsets in non-initial stack probes [PR119610]
new 79dae83f62b Daily bump.
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/ChangeLog | 23 +++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 33 +++++++++++++++++++++++++++++++++
libcpp/ChangeLog | 13 +++++++++++++
4 files changed, 70 insertions(+), 1 deletion(-)
--
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 releases/gcc-13
in repository gcc.
from 351ac78e48f libstdc++/112351 - deal with __gthread_once failure during [...]
new 962993f105a Daily bump.
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
--
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 releases/gcc-12
in repository gcc.
from 38abbd8578a Daily bump.
new 0f6b6d9b52c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.