This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 2db08b1f 0: init: binutils-gcc-glibc: -5
new 7ab14b54 0: init: binutils-gcc-glibc: -5
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 (2db08b1f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 | 206 +-
03-build_abe-binutils/console.log | 11071 ++--
04-build_abe-stage1/console.log | 19846 +++---
05-build_abe-linux/console.log | 296 +-
06-build_abe-glibc/console.log | 39587 ++++++------
07-build_abe-stage2/console.log | 46810 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 12 +-
08-benchmark/console.log | 202 +-
10-update_baseline/console.log | 6 +-
console.log | 118458 +++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
13 files changed, 118346 insertions(+), 118388 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 linux.
from db54615e2141 Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/sc [...]
new cc0ba0d8624f drm/vmwgfx: Use the backdoor port if the HB port is not available
new bde15555ba61 drm/vmwgfx: Honor the sg list segment size limitation
new 39916897cd81 drm/vmwgfx: fix a warning due to missing dma_parms
new 47e3c4c96460 Merge branch 'vmwgfx-fixes-5.2' of git://people.freedeskto [...]
new 9870dc39dc53 drm/panfrost: Make sure a BO is only unmapped when appropriate
new 74b67efa8d7b drm: return -EFAULT if copy_to_user() fails
new ea37e1a35c88 Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.fre [...]
new 971afec3a537 drm/i915/gvt: ignore unexpected pvinfo write
new f5633efcedb4 Merge tag 'gvt-fixes-2019-06-19' of https://github.com/int [...]
new 475df5d0f3eb drm/i915: Don't clobber M/N values during fastset check
new 91cbf5d2365c Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.fr [...]
new ff391ecd65a1 gpu: ipu-v3: image-convert: Fix input bytesperline width/h [...]
new bca4d70cf1b8 gpu: ipu-v3: image-convert: Fix input bytesperline for pac [...]
new 912bbf7e9ca4 gpu: ipu-v3: image-convert: Fix image downsize coefficients
new 5eab9cf87b6c Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutro [...]
new 0728f6c3cab1 Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesk [...]
The 16 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:
drivers/gpu/drm/drm_bufs.c | 5 +-
drivers/gpu/drm/drm_ioc32.c | 5 +-
drivers/gpu/drm/i915/gvt/handlers.c | 15 +--
drivers/gpu/drm/i915/intel_display.c | 38 ++++++--
drivers/gpu/drm/panfrost/panfrost_gem.c | 3 +-
drivers/gpu/drm/panfrost/panfrost_gem.h | 1 +
drivers/gpu/drm/panfrost/panfrost_mmu.c | 8 ++
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 3 +
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 146 +++++++++++++++++++++++------
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c | 10 +-
drivers/gpu/ipu-v3/ipu-image-convert.c | 40 +++++---
11 files changed, 209 insertions(+), 65 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 bb999154282 [SLP] Look-ahead operand reordering heuristic.
new 4878bbd9a20 [GlobalISel][IRTranslator] Change switch table translation [...]
new 2cc88925acb [AArch64][GlobalISel] Implement selection support for the n [...]
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:
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 76 ++++
include/llvm/CodeGen/SwitchLoweringUtils.h | 30 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 494 ++++++++++++++++++---
lib/CodeGen/SwitchLoweringUtils.cpp | 1 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 45 ++
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 7 +
.../GlobalISel/arm64-irtranslator-switch.ll | 273 ++++++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 123 -----
.../GlobalISel/legalizer-info-validation.mir | 2 +-
.../AArch64/GlobalISel/select-jump-table-brjt.mir | 125 ++++++
10 files changed, 994 insertions(+), 182 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-switch.ll
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-jump-table-brjt.mir
--
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 gcc.
from c65ba35f1a0 2019-06-21 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 0b17abea530 PR c++/90875 - added -Wswitch-outside-range option
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:
gcc/ChangeLog | 5 +++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-warn.c | 15 ++++++++-------
gcc/c-family/c.opt | 4 ++++
gcc/doc/invoke.texi | 7 +++++++
gcc/testsuite/ChangeLog | 8 ++++++++
6 files changed, 38 insertions(+), 7 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 90f26f90 0: update: binutils-gcc-linux: all
new 5d1af4a4 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 (90f26f90)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 166 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10968 ++++----
04-build_abe-stage1/console.log | 15540 +++++------
05-build_linux/console.log | 24486 ++++++++---------
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 16 +-
console.log | 51627 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
9 files changed, 51610 insertions(+), 51645 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.