This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d03e3c146e5 [llvm-cov] Don't attach exec counts to lines which start a [...] new 37911b93a03 WholeProgramDevirt: Add import/export support for targets w [...]
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/IR/ModuleSummaryIndex.h | 6 ++ include/llvm/IR/ModuleSummaryIndexYAML.h | 2 + lib/LTO/LTO.cpp | 2 + lib/Transforms/IPO/WholeProgramDevirt.cpp | 73 +++++++++++++++++----- .../WholeProgramDevirt/Inputs/import-vcp.yaml | 4 ++ .../WholeProgramDevirt/export-uniform-ret-val.ll | 2 + .../WholeProgramDevirt/export-unique-ret-val.ll | 4 ++ test/Transforms/WholeProgramDevirt/export-vcp.ll | 25 +++++--- test/Transforms/WholeProgramDevirt/import-indir.ll | 6 ++ test/Transforms/WholeProgramDevirt/import.ll | 22 ++++--- 10 files changed, 114 insertions(+), 32 deletions(-)