[all-commits] [llvm/llvm-project] 5b5d77: [hwasan] Respect returns attribute when tracking v...
Florian Mayer via All-commits
all-commits at lists.llvm.org
Mon Sep 13 12:52:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b5d774f5d3840a1e242f0ef5873d735ccf817a4
https://github.com/llvm/llvm-project/commit/5b5d774f5d3840a1e242f0ef5873d735ccf817a4
Author: Florian Mayer <fmayer at google.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M llvm/lib/Analysis/StackSafetyAnalysis.cpp
M llvm/test/Analysis/StackSafetyAnalysis/local.ll
M llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll
Log Message:
-----------
[hwasan] Respect returns attribute when tracking values.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D109233
Commit: 0a22510f3e649d5d84cc404690cfb374fab46238
https://github.com/llvm/llvm-project/commit/0a22510f3e649d5d84cc404690cfb374fab46238
Author: Florian Mayer <fmayer at google.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll
M llvm/unittests/Analysis/ValueTrackingTest.cpp
Log Message:
-----------
[value-tracking] see through returned attribute.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D109675
Compare: https://github.com/llvm/llvm-project/compare/b9a8f34d476e...0a22510f3e64
More information about the All-commits
mailing list