This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
369308061ba3f17ac471f49dbd6a7400a7ad5357
clang-p2996
/
llvm
/
test
/
Instrumentation
History
Yury Gribov
3ae427d811
[asan] Change dynamic alloca instrumentation to only consider allocas that are dominating all exits from function.
...
Reviewed in
http://reviews.llvm.org/D6412
llvm-svn: 222991
2014-12-01 08:47:58 +00:00
..
AddressSanitizer
[asan] Change dynamic alloca instrumentation to only consider allocas that are dominating all exits from function.
2014-12-01 08:47:58 +00:00
BoundsChecking
Allow aliases to be unnamed_addr.
2014-06-06 01:20:28 +00:00
DataFlowSanitizer
[dfsan] Abort at runtime on indirect calls to uninstrumented vararg functions.
2014-11-05 17:21:00 +00:00
MemorySanitizer
[msan] Fix origin propagation for select of floats.
2014-11-28 11:17:58 +00:00
SanitizerCoverage
[asan/coverage] change the way asan coverage instrumentation is done: instead of setting the guard to 1 in the generated code, pass the pointer to guard to __sanitizer_cov and set it there. No user-visible functionality change expected
2014-11-24 18:49:53 +00:00
ThreadSanitizer
[TSan] Fixup a test case after r209939
2014-05-31 00:26:03 +00:00