[PATCH] D16795: WholeProgramDevirt: introduce.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 14:55:05 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL260312: WholeProgramDevirt: introduce. (authored by pcc).

Changed prior to commit:
  http://reviews.llvm.org/D16795?vs=47261&id=47372#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D16795

Files:
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/Transforms/IPO.h
  llvm/trunk/include/llvm/Transforms/IPO/PassManagerBuilder.h
  llvm/trunk/include/llvm/Transforms/IPO/WholeProgramDevirt.h
  llvm/trunk/lib/Transforms/IPO/CMakeLists.txt
  llvm/trunk/lib/Transforms/IPO/IPO.cpp
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/lib/Transforms/IPO/WholeProgramDevirt.cpp
  llvm/trunk/test/Transforms/WholeProgramDevirt/bad-read-from-vtable.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/constant-arg.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/devirt-single-impl.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/non-array-vtable.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/non-constant-vtable.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/uniform-retval-invoke.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/uniform-retval.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/unique-retval.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/vcp-accesses-memory.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/vcp-no-this.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/vcp-non-constant-arg.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/vcp-too-wide-ints.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/vcp-type-mismatch.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/vcp-uses-this.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/virtual-const-prop-begin.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/virtual-const-prop-end.ll
  llvm/trunk/test/tools/gold/X86/disable-verify.ll
  llvm/trunk/unittests/Transforms/IPO/CMakeLists.txt
  llvm/trunk/unittests/Transforms/IPO/WholeProgramDevirt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16795.47372.patch
Type: text/x-patch
Size: 84633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160209/f9020665/attachment-0001.bin>


More information about the llvm-commits mailing list