forked from OSchip/llvm-project
c703f852c9
This introduces a new "ptrauth" operand bundle to be used in call/invoke. At the IR level, it's semantically equivalent to an @llvm.ptrauth.auth followed by an indirect call, but it additionally provides additional hardening, by preventing the intermediate raw pointer from being exposed. This mostly adds the IR definition, verifier checks, and support in a couple of general helper functions. Clang IRGen and backend support will come separately. Note that we'll eventually want to support this bundle in indirectbr as well, for similar reasons. indirectbr currently doesn't support bundles at all, and the IR data structures need to be updated to allow that. Differential Revision: https://reviews.llvm.org/D113685 |
||
---|---|---|
.. | ||
2010-06-26-MultipleReturnValues.ll | ||
EraseBB.ll | ||
accum_recursion.ll | ||
ackermann.ll | ||
basic.ll | ||
debugloc.ll | ||
deopt-bundle.ll | ||
dont_reorder_load.ll | ||
dup_tail.ll | ||
inf-recursion.ll | ||
notail.ll | ||
opt-remarks-recursion.ll | ||
ptrauth-bundle.ll | ||
reorder_load.ll | ||
setjmp.ll | ||
tre-byval-parameter-2.ll | ||
tre-byval-parameter.ll | ||
tre-multiple-exits.ll | ||
tre-noncapturing-alloca-calls.ll |