This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from a06655d run.sh: Run prepare-board.sh (symlinked from benchmark.sh) wi [...]
new 590822d prepare-board.sh: Avoid inconsistent CPU frequency state
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:
prepare-board.sh | 5 +++++
1 file changed, 5 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 llvm.
from ee018500abb [ARM] tighten test checks; NFC
new 1678c747181 [AMDGPU][MC] Corrected handling of "-" before expressions
new 9e6836a074c [LVI][CVP] Constrain values in with.overflow branches
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/Analysis/LazyValueInfo.cpp | 27 ++++++
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 96 +++++++++++++---------
test/MC/AMDGPU/expressions.s | 17 +++-
.../overflow_predicate.ll | 42 ++++------
4 files changed, 115 insertions(+), 67 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 a035486365 Remove --show-includes flag in crash reduce script
new 129afaf26c [OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.
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/CGOpenMPRuntime.cpp | 110 +++++++++++++++++----
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 31 +-----
...tx_distribute_parallel_generic_mode_codegen.cpp | 19 ++--
test/OpenMP/nvptx_target_simd_codegen.cpp | 24 ++---
.../nvptx_target_teams_distribute_simd_codegen.cpp | 34 +++----
test/OpenMP/target_parallel_if_codegen.cpp | 11 ++-
.../OpenMP/target_parallel_num_threads_codegen.cpp | 2 +-
7 files changed, 140 insertions(+), 91 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 14effcb prepare-board.sh: Update CPU frequency for TX1s
new a06655d run.sh: Run prepare-board.sh (symlinked from benchmark.sh) wi [...]
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:
run.sh | 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/llvm-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 54828199 2: update: llvm-linux: 18393
new 79119026 2: update: llvm-linux: 18402
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 (54828199)
\
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 | 138 +-
02-build_llvm/console.log | 11515 ++++++++++++++--------------
03-build_linux/console.log | 3783 +++++-----
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 92 +-
console.log | 15536 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 15213 insertions(+), 15873 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-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/glibc.
from b39d961c71 ChangeLog: Convert leading spaces to tabs
adds 6b5c8607a4 ChangeLog: Correct excess and deficiency of spaces
new bae8cf0e93 stdlib/tst-secure-getenv: handle >64 groups
new 0e16969129 support: Add support_capture_subprogram
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:
ChangeLog | 127 ++++++++------
stdlib/tst-secure-getenv.c | 19 ++-
support/Makefile | 6 +
support/capture_subprocess.h | 6 +
support/subprocess.h | 49 ++++++
support/support_capture_subprocess.c | 80 +++++----
support/support_subprocess.c | 152 +++++++++++++++++
support/tst-support_capture_subprocess.c | 183 ++++++++++++++++++++-
posix/tst-fnmatch4.c => support/xposix_spawn.c | 31 ++--
.../xposix_spawn_file_actions_addclose.c | 14 +-
.../xposix_spawn_file_actions_adddup2.c | 15 +-
argp/bits/argp-ldbl.h => support/xspawn.h | 22 ++-
12 files changed, 562 insertions(+), 142 deletions(-)
create mode 100644 support/subprocess.h
create mode 100644 support/support_subprocess.c
copy posix/tst-fnmatch4.c => support/xposix_spawn.c (66%)
copy sysdeps/mach/hurd/res_enable_icmp.c => support/xposix_spawn_file_actions_addc [...]
copy sysdeps/mach/hurd/res_enable_icmp.c => support/xposix_spawn_file_actions_addd [...]
copy argp/bits/argp-ldbl.h => support/xspawn.h (64%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.