This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 96f51da6d When reading ObjC class table, use new SPI if it is avail
new 0f76cbbd0 [LanguageRuntime] Simplify CreateExceptionSearchFilter in der [...]
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/lldb/Target/LanguageRuntime.h | 4 +++-
.../CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp | 6 ++----
.../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 6 ++----
source/Target/LanguageRuntime.cpp | 3 ---
4 files changed, 7 insertions(+), 12 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 baa325e1de3 [Analysis] add isSplatValue() for vectors in IR
new 28bea3dbfef Generalize icmp matching in IndVars' eliminateTrunc
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/Transforms/Utils/SimplifyIndVar.cpp | 29 +++---
test/Transforms/IndVarSimplify/eliminate-trunc.ll | 104 ++++++++++++++++++++++
2 files changed, 119 insertions(+), 14 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 libcxx.
from 35a718a2c Mark CTAD fail tests for set/multiset as XFAIL for older comp [...]
new 5a3290673 [libcxx] Mark CTAD tests for set and multiset as unsupported [...]
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/std/containers/associative/multiset/multiset.cons/deduct.pass.cpp | 1 +
test/std/containers/associative/set/set.cons/deduct.pass.cpp | 1 +
2 files 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.
unknown user pushed a change to branch master
in repository llvm.
from 1a2e461f0bb [PowerPC][NFC]Remove sms-simple.ll test temporarily.
new baa325e1de3 [Analysis] add isSplatValue() for vectors in IR
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/llvm/Analysis/VectorUtils.h | 6 ++
lib/Analysis/VectorUtils.cpp | 39 +++++++
unittests/Analysis/VectorUtilsTest.cpp | 190 +++++++++++++++++++++++++++++++++
3 files changed, 235 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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards c7dd6b28 2: update: gcc-84b2611a944b8a67311fd5834f0eb782343c85ab: -9
discards 4f3df7e9 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
discards 08cb4f84 0: update: linux-bb7b450e61a1dbe2bfbe998a1afeda654c6a67e9: boot
new a8c49d73 0: update: binutils-gcc-linux: boot
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 (c7dd6b28)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 97 +-
02-prepare_abe/console.log | 166 +-
03-build_abe-binutils/console.log | 11059 ++++++-------
04-build_abe-stage1/console.log | 17502 +++++++++++----------
05-build_linux/console.log | 1216 ++
06-boot_linux/console.log | 242 +
07-check_regression/console.log | 5 +-
08-update_baseline/console.log | 35 +-
console.log | 30338 ++++++++++++++++++++----------------
jenkins/manifest.sh | 17 +-
results | 8 +
11 files changed, 33730 insertions(+), 26955 deletions(-)
create mode 100644 05-build_linux/console.log
create mode 100644 06-boot_linux/console.log
--
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 gcc-9-branch
in repository gcc.
from 94f1c477b41 PR target/90811 * config/nvptx/nvptx.c (nvptx_output_soft [...]
new afcb67eb1ce 2019-06-11 Thomas Koenig <tkoenig(a)gcc.gnu.org> Tomáš Trn [...]
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/fortran/ChangeLog | 9 ++++++
gcc/fortran/trans-types.c | 3 ++
gcc/testsuite/ChangeLog | 8 +++++
.../gfortran.dg/deferred_character_33.f90 | 35 ++++++++++++++++++++++
.../gfortran.dg/deferred_character_33a.f90 | 9 ++++++
5 files changed, 64 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33a.f90
--
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 69f0756aa54 [docs] Add "GNU binutils Replacements" section to command guide
new 1a2e461f0bb [PowerPC][NFC]Remove sms-simple.ll test temporarily.
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/CodeGen/PowerPC/sms-simple.ll | 78 --------------------------------------
1 file changed, 78 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/sms-simple.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.