[PATCH] D42453: Use branch funnels for virtual calls when retpoline mitigation is enabled.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 9 11:15:00 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL327163: Use branch funnels for virtual calls when retpoline mitigation is enabled. (authored by pcc, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D42453?vs=137512&id=137802#toc
Repository:
rL LLVM
https://reviews.llvm.org/D42453
Files:
compiler-rt/trunk/test/cfi/simple-pass.cpp
llvm/trunk/include/llvm/ADT/PointerUnion.h
llvm/trunk/include/llvm/CodeGen/TargetOpcodes.def
llvm/trunk/include/llvm/IR/Intrinsics.td
llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
llvm/trunk/include/llvm/IR/ModuleSummaryIndexYAML.h
llvm/trunk/include/llvm/Target/Target.td
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/trunk/lib/IR/Verifier.cpp
llvm/trunk/lib/Target/X86/X86ExpandPseudo.cpp
llvm/trunk/lib/Transforms/IPO/LowerTypeTests.cpp
llvm/trunk/lib/Transforms/IPO/WholeProgramDevirt.cpp
llvm/trunk/test/CodeGen/X86/icall-branch-funnel.ll
llvm/trunk/test/Transforms/LowerTypeTests/icall-branch-funnel.ll
llvm/trunk/test/Transforms/WholeProgramDevirt/Inputs/import-branch-funnel.yaml
llvm/trunk/test/Transforms/WholeProgramDevirt/Inputs/import-vcp-branch-funnel.yaml
llvm/trunk/test/Transforms/WholeProgramDevirt/branch-funnel.ll
llvm/trunk/test/Transforms/WholeProgramDevirt/import.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42453.137802.patch
Type: text/x-patch
Size: 56017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180309/b8623e99/attachment.bin>
More information about the llvm-commits
mailing list