This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 4ae1808aa [lldb][NFC] Modernize IRForTarget::CreateResultVariable
new d1facb25f [lldb][NFC] Use range-based for-loops in IRForTarget
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:
.../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 148 ++++++---------------
1 file changed, 40 insertions(+), 108 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_kernel/llvm-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards cac165bf 2: update: llvm-linux: 19135
new 6c984df5 2: update: llvm-linux: 19135
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 (cac165bf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 193 +-
02-build_llvm/console.log | 12022 ++++++++++++++---------------
03-build_linux/console.log | 3184 ++++----
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 96 +-
console.log | 15503 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 15511 insertions(+), 15505 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 378a591f373 [InstSimplify] Report "Changed" also when only deleting dea [...]
new 041d8d71e8a [ARM][ParallelDSP] Replace SExt uses
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/ARM/ARMParallelDSP.cpp | 8 +-
test/CodeGen/ARM/ParallelDSP/blocks.ll | 4 +-
test/CodeGen/ARM/ParallelDSP/exchange.ll | 329 ++++++++++++++++++++++++++++
test/CodeGen/ARM/ParallelDSP/overlapping.ll | 161 ++++++++++++++
4 files changed, 497 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/ARM/ParallelDSP/exchange.ll
create mode 100644 test/CodeGen/ARM/ParallelDSP/overlapping.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 gcc.
from 96b43ffc969 c/ * c-parser.c (check_no_duplicate_clause): Simplify usin [...]
new c5f5b6bcb87 Port value profiling to -fopt-info infrastructure.
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/ChangeLog | 10 ++
gcc/testsuite/ChangeLog | 17 ++++
gcc/testsuite/g++.dg/tree-prof/indir-call-prof.C | 2 +-
gcc/testsuite/g++.dg/tree-prof/morefunc.C | 2 +-
gcc/testsuite/g++.dg/tree-prof/reorder.C | 2 +-
.../gcc.dg/tree-prof/ic-misattribution-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/stringop-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/stringop-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-5.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c | 2 +-
gcc/value-prof.c | 105 ++++++++++-----------
16 files changed, 91 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-tools-extra.
from 6747f05b [AST] No longer visiting CXXMethodDecl bodies created by comp [...]
new bff83b29 [clangd] Fixed printTemplateSpecializationArgs not printing p [...]
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:
clangd/AST.cpp | 4 ++++
clangd/unittests/ClangdUnitTests.cpp | 2 +-
clangd/unittests/PrintASTTests.cpp | 9 +++++++++
3 files changed, 14 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from 58f8ba7459b use rand instead of random
new 258e7c1755b PR c/91401 c/ * c-parser.c (c_parser_omp_clause_dist_sche [...]
new 96b43ffc969 c/ * c-parser.c (check_no_duplicate_clause): Simplify usin [...]
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/c/ChangeLog | 13 ++
gcc/c/c-parser.c | 21 +--
gcc/cp/ChangeLog | 12 ++
gcc/cp/parser.c | 20 +--
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/c-c++-common/gomp/clause-dups-1.c | 222 ++++++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/if-4.c | 60 +++++++
gcc/testsuite/c-c++-common/gomp/pr91401-1.c | 10 ++
gcc/testsuite/c-c++-common/gomp/pr91401-2.c | 15 ++
9 files changed, 358 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/clause-dups-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/if-4.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr91401-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr91401-2.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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0affa731 2: update: llvm-linux: 17398
new 0faaf7f3 2: update: llvm-linux: 17398
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 (0affa731)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 184 +-
02-build_llvm/console.log | 12024 ++++++++++++++---------------
03-build_linux/console.log | 3162 ++++----
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 20 +-
console.log | 15398 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 15415 insertions(+), 15391 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.