This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3ae15d2c9f [X86] Fix i386 struct and union parameter alignment
new 7a3b235bcf Fix test added in r361903 to work on Windows.
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:
test/Driver/print-file-name.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 90f879191c Automatic date update in version.in
new 9698cf9b1c Fix libctf build on non-ELF targets.
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:
ChangeLog | 6 +++
Makefile.def | 5 +++
Makefile.in | 28 +++++++++++++
libctf/ChangeLog | 8 ++++
libctf/config.h.in | 3 ++
libctf/configure | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++
libctf/configure.ac | 31 +++++++++++++++
libctf/ctf-open-bfd.c | 7 +++-
8 files changed, 195 insertions(+), 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-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 02c6905952 Automatic date update in version.in
adds ad231e28d1 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-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 371e64890 0: update: binutils-gcc-linux: all
new 134e9e980 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 (371e64890)
\
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 | 130 +-
02-prepare_abe/console.log | 370 +-
03-build_abe-binutils/console.log | 10765 +++++++--------
04-build_abe-stage1/console.log | 13676 ++++++++++---------
05-build_linux/console.log | 786 +-
06-boot_linux/console.log | 6 +-
console.log | 25949 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 25836 insertions(+), 25858 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 3debcfb7437 [AArch64][SVE2] Asm: support Floating Point Widening Multiply-Add
new 6fb64009dd7 [AArch64][SVE2] Asm: support SVE Bitwise Logical - Unpredic [...]
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/AArch64SVEInstrInfo.td | 11 +++++
lib/Target/AArch64/SVEInstrFormats.td | 70 ++++++++++++++++++++++++++++++
test/MC/AArch64/SVE2/bcax-diagnostics.s | 39 +++++++++++++++++
test/MC/AArch64/SVE2/bcax.s | 52 ++++++++++++++++++++++
test/MC/AArch64/SVE2/bsl-diagnostics.s | 39 +++++++++++++++++
test/MC/AArch64/SVE2/bsl.s | 30 +++++++++++++
test/MC/AArch64/SVE2/bsl1n-diagnostics.s | 39 +++++++++++++++++
test/MC/AArch64/SVE2/bsl1n.s | 30 +++++++++++++
test/MC/AArch64/SVE2/bsl2n-diagnostics.s | 39 +++++++++++++++++
test/MC/AArch64/SVE2/bsl2n.s | 30 +++++++++++++
test/MC/AArch64/SVE2/eor3-diagnostics.s | 39 +++++++++++++++++
test/MC/AArch64/SVE2/eor3.s | 52 ++++++++++++++++++++++
test/MC/AArch64/SVE2/nbsl-diagnostics.s | 39 +++++++++++++++++
test/MC/AArch64/SVE2/nbsl.s | 30 +++++++++++++
test/MC/AArch64/SVE2/xar-diagnostics.s | 60 ++++++++++++++++++++++++++
test/MC/AArch64/SVE2/xar.s | 72 +++++++++++++++++++++++++++++++
16 files changed, 671 insertions(+)
create mode 100644 test/MC/AArch64/SVE2/bcax-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/bcax.s
create mode 100644 test/MC/AArch64/SVE2/bsl-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/bsl.s
create mode 100644 test/MC/AArch64/SVE2/bsl1n-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/bsl1n.s
create mode 100644 test/MC/AArch64/SVE2/bsl2n-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/bsl2n.s
create mode 100644 test/MC/AArch64/SVE2/eor3-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/eor3.s
create mode 100644 test/MC/AArch64/SVE2/nbsl-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/nbsl.s
create mode 100644 test/MC/AArch64/SVE2/xar-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/xar.s
--
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/binutils-gdb.
from 02c6905952 Automatic date update in version.in
adds ad231e28d1 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 168bf9ee8 0: update: binutils-gcc-linux: all
new 24a0bfef2 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 (168bf9ee8)
\
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 | 16 +-
02-prepare_abe/console.log | 148 +-
03-build_abe-binutils/console.log | 10742 +++++++-------
04-build_abe-stage1/console.log | 16983 ++++++++++-----------
05-build_linux/console.log | 752 +-
06-boot_linux/console.log | 2 +-
console.log | 28704 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 28670 insertions(+), 28689 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-mainline-defconfig
in repository toolchain/ci/linux.
from cd6c84d8f0cd Linux 5.2-rc2
adds 9a626c4a6326 ia64: fix build errors by exporting paddr_to_nid()
adds e9646f0f5bb6 gpio: fix gpio-adp5588 build errors
adds ca6584a3316c Merge tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/li [...]
adds ec2e0f4f00c0 pinctrl: stmfx: Fix compile issue when CONFIG_OF_GPIO is n [...]
adds e58926e781d8 pinctrl: intel: Use GENMASK() consistently
adds 670784fb4ebe pinctrl: intel: Clear interrupt status in mask/unmask callback
adds b1fa7d8592c7 Merge tag 'intel-pinctrl-v5.2-2' of git://git.kernel.org/p [...]
adds 9fb67d643f6f Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes:
arch/ia64/mm/numa.c | 1 +
drivers/gpio/Kconfig | 1 +
drivers/pinctrl/Kconfig | 2 +-
drivers/pinctrl/intel/pinctrl-intel.c | 45 ++++++++---------------------------
4 files changed, 13 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.