This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from e1817a8f1 Factor out switch statement into a helper function (NFC)
new 6c5777ea9 [Target] Stop linking against lldbPluginObjCLanguage
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:
source/Target/CMakeLists.txt | 1 -
source/Target/LanguageRuntime.cpp | 2 +-
2 files changed, 1 insertion(+), 2 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
in repository toolchain/ci/interesting-commits.
from 0e90d35 Add commits from https://ci.linaro.org/job/tcwg_gnu-bisect-gn [...]
new 955d07f Add commits from https://ci.linaro.org/job/tcwg_gnu-bisect-gn [...]
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 | 2 ++
1 file changed, 2 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_gnu/gnu-master-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
discards 50bc0f8c 0: update: gcc-c7bf741f801cfbdf56bf1ee11a74ca0abe1e8c16: -10
new c859c739 0: update: gcc-a8a0d1649676a45e338e46071c2d0565b6168327: -10
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 (50bc0f8c)
\
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:
01-reset_artifacts/console.log | 133 +-
02-prepare_abe/console.log | 370 +-
03-build_abe-bootstrap_profiled_lto/console.log | 22481 +++++++--------------
console.log | 23008 +++++++---------------
jenkins/manifest.sh | 8 +-
5 files changed, 15184 insertions(+), 30816 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 b0d16dea258 [Tests] More consolidation of lftr tests
new 6036d197a87 [CodeGen] Fixed de-optimization of legalize subvector extract
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/LegalizeVectorTypes.cpp | 18 +++++++++++
test/CodeGen/AMDGPU/extract_subvector_vec4_vec3.ll | 37 ++++++++++++++++++++++
2 files changed, 55 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/extract_subvector_vec4_vec3.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 clang.
from 4465a15bc1 [clang/test] Add missing dependency on llvm-cxxfilt.
new 25284eec9e Fix PCC test failures for source location builtins
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:
test/CodeGenCXX/builtin-source-location.cpp | 2 +-
test/CodeGenCXX/builtin_LINE.cpp | 2 +-
test/CodeGenCXX/debug-info-line.cpp | 2 +-
3 files changed, 3 insertions(+), 3 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 a8a0d164967 Implement sane variant converting constructor (P0608R3)
new 1d86b8dcb82 * omp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF h [...]
new de24e7c39d3 PR c++/90484 * tree-ssa-scopedtables.c (equal_mem_array_r [...]
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:
gcc/ChangeLog | 23 ++++++++++++
gcc/omp-low.c | 19 ++++++++--
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gcc.dg/vect/vect-simd-1.c | 64 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-simd-2.c | 18 ++++++++++
gcc/testsuite/gcc.dg/vect/vect-simd-3.c | 17 +++++++++
gcc/testsuite/gcc.dg/vect/vect-simd-4.c | 18 ++++++++++
gcc/tree-ssa-dce.c | 8 +++--
gcc/tree-ssa-scopedtables.c | 7 ++--
gcc/tree-vect-loop-manip.c | 27 ++++++++++++++
gcc/tree-vect-loop.c | 26 ++++++++++++++
gcc/tree-vectorizer.h | 13 ++++++-
12 files changed, 237 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-4.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.
discards fa433ad5 2: update: llvm-linux: 19523
new 626c45a9 2: update: llvm-linux: 19523
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 (fa433ad5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 220 +-
02-build_llvm/console.log | 11801 +++++++++++++++---------------
03-build_linux/console.log | 2574 +++----
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 54 +-
console.log | 14655 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 14682 insertions(+), 14640 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.