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-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 98c9a1a5 2: update: llvm-linux: 17398
new 2c8a2497 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 (98c9a1a5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 130 +-
02-build_llvm/console.log | 11734 +++++++++++++++---------------
03-build_linux/console.log | 3064 ++++----
06-update_baseline/console.log | 42 +-
console.log | 14970 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
6 files changed, 14973 insertions(+), 14973 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 fb5005ccf [lldb][docs] Update documentation for monorepo and CMake caches
new b7d6bcf03 [lldb][NFC] Check in crashing test case
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:
.../completion-crash1}/Makefile | 1 -
.../completion-crash1/TestCompletionCrash1.py | 4 ++++
.../test/expression_command/completion-crash1/main.cpp | 12 ++++++++++++
3 files changed, 16 insertions(+), 1 deletion(-)
copy packages/Python/lldbsuite/test/{android/platform => expression_command/comple [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/completion-cr [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/completion-cr [...]
--
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 17c759498ed Mark 2nd argument of delete operator as needed (PR tree-opt [...]
new 80c7cb9d2c8 2019-07-30 Richard Biener <rguenther(a)suse.de>
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 | 13 +++++++
gcc/bitmap.c | 68 ++++++++++++++++++++++++++++++++----
gcc/bitmap.h | 1 +
gcc/tree-ssa-structalias.c | 87 +++++++++++++++++++++++++++++++++-------------
4 files changed, 137 insertions(+), 32 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 ac2843934b0 [CMake] Define _FILE_OFFSET_BITS=64 on Solaris
new 4f4183eff50 [X86][AVX] SimplifyDemandedVectorElts - handle extraction f [...]
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/X86/X86ISelLowering.cpp | 18 ++++++++++--------
test/CodeGen/X86/oddsubvector.ll | 32 ++++++++++++++++++++++++++++++++
2 files changed, 42 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from de28a3b72e [gdb/testsuite, 2/2] Fix gdb.linespec/explicit.exp with check-read1
adds 4b5e8d19af Implement 'set print frame-info|frame-arguments presence'.
adds c7e4c0a648 Test 'set print frame-info|frame-arguments presence'.
adds bc4268a5d9 Document 'set print frame-info|frame-arguments presence'.
adds 3d2357068b Two fixes for test suite's terminal
adds e48de49be5 Automatic date update in version.in
adds c620ed8866 Add Objfile.lookup_{global,static}_symbol functions
adds 25ec892484 Fix misspelling (nonexistant -> nonexistent)
adds 34d5c40a07 Re: Support .gnu.lto_.lto section in ELF files
new b13057d9ce [gdb/testsuite] Fail in gdb_compile if nopie results in PIE [...]
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:
bfd/ChangeLog | 6 +
bfd/bfd-in2.h | 2 +-
bfd/bfd.c | 3 +
bfd/version.h | 2 +-
gdb/ChangeLog | 47 ++++++++
gdb/NEWS | 22 ++++
gdb/doc/ChangeLog | 12 ++
gdb/doc/gdb.texinfo | 63 ++++++++++-
gdb/doc/python.texi | 17 +++
gdb/extension.h | 5 +-
gdb/frame.h | 37 ++++--
gdb/python/py-framefilter.c | 90 +++++++++++++--
gdb/python/py-objfile.c | 78 +++++++++++++
gdb/stack.c | 126 ++++++++++++++++++---
gdb/stack.h | 12 ++
gdb/testsuite/ChangeLog | 31 +++++
gdb/testsuite/gdb.base/frame-args.exp | 60 ++++++++++
gdb/testsuite/gdb.base/options.exp | 1 +
.../gdb.python/py-framefilter-invalidarg.exp | 2 +-
gdb/testsuite/gdb.python/py-framefilter.exp | 72 +++++++++++-
gdb/testsuite/gdb.python/py-objfile.c | 3 +
gdb/testsuite/gdb.python/py-objfile.exp | 14 +++
gdb/testsuite/lib/gdb.exp | 18 +++
gdb/testsuite/lib/tuiterm.exp | 27 ++++-
24 files changed, 699 insertions(+), 51 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 7856c5eb 2: update: gcc-05551cfc83003ed8bdfe1249d0027bdd5a080488: -9
new 5399d4da 2: update: binutils-gcc-linux: -9
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 (7856c5eb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 15 +-
02-prepare_abe/console.log | 22 +-
03-build_abe-binutils/console.log | 10425 ++++++------
04-build_abe-stage1/console.log | 19955 ++++++++++++-----------
08-update_baseline/console.log | 25 +-
console.log | 30454 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
7 files changed, 30836 insertions(+), 30074 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards dd0c989d 0: update: llvm-linux: boot
new 76f546b5 0: update: llvm-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 (dd0c989d)
\
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 | 229 +-
02-build_llvm/console.log | 12075 +++++++++++++++++------------------
03-build_linux/console.log | 812 +--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13132 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13129 insertions(+), 13145 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 1dc6fdb5cab 2019-07-30 Richard Biener <rguenther(a)suse.de>
new 9c19fd8a09c Handle IFN_COND_MUL in tree-ssa-math-opts.c
new 17c759498ed Mark 2nd argument of delete operator as needed (PR tree-opt [...]
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 | 8 +++
gcc/cp/ChangeLog | 6 ++
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/g++.dg/torture/pr91270.C | 10 +++
.../{vect-cond-arith-3.c => vect-cond-arith-7.c} | 19 +++---
gcc/tree-ssa-dce.c | 21 +++++--
gcc/tree-ssa-math-opts.c | 71 +++++++++++++---------
7 files changed, 100 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr91270.C
copy gcc/testsuite/gcc.dg/vect/{vect-cond-arith-3.c => vect-cond-arith-7.c} (69%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.