This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Instrumentation
History
Kostya Serebryany
0c02d26d6b
[asan] add two new hidden compile-time flags for asan: asan-instrumentation-with-call-threshold and asan-memory-access-callback-prefix. This is part of the workaround for PR17409 (instrument huge functions with callbacks instead of inlined code). These flags will also help us experiment with kasan (kernel-asan) and clang
...
llvm-svn: 206383
2014-04-16 12:12:19 +00:00
..
AddressSanitizer
[asan] add two new hidden compile-time flags for asan: asan-instrumentation-with-call-threshold and asan-memory-access-callback-prefix. This is part of the workaround for PR17409 (instrument huge functions with callbacks instead of inlined code). These flags will also help us experiment with kasan (kernel-asan) and clang
2014-04-16 12:12:19 +00:00
BoundsChecking
Teach MemoryBuiltins about address spaces
2013-12-14 00:27:48 +00:00
DataFlowSanitizer
Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
2013-11-21 23:20:54 +00:00
MemorySanitizer
[msan] Relax the test some more.
2014-03-25 14:32:05 +00:00
ThreadSanitizer
IR: add a second ordering operand to cmpxhg for failure
2014-03-11 10:48:52 +00:00