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/binutils-gdb.
from a992a3b010 gdb: improve debug output of function overload resolution
adds ce4331325c Automatic date update in version.in
adds c6ac7fc987 Implement user defined prefix.
adds 643c0cbedb Test define-prefix.
adds be09caf15d Allow . character as part of command names.
adds bf4985257d Document define-prefix command and the use of . in command names.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 29 ++++++
gdb/NEWS | 9 ++
gdb/cli/cli-decode.c | 24 +++--
gdb/cli/cli-script.c | 130 ++++++++++++++++++++----
gdb/command.h | 8 ++
gdb/completer.c | 10 +-
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 45 ++++++++-
gdb/guile/scm-cmd.c | 5 +-
gdb/python/py-cmd.c | 5 +-
gdb/testsuite/ChangeLog | 10 ++
gdb/testsuite/gdb.base/define-prefix.exp | 164 +++++++++++++++++++++++++++++++
gdb/testsuite/gdb.base/define.exp | 25 +++++
gdb/testsuite/gdb.base/setshow.exp | 2 +-
gdb/top.c | 12 +++
16 files changed, 441 insertions(+), 44 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/define-prefix.exp
--
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 40c2420 0: update: binutils-gcc-linux: boot
new 37becf4 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 (40c2420)
\
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 | 173 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11692 ++++++------
04-build_abe-stage1/console.log | 20269 ++++++++++----------
05-build_linux/console.log | 2668 +--
06-boot_linux/console.log | 390 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 35659 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 35617 insertions(+), 35688 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 4ded402a10c 2019-11-30 Jan Hubicka <hubicka(a)ucw.cz>
new e0f2cde1550 Update max_bb_count in execute_fixup_cfg
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 | 5 +++++
gcc/tree-cfg.c | 6 +++++-
2 files changed, 10 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/llvm-project.
from 905b002c139 Revert "[clangd] Rethink how SelectionTree deals with macro [...]
adds cee62e6fcff Fix a typo.
adds b094258661e Updated the OCaml/bitwriter.ml test for OCaml 4.06+
adds c2443155a0f Revert 651f07908a1 "[AArch64] Don't combine callee-save and [...]
adds 3c7f6b43969 [clang][modules] Add support for merging lifetime-extended [...]
adds 3f4b70c79e6 Revert "[clang][modules] Add support for merging lifetime-e [...]
adds a46b959ebd6 [InstCombine] More usub_sat tests. NFC.
adds 3a1bef5616c [InstCombine] Adjust usub_sat fold one use checks
adds 59b56e5c579 [InstCombine] Expand usub_sat patterns to handle constants
new 40dfc6dff10 [X86] Add floating point execution domain to comi/ucomi/cvt [...]
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:
llvm/lib/CodeGen/CodeGenPrepare.cpp | 2 +-
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp | 3 -
llvm/lib/Target/X86/X86InstrAVX512.td | 7 +-
llvm/lib/Target/X86/X86InstrSSE.td | 116 ++++----
.../Transforms/InstCombine/InstCombineSelect.cpp | 20 +-
llvm/test/Bindings/OCaml/bitwriter.ml | 4 +-
...-never-combine-csr-local-stack-bump-for-size.ll | 25 --
llvm/test/CodeGen/X86/avx512-cvt.ll | 48 ++--
llvm/test/CodeGen/X86/ftrunc.ll | 12 +-
llvm/test/CodeGen/X86/lzcnt-zext-cmp.ll | 2 +-
llvm/test/CodeGen/X86/pr42905.ll | 2 +-
llvm/test/CodeGen/X86/sqrt-partial.ll | 4 +-
llvm/test/CodeGen/X86/undef-label.ll | 2 +-
llvm/test/CodeGen/X86/vec_fp_to_int.ll | 16 +-
llvm/test/CodeGen/X86/vec_int_to_fp.ll | 106 ++++----
.../InstCombine/builtin-dynamic-object-size.ll | 8 +-
.../InstCombine/unsigned_saturated_sub.ll | 293 +++++++++++++++++++++
17 files changed, 483 insertions(+), 187 deletions(-)
delete mode 100644 llvm/test/CodeGen/AArch64/arm64-never-combine-csr-local-stack-b [...]
--
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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2e71aa3 0: update: llvm-linux: all
new 3e3ffe4 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 (2e71aa3)
\
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 | 12428 +++++++++++++--------------
03-build_linux/console.log | 5072 ++++++-----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 17680 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 17682 insertions(+), 17686 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-release-aarch64-next-allyesconfig
in repository toolchain/ci/gcc.
from 29d9253b876 Fix testcase - was missing -fopenacc
adds 27c94e8b5a6 2019-11-29 Harald Anlauf <anlauf(a)gmx.de>
adds 01a0151c871 Daily bump.
adds 820c1eb84b0 Backport from trunk as an insurance policy.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/simplify.c | 6 ++++--
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gfortran.dg/dependency_56.f90 | 14 ++++++++++++++
gcc/testsuite/gfortran.dg/pr92629.f90 | 11 +++++++++++
6 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dependency_56.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr92629.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5dad557 0: update: binutils-gcc-linux: all
new d154e50 0: update: 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 (5dad557)
\
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 | 128 +-
02-prepare_abe/console.log | 94 +-
03-build_abe-binutils/console.log | 10774 ++++++++-------
04-build_abe-stage1/console.log | 14040 ++++++++++----------
05-build_linux/console.log | 676 +-
06-boot_linux/console.log | 8 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 25753 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 25727 insertions(+), 25758 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 bb3c9a3bb5d [C] Add a target hook that allows targets to verify type usage
new 4ded402a10c 2019-11-30 Jan Hubicka <hubicka(a)ucw.cz>
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 | 18 ++++++++++
gcc/c-family/ChangeLog | 5 +++
gcc/c-family/c-attribs.c | 59 +++++++++++++++++++++++++++++++
gcc/cgraph.h | 2 ++
gcc/cgraphunit.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++--
gcc/config/elfos.h | 11 ++++++
gcc/doc/extend.texi | 35 ++++++++++++++++++
gcc/lto-cgraph.c | 4 +++
gcc/output.h | 1 +
gcc/symtab.c | 11 +++++-
gcc/varasm.c | 17 +++++++++
gcc/varpool.c | 5 ++-
12 files changed, 256 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.