This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 32af43a9664 [FileCheck] Fix FileCheck.cpp compilation on Solaris
new 976ddacc4f9 [AArch64][GlobalISel] Select llvm.aarch64.stlxr(i64, i64*)
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/AArch64/AArch64InstructionSelector.cpp | 76 +++++++++++++++++++---
.../AArch64/GlobalISel/select-stlxr-intrin.mir | 32 +++++++++
test/CodeGen/AArch64/arm64-ldxr-stxr.ll | 4 ++
3 files changed, 104 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-stlxr-intrin.mir
--
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-release-arm-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 263825a224 AArch64: Fix disassembler bug with out-of-order sections
adds bd6e382a51 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 35c65ff 0: good: binutils-gcc-linux: all
new 90fa60f 0: good: binutils-bd6e382a51b71718eedbbe0ff480a439087bbe3a: 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 (35c65ff)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 127 +-
02-prepare_abe/console.log | 260 +-
03-build_abe-binutils/console.log | 10586 ++++++-------
04-build_abe-stage1/console.log | 16889 ++++++++++-----------
05-build_linux/console.log | 835 +-
06-boot_linux/console.log | 2 +-
console.log | 28881 +++++++++++++++++++-----------------
jenkins/manifest.sh | 12 +-
8 files changed, 29710 insertions(+), 27882 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/gnu-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b5a8135 0: good: binutils-gcc-linux: all
new ae70f0b 0: good: 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 (b5a8135)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 14 +-
02-prepare_abe/console.log | 36 +-
03-build_abe-binutils/console.log | 10467 ++++---
04-build_abe-stage1/console.log | 19594 ++++++-------
05-build_linux/console.log | 23111 ++++++++--------
06-boot_linux/console.log | 2 +-
console.log | 53312 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 53252 insertions(+), 53296 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 28d3364fc2 [driver][mips] Check both `gnuabi64` and `gnu` suffixes in ` [...]
new bc0fd56910 [OPENMP]Add codegen for private vars with allocate clause.
new 115a5521a1 [CodeGen] Fix a regression by emitting lambda expressions in [...]
new eba82fe884 [Sema] Fix a use-after-deallocate of a ParsedAttr
The 3 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/Sema/ParsedAttr.h | 8 +++++
lib/CodeGen/CGExpr.cpp | 2 ++
lib/CodeGen/CGOpenMPRuntime.cpp | 8 ++---
lib/Sema/SemaType.cpp | 4 +--
test/CodeGenObjCXX/property-lvalue-lambda.mm | 47 ++++++++++++++++++++++++++++
test/OpenMP/parallel_private_codegen.cpp | 20 ++++++++++--
test/SemaObjC/arc-property-decl-attrs.m | 4 +++
7 files changed, 83 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGenObjCXX/property-lvalue-lambda.mm
--
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 libcxx.
from 442ed81d6 [libc++] Remove use of auto with actual type
new 5a9a7c3d4 [libc++] Correctly handle Objective-C++ ARC qualifiers in std [...]
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/type_traits | 5 ++
.../libcxx/type_traits/is_pointer_objc.arc.pass.mm | 56 ++++++++++++++++++++++
2 files changed, 61 insertions(+)
create mode 100644 test/libcxx/type_traits/is_pointer_objc.arc.pass.mm
--
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 f3d2a658211 PR target/89902 PR target/89903 * config/i386/i386.c (di [...]
new 9830927885b * gcc.target/visium/bit_shift.c: xfail.
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 | 4 ++++
gcc/testsuite/gcc.target/visium/bit_shift.c | 2 +-
2 files changed, 5 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 lldb.
from 143a3709d [Reproducers] Print warning when generating the reproducer.
new 28b8e61e8 [NativePDB] Don't fail on import modules.
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/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.