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-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e1c3ea2a 2: update: binutils-llvm-linux-qemu: 22859
new d040a337 2: update: binutils-llvm-linux-qemu: 22860
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 (e1c3ea2a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 1560 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 30212 -> 30224 bytes
04-build_kernel_llvm/console.log.xz | Bin 62744 -> 62944 bytes
05-build_abe-qemu/console.log.xz | Bin 31968 -> 32936 bytes
06-build_linux/console.log.xz | Bin 4864 -> 4884 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 58 +++++++++++++++++------------------
jenkins/manifest.sh | 20 ++++++------
results | 2 +-
10 files changed, 40 insertions(+), 40 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/release-arm-bootstrap_O1
in repository toolchain/ci/binutils-gdb.
from a06ed65fce Automatic date update in version.in
adds 5cc2bdc75b Automatic date update in version.in
adds f0b5a0b568 Automatic date update in version.in
adds 6b2a26c63b 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_gcc_bootstrap/release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 3f181559 0: update: binutils-gcc: 2
new 182b22c3 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 (3f181559)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 1552 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 49216 -> 49840 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 450520 -> 450684 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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 devel/rust/master
in repository gcc.
from 08e407e977e Merge #1313
new 29f57496698 Fix formatting error on 32-bits targets
new d4a0780073b Merge #1308
new 0dbfdb5cfc5 parser: Add base for parsing const generic application
new 848a1a28b91 Merge #1315
new d9fb7d06ca7 ast: Add ConstGenericParam class
new 594854ec08c parser: Build ConstGenericParam properly
new 76f7e45179d Merge #1316
new 94ac628fd20 fix #1263; wrapping gcc's "sorry_at" with "rust_sorry_at"
new 747700e045c continue #94ac628fd20; refactoring codebase to use "rust_sorry_at"
new b711799e3eb Merge #1322
new 5f3c8286b22 ast: Add const generic argument application type
new c0f11672d76 Merge #1317
The 12 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/rust/ast/rust-ast-dump.cc | 4 +
gcc/rust/ast/rust-ast-dump.h | 1 +
gcc/rust/ast/rust-ast-full-decls.h | 1 +
gcc/rust/ast/rust-ast-full-test.cc | 33 ++++
gcc/rust/ast/rust-ast-visitor.h | 1 +
gcc/rust/ast/rust-ast.h | 66 +++++++
gcc/rust/ast/rust-path.h | 203 +++++++++++++++++-----
gcc/rust/backend/rust-compile-expr.cc | 4 +-
gcc/rust/backend/rust-compile-pattern.cc | 3 +-
gcc/rust/expand/rust-attribute-visitor.cc | 5 +
gcc/rust/expand/rust-attribute-visitor.h | 1 +
gcc/rust/expand/rust-macro-expand.cc | 6 +-
gcc/rust/expand/rust-macro-substitute-ctx.cc | 7 +-
gcc/rust/hir/rust-ast-lower-base.cc | 3 +
gcc/rust/hir/rust-ast-lower-base.h | 1 +
gcc/rust/hir/rust-ast-lower-type.h | 16 ++
gcc/rust/lex/rust-lex.cc | 2 +-
gcc/rust/lint/rust-lint-marklive.cc | 4 +-
gcc/rust/parse/rust-parse-impl.h | 186 ++++++++++++--------
gcc/rust/parse/rust-parse.h | 3 +-
gcc/rust/privacy/rust-privacy-reporter.cc | 3 +-
gcc/rust/resolve/rust-ast-resolve-base.cc | 4 +
gcc/rust/resolve/rust-ast-resolve-base.h | 1 +
gcc/rust/resolve/rust-ast-resolve-type.h | 7 +
gcc/rust/rust-diagnostics.h | 5 +
gcc/rust/rust-session-manager.cc | 4 +-
gcc/rust/typecheck/rust-hir-type-check-pattern.cc | 11 +-
gcc/rust/typecheck/rust-tyty.cc | 37 ++--
gcc/testsuite/rust/compile/const_generics_3.rs | 26 +++
29 files changed, 496 insertions(+), 152 deletions(-)
create mode 100644 gcc/testsuite/rust/compile/const_generics_3.rs
--
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 7b97003ccdf Automatic date update in version.in
new acd65fa610d Default to disabling the linker warnings about execstack an [...]
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:
ld/ChangeLog | 11 +++
ld/configure | 235 ++++++++++++++++++++++++--------------------
ld/configure.ac | 14 ++-
ld/testsuite/ld-elf/elf.exp | 13 ++-
4 files changed, 164 insertions(+), 109 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 a0c30fe3b88 ifcvt: Don't introduce trapping or faulting reads in noce_t [...]
new ab981aab92c match.pd: Remove "+ 0x80000000" in int comparisons [PR94899]
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/match.pd | 13 +++++++++++
gcc/testsuite/gcc.dg/pr94899.c | 49 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr94899.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_bmk_llvm_fx/llvm-master-aarch64-spec2k6-O3
in repository toolchain/ci/llvm-project.
at 4d2eda2bb315 Revert "[LLD] [COFF] Use StringTableBuilder to optimize th [...]
This branch includes the following new commits:
new bb095880f87d [Support/BLAKE3] Do a CMake check for the `-mavx512vl` fla [...]
new 9cfbe7bbfea7 [PowerPC][ctrloop] handles calls in preheader before MTCTRloop
new 7a47ee51a145 [llvm] Don't use Optional::getValue (NFC)
new ca4af13e480e [clang] Don't use Optional::getValue (NFC)
new 3815ae29b5cb [machinesink] fix debug invariance issue
new 6d5fc1e3d5ac [mlir] Don't use Optional::getValue (NFC)
new 2fcf99d70346 [libc++] Implement P0174R2 (Deprecating Vestigial Library [...]
new ed8fceaa09cd Don't use Optional::getValue (NFC)
new 957014da2d27 [clang][Analyzer] Add errno state to standard functions modeling.
new a489aa745b62 [mlir][SCF] Add scf::ForeachThread canonicalization.
new 858be1667080 [mlir][memref] Fix layout map computation in inferRankRedu [...]
new 98dbaed1e631 [mlir][SCF] Fold tensor.cast feeding into scf.foreach_thre [...]
new 62abc8c2005e [AMDGPU] Set GFX11 null export target based on export attributes
new 3f81841474fe [AArch64] Add Extract(DUP(C)) as a canonical constant.
new d9afb8c3e8fd [clang-tidy] cppcoreguidelines-virtual-class-destructor sh [...]
new ae76b2f45501 [clang-tidy][docs] Fix wrong sphinx link after d9afb8c3e8f [...]
new 2a9313ee0b11 [ConstraintElimination] Move logic to check condition to h [...]
new 66e24da02728 [mlir][OpenMP][NFC] Parameter refers to single args and he [...]
new ab088de8734b [SROA] Regenerate test checks (NFC)
new 4d2eda2bb315 Revert "[LLD] [COFF] Use StringTableBuilder to optimize th [...]
The 20 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.