[all-commits] [llvm/llvm-project] 36daf0: [hwasan] also omit safe mem[cpy|mov|set].
Florian Mayer via All-commits
all-commits at lists.llvm.org
Wed Sep 22 03:09:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36daf074d997a79f25a1de2a1b869170ea6c20cc
https://github.com/llvm/llvm-project/commit/36daf074d997a79f25a1de2a1b869170ea6c20cc
Author: Florian Mayer <fmayer at google.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
M llvm/lib/Analysis/StackSafetyAnalysis.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/test/Analysis/StackSafetyAnalysis/ipa-alias.ll
M llvm/test/Analysis/StackSafetyAnalysis/ipa.ll
M llvm/test/Analysis/StackSafetyAnalysis/local.ll
M llvm/test/Instrumentation/HWAddressSanitizer/mem-intrinsics.ll
M llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll
Log Message:
-----------
[hwasan] also omit safe mem[cpy|mov|set].
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D109816
More information about the All-commits
mailing list