This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4b37ac33ee gsl::Owner/gsl::Pointer: Add implicit annotations for some s [...]
new 2c29bdac56 Replace llvm::MutexGuard/UniqueLock with their standard equivalents
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/Frontend/PrecompiledPreamble.cpp | 8 ++++----
tools/libclang/CIndexer.cpp | 2 +-
tools/libclang/Indexing.cpp | 6 +++---
3 files changed, 8 insertions(+), 8 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 9c9ea4219 [lldb][NFC] Fix typo in 368066
new 456e7a37d [lldb][CMake] Fix one more detail in r368066
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:
cmake/caches/Apple-lldb-Xcode.cmake | 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.
unknown user pushed a change to branch master
in repository clang.
from d2e8ad46a6 Remove inclusion of a private gmock header from a test
new 4b37ac33ee gsl::Owner/gsl::Pointer: Add implicit annotations for some s [...]
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/AttrDocs.td | 4 +-
include/clang/Sema/Sema.h | 11 +++
lib/Sema/SemaAttr.cpp | 120 ++++++++++++++++++++++++++
lib/Sema/SemaDecl.cpp | 5 ++
lib/Sema/SemaTemplate.cpp | 1 +
test/SemaCXX/attr-gsl-owner-pointer-std.cpp | 129 ++++++++++++++++++++++++++++
6 files changed, 268 insertions(+), 2 deletions(-)
create mode 100644 test/SemaCXX/attr-gsl-owner-pointer-std.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards bf7a03a8 0: update: llvm-linux: all
new a4386eb2 0: update: llvm-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 (bf7a03a8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 11644 +++++++++++++++++-----------------
03-build_linux/console.log | 1072 ++--
04-boot_linux/console.log | 3 -
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 12947 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12948 insertions(+), 12979 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-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5954f4bd 0: update: llvm-linux: 18110
new b2765c95 0: update: llvm-linux: 18110
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 (5954f4bd)
\
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 | 166 +-
02-build_llvm/console.log | 12090 ++++++++++++++--------------
03-build_linux/console.log | 4448 +++++------
console.log | 16704 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 16706 insertions(+), 16710 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 067d81efdb9 [InstCombine] Recommit: Shift amount reassociation: shl-tru [...]
new 76c0edf484a [ARM] Generate MVE VHADDs/VHSUBs
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/ARMInstrMVE.td | 54 +++++++
test/CodeGen/Thumb2/mve-vhaddsub.ll | 281 ++++++++++++++++++++++++++++++++++++
2 files changed, 335 insertions(+)
create mode 100644 test/CodeGen/Thumb2/mve-vhaddsub.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.