Kostya Serebryany
|
fd2037162e
|
[asan] performance optimization: make sure the check for poisoned shadow inside inteceptors is inlined
llvm-svn: 152767
|
2012-03-15 01:18:06 +00:00 |
Alexey Samsonov
|
e725478e2f
|
AddressSanitizer: replace all "real_X" calls with "REAL(X)"
llvm-svn: 150073
|
2012-02-08 13:45:31 +00:00 |
Alexey Samsonov
|
f9fef3d275
|
AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs for real_X calls. Patch by timurrrr@google.com
llvm-svn: 149687
|
2012-02-03 08:50:16 +00:00 |
Kostya Serebryany
|
2d27cdf621
|
[asan] minimize the use of STL. One bit is still left.
llvm-svn: 145691
|
2011-12-02 18:42:04 +00:00 |
Kostya Serebryany
|
15dd3f2500
|
Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by samsonov@google.com
llvm-svn: 145505
|
2011-11-30 18:50:23 +00:00 |
Kostya Serebryany
|
019b76f5fd
|
AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt
llvm-svn: 145463
|
2011-11-30 01:07:02 +00:00 |