[PATCH] D15365: Cross-DSO control flow integrity (LLVM part)
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 17:37:33 PST 2015
eugenis created this revision.
eugenis added reviewers: pcc, kcc.
eugenis added a subscriber: llvm-commits.
eugenis set the repository for this revision to rL LLVM.
An LTO pass that inserts a __cfi_check() function that validates a call based on a hash of the call-site-known type and the target pointer.
Repository:
rL LLVM
http://reviews.llvm.org/D15365
Files:
include/llvm/InitializePasses.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/CrossDSOCFI.h
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/CrossDSOCFI.cpp
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
test/Transforms/CrossDSOCFI/basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15365.42257.patch
Type: text/x-patch
Size: 13414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151209/161237a2/attachment.bin>
More information about the llvm-commits
mailing list