This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4ff2529e870 [DWARF] Refactor RelocVisitor and fix computation of SHT_RE [...]
new 551e44401a9 [BPF] fix flaky btf unit test static-var-derived-type.ll
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:
test/CodeGen/BPF/BTF/static-var-derived-type.ll | 105 +++++++++---------------
1 file changed, 39 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.
unknown user pushed a change to branch master
in repository llvm.
from 527ff218843 [BPF] handle derived type properly for computing type id
new 4ff2529e870 [DWARF] Refactor RelocVisitor and fix computation of SHT_RE [...]
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/DebugInfo/DWARF/DWARFRelocMap.h | 5 +-
include/llvm/Object/RelocVisitor.h | 362 -------------------
include/llvm/Object/RelocationResolver.h | 42 +++
lib/DebugInfo/DWARF/DWARFContext.cpp | 20 +-
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 11 +-
lib/Object/CMakeLists.txt | 1 +
lib/Object/RelocationResolver.cpp | 497 +++++++++++++++++++++++++++
test/Object/invalid.test | 2 +-
8 files changed, 564 insertions(+), 376 deletions(-)
delete mode 100644 include/llvm/Object/RelocVisitor.h
create mode 100644 include/llvm/Object/RelocationResolver.h
create mode 100644 lib/Object/RelocationResolver.cpp
--
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 lld.
from de75e029b Fix lld wasm tests after r356610
new 234cafe8e [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA [...]
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:
ELF/DWARF.cpp | 26 ++++++++++++++++++++++++--
1 file changed, 24 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards cdffe6ab 0: good: binutils-gcc-linux: all
new a093ee98 0: good: 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 (cdffe6ab)
\
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 10 +-
3-build_abe-binutils/console.log | 3113 +++---
4-build_abe-stage1/console.log | 4053 ++++----
5-build_linux/console.log | 18892 +++++++++++++++++++------------------
6-boot_linux/console.log | 2 +-
console.log | 18084 +++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
8 files changed, 22117 insertions(+), 22069 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.