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

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 14:28:48 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL273729: IR: New representation for CFI and virtual call optimization pass metadata. (authored by pcc).

Changed prior to commit:
  http://reviews.llvm.org/D21053?vs=61619&id=61841#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D21053

Files:
  llvm/trunk/docs/BitSets.rst
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/docs/TypeMetadata.rst
  llvm/trunk/docs/index.rst
  llvm/trunk/include/llvm/Analysis/BitSetUtils.h
  llvm/trunk/include/llvm/Analysis/TypeMetadataUtils.h
  llvm/trunk/include/llvm/IR/GlobalObject.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/include/llvm/IR/LLVMContext.h
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/Transforms/IPO.h
  llvm/trunk/include/llvm/Transforms/IPO/LowerBitSets.h
  llvm/trunk/include/llvm/Transforms/IPO/LowerTypeTests.h
  llvm/trunk/include/llvm/Transforms/IPO/WholeProgramDevirt.h
  llvm/trunk/lib/Analysis/BitSetUtils.cpp
  llvm/trunk/lib/Analysis/CMakeLists.txt
  llvm/trunk/lib/Analysis/TypeMetadataUtils.cpp
  llvm/trunk/lib/IR/LLVMContext.cpp
  llvm/trunk/lib/IR/Metadata.cpp
  llvm/trunk/lib/Linker/IRMover.cpp
  llvm/trunk/lib/Transforms/IPO/CMakeLists.txt
  llvm/trunk/lib/Transforms/IPO/CrossDSOCFI.cpp
  llvm/trunk/lib/Transforms/IPO/IPO.cpp
  llvm/trunk/lib/Transforms/IPO/LowerBitSets.cpp
  llvm/trunk/lib/Transforms/IPO/LowerTypeTests.cpp
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/lib/Transforms/IPO/WholeProgramDevirt.cpp
  llvm/trunk/test/Transforms/CrossDSOCFI/basic.ll
  llvm/trunk/test/Transforms/LowerBitSets/constant.ll
  llvm/trunk/test/Transforms/LowerBitSets/function-ext.ll
  llvm/trunk/test/Transforms/LowerBitSets/function.ll
  llvm/trunk/test/Transforms/LowerBitSets/layout.ll
  llvm/trunk/test/Transforms/LowerBitSets/nonglobal.ll
  llvm/trunk/test/Transforms/LowerBitSets/nonstring.ll
  llvm/trunk/test/Transforms/LowerBitSets/pr25902.ll
  llvm/trunk/test/Transforms/LowerBitSets/section.ll
  llvm/trunk/test/Transforms/LowerBitSets/simple.ll
  llvm/trunk/test/Transforms/LowerBitSets/single-offset.ll
  llvm/trunk/test/Transforms/LowerBitSets/unnamed.ll
  llvm/trunk/test/Transforms/LowerTypeTests/constant.ll
  llvm/trunk/test/Transforms/LowerTypeTests/function-ext.ll
  llvm/trunk/test/Transforms/LowerTypeTests/function.ll
  llvm/trunk/test/Transforms/LowerTypeTests/layout.ll
  llvm/trunk/test/Transforms/LowerTypeTests/nonstring.ll
  llvm/trunk/test/Transforms/LowerTypeTests/pr25902.ll
  llvm/trunk/test/Transforms/LowerTypeTests/section.ll
  llvm/trunk/test/Transforms/LowerTypeTests/simple.ll
  llvm/trunk/test/Transforms/LowerTypeTests/single-offset.ll
  llvm/trunk/test/Transforms/LowerTypeTests/unnamed.ll
  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/opt-level.ll
  llvm/trunk/unittests/Transforms/IPO/CMakeLists.txt
  llvm/trunk/unittests/Transforms/IPO/LowerBitSets.cpp
  llvm/trunk/unittests/Transforms/IPO/LowerTypeTests.cpp
  llvm/trunk/unittests/Transforms/IPO/WholeProgramDevirt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21053.61841.patch
Type: text/x-patch
Size: 238607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160624/0d4a2592/attachment-0001.bin>


More information about the llvm-commits mailing list