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 fcea4b6e384 [og9] Update parallel-dims.c and serial-dims.c warning line [...]
new 6a2a29256ca [og9] Add missing exec_params libgomp plugin entry points
new a48bf635e1b [og9] Fix configury for AMD GCN testing
new bae2ce6026b [og9] Use a single worker for OpenACC on 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 | 7 +++++++
gcc/config/gcn/gcn.c | 4 ++--
gcc/config/gcn/gcn.opt | 2 +-
libgomp/ChangeLog.openacc | 23 ++++++++++++++++++++++
libgomp/configure | 1 +
libgomp/plugin/configfrag.ac | 1 +
libgomp/plugin/plugin-gcn.c | 21 +++++++++++++++++++-
libgomp/testsuite/lib/libgomp.exp | 7 +++++--
libgomp/testsuite/libgomp.oacc-c++/c++.exp | 3 +--
libgomp/testsuite/libgomp.oacc-c/c.exp | 3 +--
libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 3 +--
11 files changed, 63 insertions(+), 12 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a911fdba 2: update: linux-3880be629e26f6c407593602398c6651860d5fae: 18718
discards 7743481c 1: reset: linux-7b5cf701ea9c395c792e2a7e3b7caf4c68b87721: 18680
discards afc6a300 0: update: llvm-af0c828a1ef2a85e8e98d97e8f72d985ed08fe6f: all
new fbdd92e4 0: update: llvm-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 (a911fdba)
\
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 | 166 +-
02-build_llvm/console.log | 11984 ++++++++++++++++++-----------------
03-build_linux/console.log | 729 +--
04-boot_linux/console.log | 8 +
05-check_regression/console.log | 9 +-
06-update_baseline/console.log | 69 +-
console.log | 12965 +++++++++++++++++++-------------------
jenkins/manifest.sh | 15 +-
results | 4 +-
9 files changed, 13133 insertions(+), 12816 deletions(-)
create mode 100644 04-boot_linux/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 66d11c88dc7 [X86] XFormVExtractWithShuffleIntoLoad - handle shuffle mas [...]
new 0d8b491b7ee [ObjC][ARC] Upgrade calls to ARC runtime functions to intri [...]
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:
include/llvm/IR/AutoUpgrade.h | 4 ++
lib/Bitcode/Reader/BitcodeReader.cpp | 1 +
lib/IR/AutoUpgrade.cpp | 82 +++++++++++++++++++++++++-----
test/Bitcode/upgrade-arc-runtime-calls.bc | Bin 0 -> 2896 bytes
test/Bitcode/upgrade-arc-runtime-calls.ll | 75 +++++++++++++++++++++++++++
test/Bitcode/upgrade-clang-arc-use.ll | 4 +-
test/Bitcode/upgrade-mrr-runtime-calls.bc | Bin 0 -> 2720 bytes
7 files changed, 150 insertions(+), 16 deletions(-)
create mode 100644 test/Bitcode/upgrade-arc-runtime-calls.bc
create mode 100644 test/Bitcode/upgrade-arc-runtime-calls.ll
create mode 100644 test/Bitcode/upgrade-mrr-runtime-calls.bc
--
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 lld.
from 7254ee134 [ELF][AArch64] Delete two unused RUN lines from aarch64-movw- [...]
new a2a065bbe [lld][WebAssembly] Add optional symbols after input file handling
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/wasm/global-base.test | 12 ++----------
test/wasm/optional-symbol.ll | 14 ++++++++++++++
test/wasm/stack-first.test | 6 +++---
wasm/Driver.cpp | 18 ++++++++++++------
wasm/SymbolTable.cpp | 6 +++---
wasm/SymbolTable.h | 3 +--
6 files changed, 35 insertions(+), 24 deletions(-)
create mode 100644 test/wasm/optional-symbol.ll
--
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 lldb.
from d1e077937 [lldb][CMake] Disable modules in Xcode projects
new 19a232711 [lldb][NFC] Simplify return in MaybeHandleVariable
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:
source/Plugins/ExpressionParser/Clang/IRForTarget.cpp | 13 ++++---------
1 file changed, 4 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_kernel/llvm-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 7d27434e 0: update: llvm-linux: boot
new f27eb053 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 (7d27434e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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-build_llvm/console.log | 12014 +++++++++++++++++------------------
03-build_linux/console.log | 688 +-
04-boot_linux/console.log | 418 +-
console.log | 13286 +++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
6 files changed, 13293 insertions(+), 13293 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.