This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 850a3e8202f Reland the "[NewPM] Port Sancov" patch from rL365838. No fu [...] new 443275ffa35 [AArch64][GlobalISel] Fix G_SELECT legalization fallback af [...] new 52b7e93f00b [FileCollector] add support for recording empty directories new 99818ae847f [BPF] fix typedef issue for offset relocation
The 3 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/Support/FileCollector.cpp | 25 +++-- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +- lib/Target/BPF/BTFDebug.cpp | 41 ++++++-- lib/Target/BPF/BTFDebug.h | 6 +- test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 26 ++--- .../CodeGen/BPF/CORE/offset-reloc-typedef-array.ll | 97 ++++++++++++++++++ .../BPF/CORE/offset-reloc-typedef-struct.ll | 90 +++++++++++++++++ .../CodeGen/BPF/CORE/offset-reloc-typedef-union.ll | 90 +++++++++++++++++ test/CodeGen/BPF/CORE/offset-reloc-typedef.ll | 111 +++++++++++++++++++++ unittests/Support/FileCollectorTest.cpp | 31 ++++++ 10 files changed, 491 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/BPF/CORE/offset-reloc-typedef-array.ll create mode 100644 test/CodeGen/BPF/CORE/offset-reloc-typedef-struct.ll create mode 100644 test/CodeGen/BPF/CORE/offset-reloc-typedef-union.ll create mode 100644 test/CodeGen/BPF/CORE/offset-reloc-typedef.ll