This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d31e3ed WholeProgramDevirt: Add any unsuccessful llvm.type.checked.lo [...] new d1e011d WholeProgramDevirt: Implement exporting for single-impl devir [...] new 3f44bcb WholeProgramDevirt: Implement exporting for uniform ret val opt. new 708709f Fix build.
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/Transforms/IPO/WholeProgramDevirt.cpp | 85 +++++++++++++++++++--- .../WholeProgramDevirt/export-single-impl.ll | 78 ++++++++++++++++++++ .../WholeProgramDevirt/export-uniform-ret-val.ll | 36 +++++++++ 3 files changed, 187 insertions(+), 12 deletions(-) create mode 100644 test/Transforms/WholeProgramDevirt/export-single-impl.ll create mode 100644 test/Transforms/WholeProgramDevirt/export-uniform-ret-val.ll