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-aarch64-mainline-allnoconfig
in repository toolchain/ci/gcc.
from dff59b16064 2019-09-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 176b3b7aba1 Daily bump.
adds f3471d9d409 PR target/91269 * config/sparc/sparc.h (HARD_REGNO_CALLER [...]
adds d6279ef7800 RISC-V: Fix more splitters accidentally calling gen_reg_rtx.
adds a8f5e932a09 Fix PR88751
new 138f21df88e * config/pa/pa.c (pa_trampoline_init): Remove spurious ext [...]
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 | 48 ++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/pa/pa.c | 2 +-
gcc/config/riscv/riscv-protos.h | 4 +--
gcc/config/riscv/riscv.c | 45 ++++++++++++++++----------
gcc/config/riscv/riscv.md | 6 ++--
gcc/config/sparc/sparc.h | 7 +++++
gcc/ira.c | 9 +++++-
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.dg/pr91269.c | 70 +++++++++++++++++++++++++++++++++++++++++
10 files changed, 172 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr91269.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/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 1590264 0: update: binutils-gcc-linux: boot
new b35fdbc 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 (1590264)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11258 +++++++--------
04-build_abe-stage1/console.log | 14172 +++++++++----------
05-build_linux/console.log | 605 +-
06-boot_linux/console.log | 4 +-
console.log | 26500 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 26604 insertions(+), 26553 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 17f8c800c48 [Inliner] Remove incorrect early exit during switch cost co [...]
new bb0fdfda6fa [GlobalISel] Defer setting HasCalls on MachineFrameInfo to [...]
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/CodeGen/GlobalISel/IRTranslator.cpp | 4 +++-
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 18 ++++++++++++++++++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 3 ---
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 1 -
.../AArch64/GlobalISel/tail-call-no-save-fp-lr.ll | 20 ++++++++++++++++++++
5 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/tail-call-no-save-fp-lr.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 lldb.
from d5e954554 [lldb] Process formatters in reverse-chronological order
new b33672cda dotest.py: bugfix: test filters with -f do not work on Python3
new c31a35098 prepare_binding_Python: print readable errors if SWIG fails
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:
scripts/Python/prepare_binding_Python.py | 10 ++++++----
third_party/Python/module/unittest2/unittest2/loader.py | 2 +-
2 files changed, 7 insertions(+), 5 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 3e44783bf7a [SystemZ] Support z15 processor name
new e1ba14678c7 [SampleFDO] Expose an interface to return the size of a sec [...]
new 17f8c800c48 [Inliner] Remove incorrect early exit during switch cost co [...]
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:
include/llvm/ProfileData/SampleProf.h | 16 ++++++++++++
include/llvm/ProfileData/SampleProfReader.h | 7 ++++++
lib/Analysis/InlineCost.cpp | 13 ----------
lib/ProfileData/SampleProfReader.cpp | 30 +++++++++++++++++++++++
test/Transforms/Inline/{AArch64 => X86}/switch.ll | 4 +--
test/tools/llvm-profdata/show-prof-size.test | 7 ++++++
tools/llvm-profdata/llvm-profdata.cpp | 27 ++++++++++++++++++--
7 files changed, 87 insertions(+), 17 deletions(-)
copy test/Transforms/Inline/{AArch64 => X86}/switch.ll (94%)
create mode 100644 test/tools/llvm-profdata/show-prof-size.test
--
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 binutils-gdb.
from ffea1427a7 Document the GDB 8.3.1 release in gdb/ChangeLog
new 5a3a0d6304 gdb/NEWS: Move entries about MI v3 and multi-loc breakpoints [...]
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:
gdb/ChangeLog | 6 ++++++
gdb/NEWS | 28 ++++++++++++++--------------
2 files changed, 20 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 clang.
from 2f8985aaa0 Fix assertion failure when constant evaluation of a switch j [...]
new c091e0e4ca Remove outdated FIXME.
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/AST/ExprConstant.cpp | 4 ----
1 file changed, 4 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 9a2a5b5 0: update: llvm-linux: boot
new 7b85dec 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 (9a2a5b5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 12230 +++++++++++++++----------------
03-build_linux/console.log | 1824 +++--
04-boot_linux/console.log | 470 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 14760 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14767 insertions(+), 14763 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.