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-aarch64-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from 663f67df1e PR25046, readelf "Reading xxx bytes extends past end of file [...]
adds 703a86c2fa gdb: re-write add_psymbol_to_list doc, move it to header file
adds c7ee338a2d Improve some comments about msymbol handling
adds 4a56a52007 Disable all warnings in gdb.rust/traits.rs
adds 6fb08628e0 Use std::sort instead of qsort in minsyms.c
adds 5f48f8f3c3 Remove extra whitespaces at the end of lines.
adds af79fcc547 Automatic date update in version.in
adds 8fe0f950f4 [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx
adds cd7c32c36a Fix leak due to assigning a xstrdup-ed string to the std::st [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++
gdb/dwarf2read.c | 20 +++++++++++++++-----
gdb/main.c | 8 +++-----
gdb/minsyms.c | 38 ++++++++++++++++----------------------
gdb/minsyms.h | 3 ++-
gdb/objfiles.h | 14 ++++++++------
gdb/psympriv.h | 35 ++++++++++++++++++++++++++---------
gdb/psymtab.c | 6 +-----
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.rust/traits.rs | 4 +---
11 files changed, 117 insertions(+), 57 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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 55ceec38 0: update: binutils-gcc-linux: boot
new 706b4535 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 (55ceec38)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 10391 ++++++-------
04-build_abe-stage1/console.log | 15853 ++++++++++----------
05-build_linux/console.log | 940 +-
06-boot_linux/console.log | 406 +-
console.log | 28223 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 28252 insertions(+), 28181 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 7645648cb37 [yaml2obj/obj2yaml] - Add support for SHT_HASH sections.
new 9f242165d6c [yaml2obj] - Allow specifying custom Link values for SHT_HA [...]
new 75c78811434 Reland "[utils] Implement the llvm-locstats tool"
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:
CMakeLists.txt | 4 +
docs/CommandGuide/index.rst | 1 +
docs/CommandGuide/llvm-locstats.rst | 79 ++++++++++++
lib/ObjectYAML/ELFEmitter.cpp | 2 +-
test/lit.cfg.py | 5 +
test/tools/llvm-locstats/lit.local.cfg | 2 +
test/tools/llvm-locstats/locstats.ll | 175 +++++++++++++++++++++++++
test/tools/yaml2obj/elf-hash-section.yaml | 32 +++++
utils/llvm-locstats/CMakeLists.txt | 7 +
utils/llvm-locstats/llvm-locstats.py | 208 ++++++++++++++++++++++++++++++
10 files changed, 514 insertions(+), 1 deletion(-)
create mode 100644 docs/CommandGuide/llvm-locstats.rst
create mode 100644 test/tools/llvm-locstats/lit.local.cfg
create mode 100644 test/tools/llvm-locstats/locstats.ll
create mode 100644 utils/llvm-locstats/CMakeLists.txt
create mode 100755 utils/llvm-locstats/llvm-locstats.py
--
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-tools-extra.
from 7fd7381c [clangd] Handle OverloadExpr in targetDecl
new d4565ee8 [clangd] Handle template arguments in findExplicitReferences
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:
clangd/FindTarget.cpp | 37 ++++++++++++++++++++++++++++++++++--
clangd/unittests/FindTargetTests.cpp | 33 ++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+), 2 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 672bffebb69 Fixup r373278: Move test to X86 directory
new 7645648cb37 [yaml2obj/obj2yaml] - Add support for SHT_HASH sections.
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/ObjectYAML/ELFYAML.h | 11 ++
lib/ObjectYAML/ELFEmitter.cpp | 35 +++++-
lib/ObjectYAML/ELFYAML.cpp | 30 +++++
test/tools/llvm-readobj/elf-section-types.test | 1 +
test/tools/llvm-size/elf-sysv.test | 1 +
test/tools/obj2yaml/elf-hash-section.yaml | 78 +++++++++++++
test/tools/yaml2obj/elf-hash-section.yaml | 147 +++++++++++++++++++++++++
tools/obj2yaml/elf2yaml.cpp | 47 ++++++++
8 files changed, 349 insertions(+), 1 deletion(-)
create mode 100644 test/tools/obj2yaml/elf-hash-section.yaml
create mode 100644 test/tools/yaml2obj/elf-hash-section.yaml
--
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-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c742a416 0: update: llvm-linux: boot
new 2693ff53 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 (c742a416)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 225 +-
02-build_llvm/console.log | 12004 +++++++++++++++++------------------
03-build_linux/console.log | 682 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 38 +-
06-update_baseline/console.log | 14 +-
console.log | 12967 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12962 insertions(+), 12980 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.