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-arm-mainline-allyesconfig
in repository toolchain/ci/gcc.
from 0248902c912 Daily bump.
adds 9577eace3e8 Daily bump.
No new revisions were added by this update.
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.
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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f9fc9df9e 0: update: binutils-gcc-linux: all
new 8207f828f 0: update: 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 (f9fc9df9e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 128 +-
02-prepare_abe/console.log | 206 +-
03-build_abe-binutils/console.log | 10503 ++++++-------
04-build_abe-stage1/console.log | 18491 +++++++++++-----------
05-build_linux/console.log | 884 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 30218 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 30224 insertions(+), 30224 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/llvm-master-aarch64-next-defconfig
in repository toolchain/ci/llvm-project.
from f748fdb05ff [X86] Fix -enable-machine-outliner for x86-32 after D48683
adds ae321faeedd [X86] Remove a redundant (scalar_to_vector (extract_vector_ [...]
adds d62bf16131e [LV] Use getMask() when printing recipe [NFCI]
adds a5c96e326a7 [X86] Stop accidentally custom type legalizing v4i32->v4f32 [...]
adds ef4febd85b5 [Attributor] AAUndefinedBehavior: Check for branches on und [...]
adds dc93540acbf Fix handling of newlines in clang-query
adds 544f200c785 Fix newline handling in clang-query parser
adds bee973f4df3 Fix use of named values surrounded by newlines in clang-query
adds 0460a6bdf2f [lldb][NFC] Remove most GetASTContext calls in AST metadata code
adds cde071c4bfb [mlir] Update mlir/CMakeLists.txt to install *.td files
adds c926d96fcab [X86] Make the AVX1 check lines in vec-strict-inttofp-256.l [...]
adds 0007f9da7c0 [lldb][NFC] Delete static versions of ClangASTContext::Crea [...]
adds f7d9584c56d Fix formatting in previous commits
adds 6991d5728f1 [lldb][NFC] Make integer types functions in ClangASTContext [...]
adds b1fb07ddbaa [lldb][NFC] Simplify ClangASTContext::GetTypeForDecl
adds 5edb40c0220 [SelectionDAG] Disallow indirect "i" constraint
new 599d0709100 [X86] Remove dyn_casts to ConstantSDNode for operand 1 of X [...]
new b2f19320dc1 [X86] Use isOneConstant to simplify some code. NFC
new 266cd7717c8 [X86] Use APInt::isOneValue and ConstantSDNode::isOne. NFC
The 3 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:
clang-tools-extra/clang-query/QueryParser.cpp | 2 +-
.../unittests/clang-query/QueryParserTest.cpp | 49 ++
clang/lib/ASTMatchers/Dynamic/Parser.cpp | 20 +-
lldb/include/lldb/Symbol/ClangASTContext.h | 62 +-
.../Clang/ClangExpressionDeclMap.cpp | 4 +-
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 7 +-
lldb/source/Symbol/ClangASTContext.cpp | 153 ++---
lldb/source/Symbol/ClangASTImporter.cpp | 9 +-
llvm/include/llvm/CodeGen/TargetLowering.h | 4 +-
llvm/include/llvm/Transforms/IPO/Attributor.h | 35 +
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 6 +
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 1 -
llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp | 4 -
llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 1 -
llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp | 1 -
llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 4 -
llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 1 -
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 1 -
llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp | 1 -
.../Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 1 -
llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 4 -
llvm/lib/Target/X86/X86ISelLowering.cpp | 228 ++++---
llvm/lib/Target/X86/X86ISelLowering.h | 4 +-
llvm/lib/Transforms/IPO/Attributor.cpp | 192 ++++--
llvm/lib/Transforms/Vectorize/VPlan.cpp | 5 +-
llvm/lib/Transforms/Vectorize/VPlan.h | 2 +-
llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll | 710 +++++++++++++++++----
.../Attributor/IPConstantProp/PR26044.ll | 14 +-
.../IPConstantProp/fp-bc-icmp-const-fold.ll | 2 +-
...lve-after-each-resolving-undefs-for-function.ll | 2 +-
.../Transforms/Attributor/undefined_behavior.ll | 153 ++++-
mlir/CMakeLists.txt | 1 +
32 files changed, 1189 insertions(+), 494 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/llvm-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards efa6d50bf 0: update: llvm-linux: boot
new d2b81eba0 0: update: llvm-linux: boot
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 (efa6d50bf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 70 +-
02-build_llvm/console.log | 12526 +++++++++++++++++-----------------
03-build_linux/console.log | 860 +--
04-boot_linux/console.log | 358 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 16 +-
console.log | 13853 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13836 insertions(+), 13865 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/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from bf8d1cd43865 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 7935799e041a cifs: Adjust indentation in smb2_open_file
adds 046aca3c25fd cifs: Optimize readdir on reparse points
adds cc2f36ec7188 Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfre [...]
adds 98ca480a8f22 locks: print unsigned ino in /proc/locks
adds d75663868d60 Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/l [...]
adds 4d47ce158efb riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
adds 556f47ac6083 riscv: reject invalid syscalls below -1
adds 1833e327a5ea riscv: export flush_icache_all to modules
adds a99efa00891b Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub [...]
adds fd6988496e79 Linux 5.5-rc4
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
arch/riscv/kernel/entry.S | 1 +
arch/riscv/kernel/riscv_ksyms.c | 3 --
arch/riscv/lib/uaccess.S | 4 +++
arch/riscv/mm/cacheflush.c | 1 +
fs/cifs/cifsglob.h | 1 +
fs/cifs/readdir.c | 63 +++++++++++++++++++++++++++++++++++------
fs/cifs/smb2file.c | 2 +-
fs/locks.c | 2 +-
9 files changed, 64 insertions(+), 15 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/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1333f9fed 0: update: llvm-c1a0a213378a458fbea1a5c77b315c7dce08fd05: boot
new 83160c865 0: update: llvm-linux: boot
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 (1333f9fed)
\
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 | 15 +-
02-build_llvm/console.log | 11998 ++++++++++++++++++------------------
03-build_linux/console.log | 562 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 12583 +++++++++++++++++++-------------------
jenkins/manifest.sh | 9 +-
8 files changed, 12721 insertions(+), 12454 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-stable-defconfig
in repository toolchain/ci/gcc.
from 0248902c912 Daily bump.
adds 9577eace3e8 Daily bump.
No new revisions were added by this update.
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.
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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 20aa68d58 0: update: binutils-gcc-linux: boot
new 266485f46 0: update: binutils-gcc-linux: boot
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 (20aa68d58)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 220 +-
02-prepare_abe/console.log | 126 +-
03-build_abe-binutils/console.log | 10958 +++++++--------
04-build_abe-stage1/console.log | 14104 +++++++++----------
05-build_linux/console.log | 802 +-
06-boot_linux/console.log | 354 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 26603 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 26616 insertions(+), 26579 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 binutils-gdb.
from 61b3df8f5b Automatic date update in version.in
new 6a89db5c95 archive.c bfd_zalloc
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/ChangeLog | 11 +++++++++++
bfd/archive.c | 46 +++++++++++++++++++++-------------------------
2 files changed, 32 insertions(+), 25 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-mainline-allyesconfig
in repository toolchain/ci/linux.
from bf8d1cd43865 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 7935799e041a cifs: Adjust indentation in smb2_open_file
adds 046aca3c25fd cifs: Optimize readdir on reparse points
adds cc2f36ec7188 Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfre [...]
adds 98ca480a8f22 locks: print unsigned ino in /proc/locks
adds d75663868d60 Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/l [...]
adds 4d47ce158efb riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
adds 556f47ac6083 riscv: reject invalid syscalls below -1
adds 1833e327a5ea riscv: export flush_icache_all to modules
adds a99efa00891b Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub [...]
adds fd6988496e79 Linux 5.5-rc4
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
arch/riscv/kernel/entry.S | 1 +
arch/riscv/kernel/riscv_ksyms.c | 3 --
arch/riscv/lib/uaccess.S | 4 +++
arch/riscv/mm/cacheflush.c | 1 +
fs/cifs/cifsglob.h | 1 +
fs/cifs/readdir.c | 63 +++++++++++++++++++++++++++++++++++------
fs/cifs/smb2file.c | 2 +-
fs/locks.c | 2 +-
9 files changed, 64 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.