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-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2f1c9c6f 0: good: binutils-gcc-linux: all
new 74979587 0: good: binutils-gcc-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 (2f1c9c6f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 34 +-
{2-prepare_abe => 02-prepare_abe}/console.log | 4 +-
.../console.log | 4085 ++--
.../console.log | 5866 ++---
{5-build_linux => 05-build_linux}/console.log | 11114 +++++-----
{6-boot_linux => 06-boot_linux}/console.log | 2 +-
.../console.log | 0
.../console.log | 0
console.log | 21275 ++++++++++---------
jenkins/manifest.sh | 18 +-
results | 2 +-
11 files changed, 22295 insertions(+), 20105 deletions(-)
rename {1-reset_artifacts => 01-reset_artifacts}/console.log (87%)
rename {2-prepare_abe => 02-prepare_abe}/console.log (99%)
rename {3-build_abe-binutils => 03-build_abe-binutils}/console.log (93%)
rename {4-build_abe-stage1 => 04-build_abe-stage1}/console.log (94%)
rename {5-build_linux => 05-build_linux}/console.log (96%)
rename {6-boot_linux => 06-boot_linux}/console.log (87%)
rename {7-check_regression => 07-check_regression}/console.log (100%)
rename {8-update_baseline => 08-update_baseline}/console.log (100%)
--
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 158b5b6e513 [SLPVectorizer] Add test related to SLP Throttling support, NFCI.
new c89bf6fdf36 [AMDGPU] Implemented dwordx3 variants of buffer/tbuffer loa [...]
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/AMDGPU/AMDGPUISelLowering.cpp | 1 -
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 -
lib/Target/AMDGPU/BUFInstructions.td | 18 +++++--
lib/Target/AMDGPU/SIISelLowering.cpp | 63 ++++++++++++++++------
lib/Target/AMDGPU/SIISelLowering.h | 6 +++
lib/Target/AMDGPU/SIInstrInfo.td | 3 --
.../AMDGPU/llvm.amdgcn.buffer.load.dwordx3.ll | 60 +++++++++++++++++++++
.../AMDGPU/llvm.amdgcn.buffer.store.dwordx3.ll | 53 ++++++++++++++++++
.../AMDGPU/llvm.amdgcn.tbuffer.load.dwordx3.ll | 40 ++++++++++++++
.../AMDGPU/llvm.amdgcn.tbuffer.store.dwordx3.ll | 35 ++++++++++++
test/MC/AMDGPU/mtbuf.s | 6 +--
11 files changed, 259 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.dwordx3.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.dwordx3.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.dwordx3.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.dwordx3.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 llvm.
from f0344750f20 [llvm-exegesis] Fix compilation before c++17.
new 2385b8e661e [ObjectYAML] Add basic minidump generation support
new 158b5b6e513 [SLPVectorizer] Add test related to SLP Throttling support, 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:
include/llvm/ObjectYAML/MinidumpYAML.h | 156 +++++++++
include/llvm/ObjectYAML/ObjectYAML.h | 2 +
lib/ObjectYAML/CMakeLists.txt | 1 +
lib/ObjectYAML/MinidumpYAML.cpp | 385 +++++++++++++++++++++
lib/ObjectYAML/ObjectYAML.cpp | 3 +
test/Transforms/SLPVectorizer/X86/slp-throttle.ll | 37 ++
.../yaml2obj/minidump-raw-stream-small-size.yaml | 9 +
.../yaml2obj/minidump-systeminfo-other-long.yaml | 13 +
.../minidump-systeminfo-other-not-hex.yaml | 13 +
.../yaml2obj/minidump-systeminfo-other-short.yaml | 13 +
.../yaml2obj/minidump-systeminfo-x86-long.yaml | 15 +
.../yaml2obj/minidump-systeminfo-x86-short.yaml | 15 +
tools/yaml2obj/CMakeLists.txt | 1 +
tools/yaml2obj/yaml2minidump.cpp | 18 +
tools/yaml2obj/yaml2obj.cpp | 2 +
tools/yaml2obj/yaml2obj.h | 5 +
unittests/ObjectYAML/CMakeLists.txt | 3 +
unittests/ObjectYAML/MinidumpYAMLTest.cpp | 141 ++++++++
18 files changed, 832 insertions(+)
create mode 100644 include/llvm/ObjectYAML/MinidumpYAML.h
create mode 100644 lib/ObjectYAML/MinidumpYAML.cpp
create mode 100644 test/Transforms/SLPVectorizer/X86/slp-throttle.ll
create mode 100644 test/tools/yaml2obj/minidump-raw-stream-small-size.yaml
create mode 100644 test/tools/yaml2obj/minidump-systeminfo-other-long.yaml
create mode 100644 test/tools/yaml2obj/minidump-systeminfo-other-not-hex.yaml
create mode 100644 test/tools/yaml2obj/minidump-systeminfo-other-short.yaml
create mode 100644 test/tools/yaml2obj/minidump-systeminfo-x86-long.yaml
create mode 100644 test/tools/yaml2obj/minidump-systeminfo-x86-short.yaml
create mode 100644 tools/yaml2obj/yaml2minidump.cpp
create mode 100644 unittests/ObjectYAML/MinidumpYAMLTest.cpp
--
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 990ffcb804 [AST] OMPStructuredBlockTest: avoid using multiline string l [...]
new c1e4e8b66b [OPENMP]Emit error message for allocate directive without al [...]
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/clang/Basic/DiagnosticSemaKinds.td | 3 ++
lib/Sema/SemaOpenMP.cpp | 6 +++-
test/OpenMP/nvptx_allocate_codegen.cpp | 2 +-
...ate_codegen.cpp => nvptx_allocate_messages.cpp} | 34 ++++++++++++----------
4 files changed, 28 insertions(+), 17 deletions(-)
copy test/OpenMP/{nvptx_allocate_codegen.cpp => nvptx_allocate_messages.cpp} (65%)
--
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-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 0738b7acd3 Automatic date update in version.in
adds e945e5f271 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 01fdf442 0: good: binutils-gcc-linux: boot
new 4d47c24a 0: good: binutils-gcc-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 (01fdf442)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
.../console.log | 34 +-
{2-prepare_abe => 02-prepare_abe}/console.log | 4 +-
.../console.log | 3162 +++++----
.../console.log | 3347 +++++-----
{5-build_linux => 05-build_linux}/console.log | 99 +-
06-boot_linux/console.log | 219 +
.../console.log | 0
.../console.log | 0
6-boot_linux/console.log | 219 -
console.log | 7008 ++++++++++----------
jenkins/manifest.sh | 18 +-
results | 2 +-
12 files changed, 7078 insertions(+), 7034 deletions(-)
rename {1-reset_artifacts => 01-reset_artifacts}/console.log (87%)
rename {2-prepare_abe => 02-prepare_abe}/console.log (99%)
rename {3-build_abe-binutils => 03-build_abe-binutils}/console.log (96%)
rename {4-build_abe-stage1 => 04-build_abe-stage1}/console.log (97%)
rename {5-build_linux => 05-build_linux}/console.log (87%)
create mode 100644 06-boot_linux/console.log
rename {7-check_regression => 07-check_regression}/console.log (100%)
rename {8-update_baseline => 08-update_baseline}/console.log (100%)
delete mode 100644 6-boot_linux/console.log
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.