This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 0a61ab90 0: update: glibc-1b7f04070bd94f259e2ed24d6fb76309d64fb164: 0
new 535afdee 0: update: llvm-2a7304c806a1c57146598eaee84c6a74eb4c41b8: 0
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 (0a61ab90)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-aarch64- [...]
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 | 66 +-
02-prepare_abe/console.log | 206 +-
03-build_abe-binutils/console.log | 10408 +--
04-build_abe-stage1---/console.log | 14410 ++--
05-build_abe-linux/console.log | 122 +-
06-build_abe-glibc/console.log | 39533 +++++-----
07-build_abe-stage2---/console.log | 37635 +++++-----
08-build_llvm-true/console.log | 11998 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 12 +-
09-benchmark/console.log | 196 +-
10-check_regression/console.log | 6924 +-
11-update_baseline/console.log | 5972 +-
console.log | 131280 +++++++++++++++++-----------------
jenkins/manifest.sh | 8 +-
results-full.csv | 2449 +-
results.csv | 124 +-
results_id | 2 +-
18 files changed, 130312 insertions(+), 131035 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 d41a3effbb53 keys: Fix missing null pointer check in request_key_auth_d [...]
new b9ee5e04fd77 powerpc/64e: Drop stale call to smp_processor_id() which h [...]
new 8205d5d98ef7 powerpc/tm: Fix FP/VMX unavailable exceptions inside a tra [...]
new a8318c13e79b powerpc/tm: Fix restoring FP/VMX facility incorrectly on i [...]
new 13da6ac106be Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/ [...]
new 93d2c4de8d81 vhost/test: fix build for vhost test
new 264b563b8675 vhost/test: fix build for vhost test
new 718be6bab26f virtio-net: lower min ring num_free for efficiency
new 896fc242bc1d vhost: Remove unnecessary variable
new 3d2c7d370475 Revert "vhost: access vq metadata through kernel virtual address"
new 02fa5d7b17a7 mm/balloon_compaction: suppress allocation warnings
new 9d098a6234c1 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new 55f7e5c364dc drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs
new b0dfce90e342 Merge branch 'linux-5.3' of git://github.com/skeggsb/linux [...]
new 08b0c891605a drm/vmwgfx: Fix double free in vmw_recv_msg()
new 7610bb0bde4c Merge branch 'vmwgfx-fixes-5.3' of git://people.freedeskto [...]
new 807f6c8472da drm/ingenic: Hardcode panel type to DPI
new 325d0ab3a1d1 drm/modes: Add a switch to differentiate free standing options
new 728a257f652a drm/modes: Fix the command line parser to take force optio [...]
new 3764137906a5 drm/modes: Introduce a whitelist for the named modes
new 424c38a4e325 drm/selftests: modes: Add more unit tests for the cmdline parser
new 1e19ec6c3c41 Merge tag 'drm-misc-fixes-2019-09-05' of git://anongit.fre [...]
new 08d433d81215 Merge tag 'drm-fixes-2019-09-06' of git://anongit.freedesk [...]
new 8ad8e02c2fa7 Revert "mmc: core: do not retry CMD6 in __mmc_switch()"
new 044597100037 Merge tag 'mmc-v5.3-rc7' of git://git.kernel.org/pub/scm/l [...]
The 24 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:
arch/powerpc/kernel/process.c | 21 +-
arch/powerpc/mm/nohash/tlb.c | 1 -
drivers/gpu/drm/drm_modes.c | 54 ++-
drivers/gpu/drm/ingenic/ingenic-drm.c | 5 +-
.../gpu/drm/nouveau/nvkm/subdev/secboot/gp102.c | 12 +
drivers/gpu/drm/selftests/drm_cmdline_selftests.h | 7 +
.../gpu/drm/selftests/test-drm_cmdline_parser.c | 130 ++++++
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 8 +-
drivers/mmc/core/mmc_ops.c | 2 +-
drivers/net/virtio_net.c | 2 +-
drivers/vhost/test.c | 13 +-
drivers/vhost/vhost.c | 520 +--------------------
drivers/vhost/vhost.h | 41 --
mm/balloon_compaction.c | 3 +-
14 files changed, 224 insertions(+), 595 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 087f60a05c3 [ARM] Sink add/mul(shufflevector(insertelement())) for MVE [...]
new 0cd0037f5cd [SimplifyLibCalls] handle pow(x,-0.0) before it can assert [...]
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/Transforms/Utils/SimplifyLibCalls.cpp | 4 ++--
test/Transforms/InstCombine/pow-4.ll | 10 ++++++++++
2 files changed, 12 insertions(+), 2 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 test-suite.
from 5f757f79 [MemFunctions] Add c++11 flag.
new 6449f091 [MiBench] consumer-typeset: z31: GetMemory(): don't apply off [...]
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:
MultiSource/Benchmarks/MiBench/consumer-typeset/z31.c | 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.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 79600a7599f [Darwin, X86] Backport fix for tests using .p2align.
new f60a2a0954e [Darwin, testsuite ] Fix for PR58321.
new f6158f9a8a9 [Darwin, testsuite] Fix PR63891 (darwin-weakimport-3).
new 6fae923a069 [Darwin, testsuite] Fix PR67958.
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:
gcc/testsuite/ChangeLog | 36 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/darwin-weakimport-3.c | 17 ++++++++++-
gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c | 5 +++-
gcc/testsuite/gcc.target/i386/memset-strategy-1.c | 6 ++--
gcc/testsuite/gcc.target/i386/pr32219-1.c | 12 +++++---
gcc/testsuite/gcc.target/i386/pr32219-2.c | 11 +++++--
gcc/testsuite/gcc.target/i386/pr32219-3.c | 17 ++++++++---
gcc/testsuite/gcc.target/i386/pr32219-4.c | 10 +++++--
gcc/testsuite/gcc.target/i386/pr32219-5.c | 10 +++++--
gcc/testsuite/gcc.target/i386/pr32219-6.c | 15 +++++++---
gcc/testsuite/gcc.target/i386/pr32219-7.c | 16 +++++++---
gcc/testsuite/gcc.target/i386/pr32219-8.c | 12 ++++++--
12 files changed, 137 insertions(+), 30 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 openacc-gcc-9-branch
in repository gcc.
from 7ed5fa7ae91 Tweak error message for mapped parameters.
new d984b460693 [og9] Add omp_pause_resource{,_all} for AMD GCN
new fda67bec41c [og9] Use more appropriate var in localize_reductions call
new 3a62e6e8be2 [og9] OpenACC profiling support for AMD GCN
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:
gcc/ChangeLog.openacc | 5 ++
gcc/gimplify.c | 3 +-
libgomp/ChangeLog.openacc | 14 ++++
libgomp/config/gcn/target.c | 18 ++++
libgomp/plugin/plugin-gcn.c | 96 ++++++++++++++++++++++
.../libgomp.oacc-c-c++-common/acc_prof-init-1.c | 2 +
.../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 4 +
.../acc_prof-parallel-1.c | 12 +++
8 files changed, 153 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-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 6644bbedcc Automatic date update in version.in
adds 6f7a292207 Fix PR ld/24574
adds a1eae34c89 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++++
ld/pe-dll.c | 5 +++++
3 files changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.