This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 702a4bd1210 [arm][aarch64] Handle no_insn in TARGET_SCHED_VARIABLE_ISSUE
new f4f166c7ec6 reflect: unexport FFICallbackGo; use go:linkname instead
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/go/gofrontend/MERGE | 2 +-
libgo/go/reflect/makefunc_ffi.go | 11 ++++++-----
libgo/go/reflect/makefunc_ffi_c.c | 6 +++---
3 files changed, 10 insertions(+), 9 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_bmk/llvm-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards fa95a47 0: init: binutils-gcc-glibc-llvm: 0
new 6b28a89 0: init: binutils-gcc-glibc-llvm: 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 (fa95a47)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-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 | 301 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11268 ++--
04-build_abe-stage1---/console.log | 7067 ++
04-build_abe-stage1/console.log | 7088 --
05-build_abe-linux/console.log | 320 +-
06-build_abe-glibc/console.log | 39103 ++++++-----
07-build_abe-stage2---/console.log | 20421 ++++++
07-build_abe-stage2/console.log | 20449 ------
08-build_llvm-true/console.log | 11747 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 64 +-
09-benchmark/console.log | 185 +-
10-check_regression/console.log | 3 +
11-update_baseline/console.log | 6 +-
console.log | 117766 +++++++++++++++++-----------------
jenkins/manifest.sh | 22 +-
results | 4 +-
results_id | 2 +-
19 files changed, 118018 insertions(+), 118228 deletions(-)
create mode 100644 04-build_abe-stage1---/console.log
delete mode 100644 04-build_abe-stage1/console.log
create mode 100644 07-build_abe-stage2---/console.log
delete mode 100644 07-build_abe-stage2/console.log
--
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 7583a6bc10a Fix MSVC lambda capture warnings. NFCI.
new 34ac6f6912d [ARM][AsmParser] Don't dereference a dyn_cast result. NFCI.
new 8880d6274d8 [TableGen] CodeGenMapTable - Don't dereference a dyn_cast r [...]
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:
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 91 ++++++++++++++-----------------
utils/TableGen/CodeGenMapTable.cpp | 4 +-
2 files changed, 43 insertions(+), 52 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 392044a8db2 libgomp plugin-gcn - init string
new 0467f885d40 [og9] A couple of GCN-specific test fixes
new da5cbde4463 [og9] Update expected messages, errors and warnings for "ke [...]
new dce6d63aa6d [og9] Fix uninitialised read in gomp_map_vars_internal
new 9bd8ebbc1a1 [og9] OpenACC profiling-interface fixes for asynchronous op [...]
new 3a25e449d04 [og9] Fix OpenACC "ephemeral" asynchronous host-to-device copies
The 5 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.openacc | 13 ++
.../goacc/classify-kernels-unparallelized.c | 2 +-
.../c-c++-common/goacc/classify-kernels.c | 2 +-
.../c-c++-common/goacc/kernels-decompose-1.c | 12 +-
.../goacc/note-parallelism-1-kernels-loop-auto.c | 36 ++--
.../note-parallelism-1-kernels-straight-line.c | 2 +-
.../note-parallelism-combined-kernels-loop-auto.c | 20 +--
.../goacc/note-parallelism-kernels-loop-auto.c | 36 ++--
gcc/testsuite/c-c++-common/goacc/routine-1.c | 2 +-
.../c-c++-common/goacc/routine-4-extern.c | 8 +-
libgomp/ChangeLog.openacc | 75 ++++++++
libgomp/libgomp-plugin.h | 3 +-
libgomp/libgomp.h | 2 +-
libgomp/oacc-host.c | 6 +-
libgomp/oacc-mem.c | 4 +-
libgomp/oacc-parallel.c | 191 +++++++++++++++++----
libgomp/plugin/plugin-gcn.c | 43 +++--
libgomp/target.c | 104 +++++------
.../libgomp.oacc-c-c++-common/acc_prof-init-1.c | 5 +-
.../acc_prof-parallel-1.c | 64 ++-----
.../libgomp.oacc-c-c++-common/async_queue-1.c | 2 +
.../libgomp.oacc-c-c++-common/asyncwait-nop-1.c | 2 +
.../libgomp.oacc-c-c++-common/deep-copy-10.c | 18 +-
.../function-not-offloaded.c | 4 +-
.../testsuite/libgomp.oacc-c-c++-common/lib-94.c | 4 +-
.../libgomp.oacc-c-c++-common/loop-dim-default.c | 11 +-
.../testsuite/libgomp.oacc-fortran/lib-16-2.f90 | 5 +
27 files changed, 434 insertions(+), 242 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-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/llvm-project.
from 8972a4776da ReleaseNotes: known issue: PR40547
adds 12f174e98c3 Merging r371969: ------------------------------------------ [...]
No new revisions were added by this update.
Summary of changes:
clang/include/clang/Basic/Builtins.def | 2 +-
clang/test/CodeGen/avr-builtins.c | 4 ++++
2 files changed, 5 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/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 21848ee 0: update: llvm-linux: boot
new 6de5eda 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 (21848ee)
\
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 | 175 +-
02-build_llvm/console.log | 12070 ++++++++++++++++++------------------
03-build_linux/console.log | 668 +-
06-update_baseline/console.log | 25 -
console.log | 12938 +++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
6 files changed, 12929 insertions(+), 12961 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 1d6894b4f80 [PowerPC] Exploit single instruction load-and-splat for wor [...]
new 833ff6adf33 Reland "[SLC] Preserve attrs for strncpy(x, "", y) -> memse [...]
new 7583a6bc10a Fix MSVC lambda capture warnings. NFCI.
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:
lib/Transforms/Utils/SimplifyLibCalls.cpp | 5 ++++-
test/Transforms/InstCombine/strncpy-1.ll | 10 ++++++++++
unittests/DebugInfo/GSYM/GSYMTest.cpp | 14 +++++++-------
3 files changed, 21 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.