[all-commits] [llvm/llvm-project] 8acf88: [LLVM][rtsan] Add RealtimeSanitizer transform pass...
Chris Apple via All-commits
all-commits at lists.llvm.org
Thu Aug 8 16:33:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8acf8852e9d4044456a782ff0089a4becfa2df86
https://github.com/llvm/llvm-project/commit/8acf8852e9d4044456a782ff0089a4becfa2df86
Author: Chris Apple <cja-private at pm.me>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
A llvm/include/llvm/Transforms/Instrumentation/RealtimeSanitizer.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Instrumentation/CMakeLists.txt
A llvm/lib/Transforms/Instrumentation/RealtimeSanitizer.cpp
A llvm/test/Instrumentation/RealtimeSanitizer/rtsan.ll
A llvm/test/Instrumentation/RealtimeSanitizer/rtsan_multi_return.ll
Log Message:
-----------
[LLVM][rtsan] Add RealtimeSanitizer transform pass (#101232)
Split from #100596.
Introduce the RealtimeSanitizer transform, which inserts the
rtsan_enter/exit functions at the appropriate places in an instrumented
function.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list