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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b6ed81f1 0: good: llvm-linux: 16
new 04a36c0f 0: good: llvm-linux: 16
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 (b6ed81f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 118 +-
02-build_llvm/console.log | 11397 ++++++++++++++++++-----------------
03-build_linux/console.log | 617 +-
05-check_regression/console.log | 12 +-
console.log | 12168 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
6 files changed, 12139 insertions(+), 12183 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_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 46b54c0c 0: good: binutils-gcc-linux: all
new bc9dff7e 0: good: binutils-gcc-linux: all
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 (46b54c0c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 76 +-
02-prepare_abe/console.log | 123 +-
03-build_abe-binutils/console.log | 10488 +++----
04-build_abe-stage1/console.log | 18782 +++++++------
05-build_linux/console.log | 23342 ++++++++--------
06-boot_linux/console.log | 2 +-
console.log | 52911 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 52862 insertions(+), 52876 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 llvm.
from 4b1adb005fa Add "git llvm revert" and "git llvm svn-lookup" subcommands
new 5c4309d4544 gn build: Add some build files for clangd
new fbfa7eae2fa [MIPS GlobalISel] Select float constants
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:
lib/Target/Mips/MipsInstructionSelector.cpp | 35 ++++++++
lib/Target/Mips/MipsLegalizerInfo.cpp | 3 +
lib/Target/Mips/MipsRegisterBankInfo.cpp | 37 ++++++++-
.../instruction-select/float_constants.mir | 64 +++++++++++++++
.../Mips/GlobalISel/legalizer/float_constants.mir | 49 +++++++++++
.../Mips/GlobalISel/llvm-ir/float_constants.ll | 41 +++++++++
.../GlobalISel/regbankselect/float_constants.mir | 50 +++++++++++
utils/gn/build/libs/atomic/BUILD.gn | 14 ++++
utils/gn/secondary/BUILD.gn | 1 +
.../clang-apply-replacements/BUILD.gn | 1 +
.../gn/secondary/clang-tools-extra/clangd/BUILD.gn | 96 ++++++++++++++++++++++
.../clangd/refactor/tweaks/BUILD.gn | 17 ++++
.../clang-tools-extra/clangd/tool/BUILD.gn | 50 +++++++++++
13 files changed, 454 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/float_constants.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/float_constants.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/float_constants.ll
create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/float_constants.mir
create mode 100644 utils/gn/build/libs/atomic/BUILD.gn
create mode 100644 utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
create mode 100644 utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn
create mode 100644 utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn
--
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 clang.
from 92470c6aad [Analyzer] Constraint Manager - Calculate Effective Range fo [...]
new 5e12e9d63e [CodeGen] Add additional mangling for struct members of non [...]
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:
lib/CodeGen/CGNonTrivialStruct.cpp | 5 ++-
.../nontrivial-c-struct-within-struct-name.m | 44 ++++++++++++++++++++++
test/CodeGenObjC/strong-in-c-struct.m | 32 ++++++++--------
3 files changed, 63 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGenObjC/nontrivial-c-struct-within-struct-name.m
--
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 clang-tools-extra.
from 6c3a9d02 [clangd] Update error message to fix tests after r357173
new de0ab85e gn build: Add some build files for clangd
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:
clangd/refactor/tweaks/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 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_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/ci/gcc.
from 84439205548 Daily bump.
adds 930fe993134 PR target/89827 * config/i386/i386.c (dimode_scalar_chain [...]
adds 81f1ca88f6d Daily bump.
adds 625ba9a3ed3 Backport r265786
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 17 ++++++++++++++++-
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 1 +
gcc/doc/invoke.texi | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr89827.c | 11 +++++++++++
6 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr89827.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.