This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 74ae606cb21 [ThinLTO/gold] Implement ThinLTO cache pruning support new 2865ab69961 bpf: add inline-asm support new 36409f33261 [lit] Use realpath when adding to the config map. new 2fbca6bfaec [llvm-cov] Simplify code to find the first uncovered segment. NFC. new f71ef504eb5 [llvm-cov] Repair a test. NFC. new 7c57f171e24 [Coverage] Use gap regions to select better line exec counts
The 5 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: docs/CoverageMappingFormat.rst | 10 ++- .../llvm/ProfileData/Coverage/CoverageMapping.h | 32 +++++++-- include/llvm/ProfileData/InstrProfData.inc | 2 +- lib/ProfileData/Coverage/CoverageMapping.cpp | 14 ++-- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 16 ++++- lib/ProfileData/Coverage/CoverageMappingWriter.cpp | 1 + lib/Target/BPF/BPFAsmPrinter.cpp | 77 +++++++++++++++++++++ lib/Target/BPF/BPFISelDAGToDAG.cpp | 24 +++++++ lib/Target/BPF/BPFISelLowering.cpp | 16 +++++ lib/Target/BPF/BPFISelLowering.h | 4 ++ test/CodeGen/BPF/inline_asm.ll | 54 +++++++++++++++ .../llvm-cov/Inputs/deferred-regions.covmapping | Bin 688 -> 728 bytes test/tools/llvm-cov/deferred-region.cpp | 34 ++++----- tools/llvm-cov/SourceCoverageView.cpp | 39 +++++------ tools/llvm-cov/SourceCoverageViewHTML.cpp | 2 +- tools/llvm-cov/SourceCoverageViewText.cpp | 2 +- utils/lit/lit/discovery.py | 1 + utils/llvm-lit/llvm-lit.in | 1 + 18 files changed, 266 insertions(+), 63 deletions(-) create mode 100644 test/CodeGen/BPF/inline_asm.ll