This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from 9468a0f95385 [PowerPC] Define XL-compatible macros only for AIX and Linux
adds 67b5bc26bde8 [DebugInfo] Check DIEnumerator bit width when comparing fo [...]
adds d31f8cc6884b [AArch64] Avoid crashing on invalid -Wa,-march= values
adds 69fcfdedc505 [AArch64][GlobalISel] Fix an crash in RBS due to a new reg [...]
adds 0d44201451f0 [MachineOutliner] Don't outline functions starting with PA [...]
No new revisions were added by this update.
Summary of changes:
clang/lib/Driver/ToolChains/Arch/AArch64.cpp | 15 ++-
clang/test/Driver/aarch64-target-as-march.s | 9 ++
llvm/include/llvm/CodeGen/TargetInstrInfo.h | 4 +-
llvm/lib/CodeGen/TargetInstrInfo.cpp | 13 +++
llvm/lib/IR/LLVMContextImpl.h | 5 +-
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +
.../AArch64/GISel/AArch64RegisterBankInfo.cpp | 3 +
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +-
.../GlobalISel/rbs-matrixindex-regclass-crash.mir | 56 ++++++++++
.../CodeGen/AArch64/machine-outliner-patchable.ll | 114 +++++++++++++++++++++
.../CodeGen/RISCV/machine-outliner-patchable.ll | 77 ++++++++++++++
llvm/unittests/IR/DebugInfoTest.cpp | 20 +++-
12 files changed, 309 insertions(+), 11 deletions(-)
create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/rbs-matrixindex-regclass-c [...]
create mode 100644 llvm/test/CodeGen/AArch64/machine-outliner-patchable.ll
create mode 100644 llvm/test/CodeGen/RISCV/machine-outliner-patchable.ll
--
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_kernel/llvm-release-aarch64-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from e140b569e5 Automatic date update in version.in
adds 1e85b8e9ec Automatic date update in version.in
adds c198c877ab Automatic date update in version.in
adds 9bc6649d7b Automatic date update in version.in
adds 6b6f129692 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1d8aa3a1d 2: update: linux-c4a9156f0ab9cfa60124fb2c059b54f069953d71: 40
new 9f14e563c 2: update: binutils-llvm-linux-qemu: 40
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 (1d8aa3a1d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-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.xz | Bin 1548 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 41824 -> 43212 bytes
04-build_llvm/console.log.xz | Bin 58572 -> 57392 bytes
05-build_abe-qemu/console.log.xz | Bin 31632 -> 30340 bytes
06-build_linux/console.log.xz | Bin 3676 -> 3844 bytes
08-check_regression/console.log.xz | Bin 472 -> 476 bytes
09-update_baseline/console.log | 185 +++++++++++++++++++++--------------
jenkins/manifest.sh | 19 ++--
9 files changed, 125 insertions(+), 79 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 c2e5c4feed3 x86: Generate INT3 for __builtin_eh_return
new 8e2771069ed Fortran: Fix ICE in argument_rank_mismatch [PR103287]
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/fortran/interface.c | 6 +++++-
gcc/testsuite/gfortran.dg/c-interop/pr103287-1.f90 | 9 +++++++++
gcc/testsuite/gfortran.dg/c-interop/pr103287-2.f90 | 9 +++++++++
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/c-interop/pr103287-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/c-interop/pr103287-2.f90
--
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-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from ffb864501e x86: drop NoAVX insn attribute
adds d8504344d4 Fix some failures in langs.exp
adds 5220f61a22 Avoid crash in language_info
adds 5bd1d4c158 Clean up some dead code in windows-tdep.c
adds 390abcd903 Use warning in windows-nat error messages
adds 10a85f29c7 gdb: make use add_setshow_prefix_cmd in gnu-nat.c
adds bc521517b7 Introduce target_announce_attach
adds 41e321a897 Use target_announce_detach in more targets
adds 27297937e0 aarch64: Add support for new SME instructions
adds af4004d1da Fix a stack exhaustion bug parsing malicious STABS format de [...]
No new revisions were added by this update.
Summary of changes:
binutils/ChangeLog | 6 +
binutils/debug.c | 18 +-
gas/testsuite/gas/aarch64/sme.d | 25 ++
gas/testsuite/gas/aarch64/sme.s | 31 ++
gdb/darwin-nat.c | 12 +-
gdb/gnu-nat.c | 81 +----
gdb/inf-ptrace.c | 12 +-
gdb/language.c | 2 +-
gdb/nto-procfs.c | 11 +-
gdb/procfs.c | 28 +-
gdb/remote.c | 12 +-
gdb/target.c | 29 +-
gdb/target.h | 5 +
gdb/testsuite/gdb.base/langs.exp | 15 +-
gdb/windows-nat.c | 29 +-
gdb/windows-tdep.c | 44 ++-
opcodes/aarch64-dis-2.c | 637 ++++++++++++++++++++-------------------
opcodes/aarch64-tbl.h | 3 +
18 files changed, 504 insertions(+), 496 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-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 5dfd148a0 0: update: binutils-gcc: 2
new 067eabd14 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 (5dfd148a0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1496 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 38072 -> 37832 bytes
05-build_abe-bootstrap/console.log.xz | Bin 259108 -> 260576 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.