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-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from d9143b9c02 Automatic date update in version.in
adds 40f4d1e510 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/gnu-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c0b277d5 0: update: binutils-gcc-linux: all
new 3295b4b5 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 (c0b277d5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 130 +-
02-prepare_abe/console.log | 28 +-
03-build_abe-binutils/console.log | 8268 +++++------
04-build_abe-stage1/console.log | 17405 ++++++++++++------------
05-build_linux/console.log | 532 +-
06-boot_linux/console.log | 2 +-
console.log | 26414 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26402 insertions(+), 26389 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 63ef5c068b4 GlobalISel: support swifterror attribute on AArch64.
new 6a95aa40a9d [AArch64][SVE2] Asm: fix overlapping bit
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/Target/AArch64/SVEInstrFormats.td | 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ca195338 0: update: llvm-linux: boot
new 4e94d518 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 (ca195338)
\
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 | 220 +-
02-build_llvm/console.log | 11746 +++++++++++++++++-----------------
03-build_linux/console.log | 808 ++-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 12809 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12788 insertions(+), 12838 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 033d04ba3cc [DSE] Bugfix to avoid PartialStoreMerging involving non byt [...]
new 81f980568b9 [mips] Always check that `shift and add` optimization is ef [...]
new 14ed588ce05 CodeGen: factor out swifterror value tracking.
new 63ef5c068b4 GlobalISel: support swifterror attribute on AArch64.
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:
include/llvm/CodeGen/FunctionLoweringInfo.h | 42 --
include/llvm/CodeGen/GlobalISel/CallLowering.h | 56 ++-
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 3 +
include/llvm/CodeGen/SelectionDAGISel.h | 2 +
include/llvm/CodeGen/SwiftErrorValueTracking.h | 109 +++++
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/GlobalISel/CallLowering.cpp | 14 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 89 +++-
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 50 ---
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 36 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 10 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 278 +-----------
lib/CodeGen/SwiftErrorValueTracking.cpp | 312 +++++++++++++
lib/Target/AArch64/AArch64CallLowering.cpp | 16 +-
lib/Target/AArch64/AArch64CallLowering.h | 14 +-
lib/Target/Mips/MipsSEISelLowering.cpp | 57 +--
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 21 +-
test/CodeGen/AArch64/GlobalISel/swifterror.ll | 518 ++++++++++++++++++++++
test/CodeGen/Mips/const-mult.ll | 311 +++----------
19 files changed, 1228 insertions(+), 711 deletions(-)
create mode 100644 include/llvm/CodeGen/SwiftErrorValueTracking.h
create mode 100644 lib/CodeGen/SwiftErrorValueTracking.cpp
create mode 100644 test/CodeGen/AArch64/GlobalISel/swifterror.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-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/linux.
from 54dee406374c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds fba388032cf2 counter: fix Documentation build error due to incorrect so [...]
adds e6d319f68d4d scripts/spdxcheck.py: Fix path to deprecated licenses
adds 29077bc5b7a4 scripts/spdxcheck.py: Add dual license subdirectory
adds a65fd4f0def5 Documentation: kdump: fix minor typo
adds 61686afe1ff3 Merge tag 'docs-5.2-fixes' of git://git.lwn.net/linux
adds 5cd213b0fec6 xfs: don't reserve per-AG space for an internal log
adds 4dde821e4296 Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/sc [...]
No new revisions were added by this update.
Summary of changes:
Documentation/driver-api/generic-counter.rst | 2 +-
Documentation/kdump/kdump.txt | 2 +-
fs/xfs/libxfs/xfs_ialloc_btree.c | 9 +++++++++
fs/xfs/libxfs/xfs_refcount_btree.c | 9 +++++++++
fs/xfs/libxfs/xfs_rmap_btree.c | 9 +++++++++
scripts/spdxcheck.py | 2 +-
6 files changed, 30 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.