This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aeefee98c17 AMDGPU/GlobalISel: Fix test failures in release build
new bd1ee1116fd [DAGCombiner] fold (addcarry (xor a, -1), b, c) -> (subcarr [...]
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/SelectionDAG/DAGCombiner.cpp | 44 ++++++++++++++++++++------------
test/CodeGen/X86/addcarry.ll | 5 ++--
test/CodeGen/X86/subcarry.ll | 30 ++++++++--------------
3 files changed, 41 insertions(+), 38 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 lldb.
from b5b72e08a [lldb] Rename Options.inc to CommandOptions.inc [NFC]
new cdcce4f09 [SWIG] Deprecate SWIG 1.x
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:
scripts/CMakeLists.txt | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 355be78b 0: update: binutils-gcc-linux: all
new 44fe4d95 0: update: 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 (355be78b)
\
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 180 +-
03-build_abe-binutils/console.log | 11648 +++++++------
04-build_abe-stage1/console.log | 15270 ++++++++--------
05-build_linux/console.log | 6386 ++++---
06-boot_linux/console.log | 6 +-
console.log | 33866 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 33734 insertions(+), 33806 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 a0efaa5c118 PR rtl-optimization/91173 * tree-ssa-address.c (addr_for_ [...]
new 6a8750b4eca PR rtl-optimization/91173 * g++.dg/pr91173.C: New test.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr91173.C | 45 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr91173.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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from c6327a91 1: reset: linux-2443091408c267f84b40025183490486b79ee2cd: 19523
new 4744f621 2: update: linux-e689ed79e479fb754a28957a7a58218893d57cb1: 19645
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 | 11706 ++++++++++++++++-----------------
03-build_linux/console.log | 1403 ++--
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 50 +
console.log | 13295 ++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 12850 insertions(+), 13802 deletions(-)
delete mode 100644 reset-baseline
--
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 22e4d5dc5d [Driver] Don't pass --dynamic-linker to ld on Solaris
new 15319200cf [OPENMP]Add support for analysis of if clauses.
new ec0a24cf0c [OpenCL] Fixing sampler initialisations for C++ mode.
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/clang/AST/OpenMPClause.h | 7 +-
lib/AST/OpenMPClause.cpp | 19 +
lib/Analysis/CFG.cpp | 5 +-
lib/Sema/SemaInit.cpp | 6 +-
lib/Sema/SemaOverload.cpp | 4 +
test/Analysis/cfg-openmp.cpp | 532 ++++++++++++---------
test/CodeGenOpenCL/sampler.cl | 19 +-
test/OpenMP/cancel_if_messages.cpp | 10 +
.../OpenMP/distribute_parallel_for_if_messages.cpp | 7 +
.../distribute_parallel_for_simd_if_messages.cpp | 7 +
test/OpenMP/parallel_for_if_messages.cpp | 7 +
test/OpenMP/parallel_for_simd_if_messages.cpp | 7 +
test/OpenMP/parallel_if_messages.cpp | 7 +
test/OpenMP/parallel_sections_if_messages.cpp | 8 +
test/OpenMP/target_data_if_messages.cpp | 7 +
test/OpenMP/target_enter_data_if_messages.cpp | 7 +
test/OpenMP/target_exit_data_if_messages.cpp | 7 +
test/OpenMP/target_if_messages.cpp | 7 +
test/OpenMP/target_parallel_for_if_messages.cpp | 7 +
.../target_parallel_for_simd_if_messages.cpp | 7 +
test/OpenMP/target_parallel_if_messages.cpp | 7 +
test/OpenMP/target_simd_if_messages.cpp | 7 +
.../OpenMP/target_teams_distribute_if_messages.cpp | 7 +
...t_teams_distribute_parallel_for_if_messages.cpp | 7 +
...ms_distribute_parallel_for_simd_if_messages.cpp | 8 +
.../target_teams_distribute_simd_if_messages.cpp | 7 +
test/OpenMP/target_teams_if_messages.cpp | 7 +
test/OpenMP/target_update_if_messages.cpp | 7 +
test/OpenMP/task_if_messages.cpp | 7 +
.../teams_distribute_parallel_for_if_messages.cpp | 8 +
...ms_distribute_parallel_for_simd_if_messages.cpp | 8 +
31 files changed, 514 insertions(+), 253 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 openacc-gcc-9-branch
in repository gcc.
from 1d39156f663 Allow the accelerator to have more offloaded functions than [...]
new b3c9281e6a2 Commit of https://gcc.gnu.org/ml/gcc-patches/2019-07/msg00336.html
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:
libatomic/acinclude.m4 | 4 ++--
libatomic/configure | 2 +-
libffi/acinclude.m4 | 4 ++--
libffi/configure | 2 +-
libgomp/acinclude.m4 | 2 +-
libgomp/configure | 2 +-
libitm/acinclude.m4 | 2 +-
libitm/configure | 2 +-
libstdc++-v3/acinclude.m4 | 2 +-
libstdc++-v3/configure | 22 +++++++++++-----------
10 files changed, 22 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.