[PATCH] D21053: IR: New representation for CFI and virtual call optimization pass metadata.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 15:28:30 PDT 2016


pcc updated this revision to Diff 61619.
pcc added a comment.

Refresh, depend on http://reviews.llvm.org/D21624


http://reviews.llvm.org/D21053

Files:
  docs/BitSets.rst
  docs/LangRef.rst
  docs/TypeMetadata.rst
  docs/index.rst
  include/llvm/Analysis/BitSetUtils.h
  include/llvm/Analysis/TypeMetadataUtils.h
  include/llvm/IR/GlobalObject.h
  include/llvm/IR/Intrinsics.td
  include/llvm/IR/LLVMContext.h
  include/llvm/InitializePasses.h
  include/llvm/Transforms/IPO.h
  include/llvm/Transforms/IPO/LowerBitSets.h
  include/llvm/Transforms/IPO/LowerTypeTests.h
  include/llvm/Transforms/IPO/WholeProgramDevirt.h
  lib/Analysis/BitSetUtils.cpp
  lib/Analysis/CMakeLists.txt
  lib/Analysis/TypeMetadataUtils.cpp
  lib/IR/LLVMContext.cpp
  lib/IR/Metadata.cpp
  lib/Linker/IRMover.cpp
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/CrossDSOCFI.cpp
  lib/Transforms/IPO/IPO.cpp
  lib/Transforms/IPO/LowerBitSets.cpp
  lib/Transforms/IPO/LowerTypeTests.cpp
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/IPO/WholeProgramDevirt.cpp
  test/Transforms/CrossDSOCFI/basic.ll
  test/Transforms/LowerBitSets/constant.ll
  test/Transforms/LowerBitSets/function-ext.ll
  test/Transforms/LowerBitSets/function.ll
  test/Transforms/LowerBitSets/layout.ll
  test/Transforms/LowerBitSets/nonglobal.ll
  test/Transforms/LowerBitSets/nonstring.ll
  test/Transforms/LowerBitSets/pr25902.ll
  test/Transforms/LowerBitSets/section.ll
  test/Transforms/LowerBitSets/simple.ll
  test/Transforms/LowerBitSets/single-offset.ll
  test/Transforms/LowerBitSets/unnamed.ll
  test/Transforms/WholeProgramDevirt/bad-read-from-vtable.ll
  test/Transforms/WholeProgramDevirt/constant-arg.ll
  test/Transforms/WholeProgramDevirt/devirt-single-impl.ll
  test/Transforms/WholeProgramDevirt/non-array-vtable.ll
  test/Transforms/WholeProgramDevirt/non-constant-vtable.ll
  test/Transforms/WholeProgramDevirt/uniform-retval-invoke.ll
  test/Transforms/WholeProgramDevirt/uniform-retval.ll
  test/Transforms/WholeProgramDevirt/unique-retval.ll
  test/Transforms/WholeProgramDevirt/vcp-accesses-memory.ll
  test/Transforms/WholeProgramDevirt/vcp-no-this.ll
  test/Transforms/WholeProgramDevirt/vcp-non-constant-arg.ll
  test/Transforms/WholeProgramDevirt/vcp-too-wide-ints.ll
  test/Transforms/WholeProgramDevirt/vcp-type-mismatch.ll
  test/Transforms/WholeProgramDevirt/vcp-uses-this.ll
  test/Transforms/WholeProgramDevirt/virtual-const-prop-begin.ll
  test/Transforms/WholeProgramDevirt/virtual-const-prop-end.ll
  test/tools/gold/X86/opt-level.ll
  unittests/Transforms/IPO/CMakeLists.txt
  unittests/Transforms/IPO/LowerBitSets.cpp
  unittests/Transforms/IPO/LowerTypeTests.cpp
  unittests/Transforms/IPO/WholeProgramDevirt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21053.61619.patch
Type: text/x-patch
Size: 141413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160622/73921ce8/attachment.bin>


More information about the llvm-commits mailing list