[PATCH] D149580: [hwasan] support hwasan-match-all-tag flag for callback memory access instrumentation
Mingjie Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 1 18:36:02 PDT 2023
Enna1 updated this revision to Diff 518617.
Enna1 added a comment.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
implement `__hwasan_load_match_all`/`__hwasan_store_match_all` and handle hwasan-match-all-tag flag in them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149580/new/
https://reviews.llvm.org/D149580
Files:
compiler-rt/lib/hwasan/hwasan.cpp
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/test/Instrumentation/HWAddressSanitizer/X86/kernel.ll
llvm/test/Instrumentation/HWAddressSanitizer/with-calls.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149580.518617.patch
Type: text/x-patch
Size: 15401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230502/c646cb63/attachment.bin>
More information about the llvm-commits
mailing list