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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 69dce144 2: good: binutils-gcc-linux: 19301
new d3fc7a59 2: good: binutils-gcc-linux: 19316
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 (69dce144)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 16 +-
02-prepare_abe/console.log | 4 +-
03-build_abe-binutils/console.log | 4264 +++++++--------
04-build_abe-stage1/console.log | 5249 +++++++++----------
05-build_linux/console.log | 480 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 16 +-
console.log | 10035 ++++++++++++++++--------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
10 files changed, 9119 insertions(+), 10973 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 ba71b832d8e AMDGPU: Add support for cross address space synchronization scopes
new 45fd445aa04 [LLVM-C] Add binding to look up intrinsic by name
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-c/Core.h | 7 +++++++
lib/IR/Core.cpp | 4 ++++
2 files changed, 11 insertions(+)
--
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 96ad722022 Thread Safety: also look at ObjC methods
new f100795281 AMDGPU: Add support for cross address space synchronization [...]
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/CodeGen/CGAtomic.cpp | 7 +++++--
lib/CodeGen/TargetInfo.cpp | 33 ++++++++++++++++++++++++---------
lib/CodeGen/TargetInfo.h | 6 ++++--
test/CodeGenOpenCL/atomic-ops.cl | 20 ++++++++++----------
4 files changed, 43 insertions(+), 23 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 428cbbbec8d [llvm] Prevent duplicate files in debug line header in dwarf 5.
new ba71b832d8e AMDGPU: Add support for cross address space synchronization scopes
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:
docs/AMDGPUUsage.rst | 130 ++--
lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp | 10 +
lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h | 73 +-
lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 50 +-
test/CodeGen/AMDGPU/atomicrmw-nand.ll | 4 +-
test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll | 4 +-
test/CodeGen/AMDGPU/local-atomics-fp.ll | 23 +-
test/CodeGen/AMDGPU/memory-legalizer-amdpal.ll | 242 +++++-
.../AMDGPU/memory-legalizer-atomic-cmpxchg.ll | 842 ++++++++++++++++++---
.../AMDGPU/memory-legalizer-atomic-fence.ll | 252 +++++-
.../AMDGPU/memory-legalizer-atomic-insert-end.mir | 2 +-
test/CodeGen/AMDGPU/memory-legalizer-atomic-rmw.ll | 398 ++++++++--
.../AMDGPU/memory-legalizer-invalid-addrspace.mir | 8 +-
test/CodeGen/AMDGPU/memory-legalizer-load.ll | 400 ++++++++--
test/CodeGen/AMDGPU/memory-legalizer-local.mir | 92 +--
test/CodeGen/AMDGPU/memory-legalizer-mesa3d.ll | 242 +++++-
...ory-legalizer-multiple-mem-operands-atomics.mir | 2 +-
test/CodeGen/AMDGPU/memory-legalizer-region.mir | 88 +--
test/CodeGen/AMDGPU/memory-legalizer-store.ll | 320 ++++++--
19 files changed, 2692 insertions(+), 490 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 gcc.
from 93877af7d78 PR c++/87748 - substitution failure error with decltype.
new ac557922eec /cp 2019-03-25 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 7 +++++++
gcc/cp/parser.c | 26 ++++++++++++++------------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/concepts/pr84661.C | 7 +++++++
gcc/testsuite/g++.dg/torture/pr85013.C | 3 +++
5 files changed, 38 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84661.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr85013.C
--
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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f89e7925 1: good: llvm-linux: 16548
new 543463e9 1: good: llvm-linux: 16549
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 (f89e7925)
\
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 | 70 +-
02-build_llvm/console.log | 10494 +++++++++++++++++----------------
03-build_linux/console.log | 1238 ++--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 14 +-
console.log | 11816 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
8 files changed, 11812 insertions(+), 11844 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_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 406dafbe 0: good: gcc-33718c02f44cf560c5725ed1681ae5981acbfc69: -5
new ff9f7ee8 0: good: gcc-1de8eb3e97b4d79da00302266729cd1dff8bda16: -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 (406dafbe)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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:
.../console.log | 70 +-
{2-prepare_abe => 02-prepare_abe}/console.log | 28 +-
.../console.log | 44907 +++++++++---------
.../console.log | 2 +-
.../console.log | 4 +-
console.log | 45009 +++++++++----------
jenkins/manifest.sh | 10 +-
7 files changed, 44368 insertions(+), 45662 deletions(-)
rename {1-reset_artifacts => 01-reset_artifacts}/console.log (61%)
rename {2-prepare_abe => 02-prepare_abe}/console.log (88%)
rename {3-build_abe-bootstrap_O3 => 03-build_abe-bootstrap_O3}/console.log (57%)
rename {4-check_regression => 04-check_regression}/console.log (82%)
rename {5-update_baseline => 05-update_baseline}/console.log (82%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.