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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards ad73bda 0: update: llvm-linux: boot
new 0588991 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 (ad73bda)
\
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 | 220 +-
02-build_llvm/console.log | 11669 ++++----
03-build_linux/console.log | 45472 +++++++++++++++---------------
04-boot_linux/console.log | 336 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 57711 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 57712 insertions(+), 57718 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 2090ec980a8 [AMDGPU] gfx1010 constant bus limit
new ffc5401cfb9 [AMDGPU] gfx1010 allows VOP3 to have a literal
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/AMDGPU/AMDGPUInstrInfo.td | 13 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 74 +++++++--
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 8 +
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 5 +
lib/Target/AMDGPU/SIFoldOperands.cpp | 13 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 60 ++++---
lib/Target/AMDGPU/SIInstrInfo.td | 20 +--
test/CodeGen/AMDGPU/pk_max_f16_literal.ll | 62 +++++++-
test/MC/AMDGPU/expressions.s | 22 ++-
test/MC/AMDGPU/gfx10-constant-bus.s | 35 ++++
test/MC/AMDGPU/literals.s | 20 +--
test/MC/AMDGPU/literalv216-err.s | 18 +--
test/MC/AMDGPU/literalv216.s | 176 ++++++++++++++++++++-
test/MC/AMDGPU/reloc.s | 17 +-
test/MC/AMDGPU/vop2-err.s | 6 +-
test/MC/AMDGPU/vop3-errs.s | 2 +-
test/MC/Disassembler/AMDGPU/literalv216_gfx10.txt | 149 +++++++++++++++++
test/MC/Disassembler/AMDGPU/vop3-literal.txt | 49 ++++++
18 files changed, 629 insertions(+), 120 deletions(-)
create mode 100644 test/MC/AMDGPU/gfx10-constant-bus.s
create mode 100644 test/MC/Disassembler/AMDGPU/literalv216_gfx10.txt
create mode 100644 test/MC/Disassembler/AMDGPU/vop3-literal.txt
--
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/linux.
from f2bc9c908dfe Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/ [...]
adds 6f303d60534c gcc-9: silence 'address-of-packed-member' warning
adds cf676908846a gcc-9: don't warn about uninitialized variable
adds 459e3a21535a gcc-9: properly declare the {pv,hv}clock_page storage
adds 7e74e235bb31 gcc-9: don't warn about uninitialized btrfs extent_type variable
adds 2c2a2fb1e2a9 Revert "ACPICA: Clear status of GPEs before enabling them"
adds fb0af61d3afe Merge tag 'acpi-5.1-rc8' of git://git.kernel.org/pub/scm/l [...]
adds 99bd5fcc505d ARC: PAE40: don't panic and instead turn off hw ioc
adds 21cee1bd1594 ARC: [hsdk] Make it easier to add PAE40 region to DTB
adds 55c0c4c793b5 ARC: memset: fix build with L1_CACHE_SHIFT != 6
adds 65beea4c3a52 Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/ [...]
adds dbe7208c6c4a power: supply: cpcap-battery: Fix division by zero
adds 349ced9984ff power: supply: sysfs: prevent endless uevent loop with CON [...]
adds 600d7258316d Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
arch/arc/boot/dts/hsdk.dts | 13 +++++++------
arch/arc/lib/memset-archs.S | 4 ++--
arch/arc/mm/cache.c | 31 ++++++++++++++++---------------
arch/x86/entry/vdso/vclock_gettime.c | 4 ++--
drivers/acpi/acpica/evgpe.c | 6 +-----
drivers/i2c/i2c-core-base.c | 2 +-
drivers/power/supply/cpcap-battery.c | 3 +++
drivers/power/supply/power_supply_sysfs.c | 6 ------
fs/btrfs/inode.c | 2 +-
10 files changed, 34 insertions(+), 39 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-arm-mainline-allyesconfig
in repository toolchain/ci/gcc.
from a638797fea8 Daily bump.
adds 47d22535738 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/binutils-gdb.
from 9c1d020285 Automatic date update in version.in
adds 54cbac1e77 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 60f7fed 0: update: binutils-gcc-linux: all
new e502602 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 (60f7fed)
\
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 | 130 +-
02-prepare_abe/console.log | 439 +-
03-build_abe-binutils/console.log | 10909 +++++++-------
04-build_abe-stage1/console.log | 16714 +++++++++++----------
05-build_linux/console.log | 676 +-
06-boot_linux/console.log | 2 +-
console.log | 28861 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 28878 insertions(+), 28869 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 6031ec5a281 [X86] Remove the redundant suffix in vfpclassp[d,s]'s broad [...]
new 2090ec980a8 [AMDGPU] gfx1010 constant bus limit
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/AMDGPU/AMDGPUSubtarget.cpp | 20 +++++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 2 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 34 +++++++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 104 +++++++++++++++++++-----
4 files changed, 136 insertions(+), 24 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 libcxx.
from c551aa992 Add missing locale requirement to test.
new 3c06e2e68 [libcxx] cmake - guard list remove
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:
cmake/Modules/CheckLibcxxAtomic.cmake | 10 ++++++----
1 file changed, 6 insertions(+), 4 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-aarch64-mainline-allnoconfig
in repository toolchain/ci/linux.
from f2bc9c908dfe Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/ [...]
adds 6f303d60534c gcc-9: silence 'address-of-packed-member' warning
adds cf676908846a gcc-9: don't warn about uninitialized variable
adds 459e3a21535a gcc-9: properly declare the {pv,hv}clock_page storage
adds 7e74e235bb31 gcc-9: don't warn about uninitialized btrfs extent_type variable
adds 2c2a2fb1e2a9 Revert "ACPICA: Clear status of GPEs before enabling them"
adds fb0af61d3afe Merge tag 'acpi-5.1-rc8' of git://git.kernel.org/pub/scm/l [...]
adds 99bd5fcc505d ARC: PAE40: don't panic and instead turn off hw ioc
adds 21cee1bd1594 ARC: [hsdk] Make it easier to add PAE40 region to DTB
adds 55c0c4c793b5 ARC: memset: fix build with L1_CACHE_SHIFT != 6
adds 65beea4c3a52 Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/ [...]
adds dbe7208c6c4a power: supply: cpcap-battery: Fix division by zero
adds 349ced9984ff power: supply: sysfs: prevent endless uevent loop with CON [...]
adds 600d7258316d Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
arch/arc/boot/dts/hsdk.dts | 13 +++++++------
arch/arc/lib/memset-archs.S | 4 ++--
arch/arc/mm/cache.c | 31 ++++++++++++++++---------------
arch/x86/entry/vdso/vclock_gettime.c | 4 ++--
drivers/acpi/acpica/evgpe.c | 6 +-----
drivers/i2c/i2c-core-base.c | 2 +-
drivers/power/supply/cpcap-battery.c | 3 +++
drivers/power/supply/power_supply_sysfs.c | 6 ------
fs/btrfs/inode.c | 2 +-
10 files changed, 34 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.