[PATCH] D64173: Basic MTE stack tagging instrumentation.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 3 16:43:28 PDT 2019
eugenis created this revision.
eugenis added reviewers: pcc, vitalybuka, hctim, ostannard.
Herald added subscribers: hiraditya, javed.absar, mgorny, srhines.
Herald added a project: LLVM.
Use MTE intrinsics to tag stack variables in functions with
sanitize_memtag attribute.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64173
Files:
llvm/lib/Target/AArch64/AArch64.h
llvm/lib/Target/AArch64/AArch64StackTagging.cpp
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
llvm/lib/Target/AArch64/CMakeLists.txt
llvm/test/CodeGen/AArch64/O0-pipeline.ll
llvm/test/CodeGen/AArch64/O3-pipeline.ll
llvm/test/CodeGen/AArch64/stack-tagging.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64173.207923.patch
Type: text/x-patch
Size: 20578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190703/9e966867/attachment.bin>
More information about the llvm-commits
mailing list