Kostya Serebryany
|
cd271f5440
|
[asan] implement our own /proc/self/maps reader and use it on linux instead of sysinfo.h
llvm-svn: 147581
|
2012-01-05 00:44:33 +00:00 |
Kostya Serebryany
|
76eca5e53a
|
[asan] enable memset/memcpy/memmove interceptors in asan-rt (in addition to those in the compiler module)
llvm-svn: 147319
|
2011-12-28 19:55:30 +00:00 |
Kostya Serebryany
|
6579e355c0
|
[asan] interceptor for memcmp. Patch by samsonov@google.com
llvm-svn: 147315
|
2011-12-28 18:56:42 +00:00 |
Kostya Serebryany
|
b50a539eba
|
[asan] move build-time config options from makefile to source (otherwise we need config options in all makefiles)
llvm-svn: 146161
|
2011-12-08 18:30:42 +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 |