Eli Friedman
|
e781266905
|
Make sure to properly ifdef out an unused function on OSX < 10.6. PR12136. Patch from Jeremy Huddleston.
llvm-svn: 152085
|
2012-03-06 01:21:14 +00:00 |
Alexey Samsonov
|
8489f2a564
|
AddressSanitizer: start factoring out interception machinery
llvm-svn: 150083
|
2012-02-08 19:52:01 +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
|
209c514a1d
|
AddressSanitizer: add support for malloc_usable_size() function
llvm-svn: 148287
|
2012-01-17 06:39:10 +00:00 |
Daniel Dunbar
|
fc4a4a3cbc
|
asan: #if 0 out some unused functions (we build with -Werror).
llvm-svn: 145645
|
2011-12-01 23:35:47 +00:00 |
Kostya Serebryany
|
5dfa4da0b9
|
[asan] flatten the asan-rt build slightly
llvm-svn: 145631
|
2011-12-01 21:40:52 +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 |