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 7544fbcd 0: update: llvm-linux: all
new 4872da06 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 (7544fbcd)
\
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 | 193 +-
02-build_llvm/console.log | 12225 +-
03-build_linux/console.log | 2859466 +++++++++++++++++------------------
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 2874774 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 2873354 insertions(+), 2873334 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ea61b939 2: update: llvm-linux: 17316
new fc9d7c82 2: update: llvm-f2bbfa05fe66d9799f9a968dd48bd0b557b9ba77: 17316
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 (ea61b939)
\
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 | 184 +-
02-build_llvm/console.log | 12204 +++++++++++++-------------
03-build_linux/console.log | 5358 +++++-------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 26 +-
console.log | 17780 ++++++++++++++++++--------------------
jenkins/manifest.sh | 11 +-
7 files changed, 17055 insertions(+), 18516 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 e1d1a07d0 [lit] Do a better job at parsing unsupported tests.
new a7a415eac [Dwarf] Fix switch cases that take an dw_tag_t.
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/DWARF/DWARFASTParserClang.cpp | 2 ++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 6 ++++++
source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp | 2 ++
3 files changed, 10 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 users/weimin/ctf
in repository binutils-gdb.
at 2c9a28c12d Sync up gdb with latest gcc and binutils
This branch includes the following new commits:
new a4dbf532f2 libctf: make it compile for old glibc
new bbbf065c6c libctf, include: ChangeLog format fixes
new 5fc9eafcae libctf: allow the header to change between versions
new bf365a6eb8 libctf, binutils: dump the CTF header
new 4610d938b4 libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and stri [...]
new 42859bb4a1 libctf: add the object index and function index sections
new 417ed2883b binutils: readelf: when dumping CTF, load strtab and symtab [...]
new ab39915041 binutils: objdump does not take --ctf-symbols or --ctf-strin [...]
new 534c153947 libctf: Add iteration over non-root types
new ec60a76676 libctf: support getting strings from the ELF strtab
new 1ba0a754ad libctf: write CTF files to memory, and CTF archives to fds
new 01cc754d45 libctf: fix double-free on ctf_compress_write error path
new 2ddf769f8b libctf: dump: support non-root type dumping
new dfe2491d58 libctf: dump: check the right error values when dumping functions
new 0aae381999 libctf: add the ctf_link machinery
new c150ea49ac libctf: map from old to corresponding newly-added types in c [...]
new ec0179e0bd libctf: add linking of the variable section
new 2091d7d550 libctf: add CU-mapping machinery
new c37135b645 libctf: teach ctf_add_type how forwards work
new 5f81997834 libctf: don't leak hash keys or values on value replacement
new 3c50a95108 libctf: eschew C99 for loop initial declarations
new deb9b90199 libctf: get rid of a disruptive public include of <sys/param.h>
new fba72c8c05 libctf: bfd-open: mark the bfd as cacheable
new bf05b84eda libctf: actually close bfds we have opened
new bc02cd7f56 bfd: new functions for getting strings out of a strtab
new 5379bd8827 bfd, ld: add CTF section linking
new c9c66c0910 libctf: installable libctf as a shared library
new 6951c20a00 objdump: get CTF parent importing right
new 475dd3eef4 libctf: handle nonrepresentable types at link time
new 54e8678e0f libctf: avoid the need to ever use ctf_update
new dde074f887 libctf: properly handle ctf_add_type of forwards and self-re [...]
new 09dd90b023 libctf: allow ctf_type_lname of a null pointer.
new cb2b796c85 libctf: get the encoding of non-ints/fps in the dynamic space right
new 6c1ab5fe1e libctf: remove ctf_malloc, ctf_free and ctf_strdup
new 2ca5b4ab8a libctf: make ctf_dump not crash on OOM
new 6fa0bc1c30 libctf: fix refcount leak in ctf_import
new 2c9a28c12d Sync up gdb with latest gcc and binutils
The 37 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.
--
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-allnoconfig
in repository toolchain/ci/gcc.
from 6ccf1ce78e8 [Darwin, PPC, Mode Iterators 1/n] Use mode iterators in pic [...]
adds 84b8339521f Daily bump.
adds 3ade7ad7cb9 Fix location of dependent member CALL_EXPR.
adds 085b46f9e4f /cp 2019-09-25 Paolo Carlini <paolo.carlini(a)oracle.com>
adds 087fc1c9c60 Move a target test-case to generic folder.
adds 17404fb2aa2 Implement LWG 3296 for basic_regex::assign
adds 164c7d29912 [AARCH64] Add support for new control bits CTR_EL0.DIC and [...]
adds 3e815188ce7 2019-09-25 Richard Biener <rguenther(a)suse.de>
adds c34e280b8bd [AArch64] Use implementation namespace consistently in arm_neon.h
adds 3096b21feda PR c++/91877 - ICE with converting member of packed struct [...]
adds f2e61afa978 Remove newly unused function and variable in tree-sra
new 3770798685c Colorize %L and %C text to match diagnostic_show_locus (PR [...]
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 | 662 +++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/arm_neon.h | 5659 ++++++++++----------
gcc/cp/ChangeLog | 15 +
gcc/cp/call.c | 3 +-
gcc/cp/name-lookup.c | 13 +-
gcc/cp/parser.c | 5 +-
gcc/fortran/ChangeLog | 18 +
gcc/fortran/error.c | 44 +-
gcc/testsuite/ChangeLog | 23 +
gcc/testsuite/g++.dg/conversion/packed1.C | 12 +
gcc/testsuite/g++.dg/diagnostic/redeclaration-1.C | 20 +
gcc/testsuite/g++.dg/lookup/extern-c-hidden.C | 4 +-
gcc/testsuite/g++.dg/lookup/extern-c-redecl.C | 2 +-
gcc/testsuite/g++.dg/lookup/extern-c-redecl6.C | 8 +-
gcc/testsuite/g++.old-deja/g++.other/using9.C | 2 +-
.../{gcc.target/s390 => gcc.dg}/pr91014.c | 0
gcc/testsuite/gcc.dg/torture/pr91896.c | 18 +
gcc/tree-sra.c | 11 -
gcc/tree-vect-loop.c | 4 +
libgcc/ChangeLog | 5 +
libgcc/config/aarch64/sync-cache.c | 57 +-
libstdc++-v3/ChangeLog | 8 +
libstdc++-v3/include/bits/regex.h | 4 +-
.../28_regex/basic_regex/assign/char/lwg3296.cc | 36 +
.../28_regex/basic_regex/assign/wchar_t/lwg3296.cc | 36 +
26 files changed, 3790 insertions(+), 2881 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/packed1.C
create mode 100644 gcc/testsuite/g++.dg/diagnostic/redeclaration-1.C
rename gcc/testsuite/{gcc.target/s390 => gcc.dg}/pr91014.c (100%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr91896.c
create mode 100644 libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/lwg3296.cc
create mode 100644 libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/lwg3296.cc
--
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-allnoconfig
in repository toolchain/ci/binutils-gdb.
from e8f8842d90 Arm: Fix out of range conditional branch (PR/24991)
adds 3d4352200e [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs
adds 33637ecac8 Automatic date update in version.in
adds 6ba2ed48c8 Silence a build-time warning about constant comparisons when [...]
adds 9a24a2763d SORT_BY_INIT_PRIORITY
adds 858f25f0dd Remove make_hex_string
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 12 +++++
gdb/amd64-linux-nat.c | 6 +++
gdb/python/py-objfile.c | 5 +-
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.arch/amd64-init-x87-values.exp | 19 ++++++-
gdb/utils.c | 16 ------
gdb/utils.h | 5 --
ld/ChangeLog | 15 ++++++
ld/emultempl/avrelf.em | 8 +--
ld/ld.texi | 21 ++++----
ld/ldlang.c | 64 ++++++++++++++----------
12 files changed, 112 insertions(+), 66 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b1f56496 2: update: binutils-gcc-linux: 399
new 93624219 2: update: binutils-gcc-linux: 399
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 (b1f56496)
\
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 | 120 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11336 +++++++------
04-build_abe-stage1/console.log | 20186 +++++++++++-----------
05-build_linux/console.log | 634 +-
console.log | 32688 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
7 files changed, 32690 insertions(+), 32702 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.