[all-commits] [llvm/llvm-project] 96c634: [hwasan] Use stack safety analysis.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Thu Jul 22 16:20:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96c63492cb952431fd9732146663fe227f8c52c1
https://github.com/llvm/llvm-project/commit/96c63492cb952431fd9732146663fe227f8c52c1
Author: Florian Mayer <fmayer at google.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
A clang/test/CodeGen/hwasan-stack-safety-analysis.c
M llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
A llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll
Log Message:
-----------
[hwasan] Use stack safety analysis.
This avoids unnecessary instrumentation.
Reviewed By: eugenis, vitalybuka
Differential Revision: https://reviews.llvm.org/D105703
More information about the All-commits
mailing list