This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 559b7f6aec2 [AArch64] Add new scheduling predicates
new c5be1fd0194 [UnrollRuntime] Add DomTree verification under debug mode
new 8dbe072cd59 [llvm-objcopy][ELF] Implement a mutable section visitor tha [...]
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/LoopUnrollRuntime.cpp | 6 ++
test/tools/llvm-objcopy/ELF/binary-input.test | 2 +-
tools/llvm-objcopy/ELF/Object.cpp | 127 ++++++++++++++++++++------
tools/llvm-objcopy/ELF/Object.h | 58 +++++++++++-
4 files changed, 158 insertions(+), 35 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 openmp.
from 270adfa [libomptarget] Added install component for libomptarget
new c0c737a [OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC.
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:
libomptarget/deviceRTLs/nvptx/src/data_sharing.cu | 6 ++++--
libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu | 9 ++++++---
libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h | 3 +++
libomptarget/deviceRTLs/nvptx/src/sync.cu | 3 ++-
4 files changed, 15 insertions(+), 6 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 clang.
from f69e6504d9 [OPENMP][NVPTX]Use __kmpc_barrier_simple_spmd(nullptr, 0) in [...]
new a11ecd1187 Make -Wstring-plus-int warns even if when the result is not [...]
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:
bindings/python/tests/cindex/test_diagnostics.py | 4 ++--
lib/Sema/SemaExpr.cpp | 10 ----------
test/SemaCXX/string-plus-int.cpp | 23 +++++++++++------------
3 files changed, 13 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 6d42aaaaf llvm-fea0d2182d9ca84205948cc1d18d6b536d708d6d: all
new d7ccdef83 linux-645ff1e8e704c4f33ab1fcd3c87f95cb9b6d7144: 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 (6d42aaaaf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
1-reset_artifacts/console.log | 106 +-
2-build_llvm/console.log | 10216 +++++++++++++++++++------------------
3-count_linux_objs/console.log | 172 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10500 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10530 insertions(+), 10490 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 6da47bee848 Python compat - no explicit reference to Python version
new 559b7f6aec2 [AArch64] Add new scheduling predicates
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/AArch64/AArch64SchedPredicates.td | 117 ++++++++++++++++++++-------
1 file changed, 86 insertions(+), 31 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 binutils-gdb.
from 444b3faef5 Add 'extern C' if simulator is written in C++
new ef1ad42b8b S12Z: opcodes: Separate the decoding of operations from thei [...]
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:
opcodes/ChangeLog | 12 +
opcodes/Makefile.am | 1 +
opcodes/Makefile.in | 2 +
opcodes/configure | 2 +-
opcodes/configure.ac | 2 +-
opcodes/s12z-dis.c | 2830 +++++---------------------------------------------
opcodes/s12z-opc.c | 2701 +++++++++++++++++++++++++++++++++++++++++++++++
opcodes/s12z-opc.h | 267 +++++
8 files changed, 3255 insertions(+), 2562 deletions(-)
create mode 100644 opcodes/s12z-opc.c
create mode 100644 opcodes/s12z-opc.h
--
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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2012fe968 llvm-113a61542fdac66e5afa3d9e7ff76eacdaf8e542: all
new 830c6c466 llvm-c47fb3d8edf5230a1abb120e0eefa47041027afd: 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 (2012fe968)
\
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:
1-reset_artifacts/console.log | 96 +-
2-build_llvm/console.log | 9021 +++++++++++++--------------
3-count_linux_objs/console.log | 2996 ++++-----
console.log | 12711 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 12420 insertions(+), 12418 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.