Kostya Serebryany
|
3674c6b13b
|
[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds malloc/delete, new/free, new/delete[], etc mismatches
llvm-svn: 170869
|
2012-12-21 08:53:59 +00:00 |
Kostya Serebryany
|
baf583c443
|
[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to allow using the slow CFI-based unwinder
llvm-svn: 170117
|
2012-12-13 09:34:23 +00:00 |
Alexey Samsonov
|
37119db20a
|
[ASan] avoid including <new> header in ASan runtime
llvm-svn: 167579
|
2012-11-08 13:31:19 +00:00 |
Evgeniy Stepanov
|
ad18287e56
|
[asan] Disable new/delete interceptors on Android and make them visible elsewhere.
llvm-svn: 166180
|
2012-10-18 15:22:08 +00:00 |
Evgeniy Stepanov
|
be01398612
|
A few tweaks for building ASanRT against Android NDK.
llvm-svn: 162666
|
2012-08-27 11:15:55 +00:00 |
Alexey Samsonov
|
485d3dc363
|
Remove file-type tags for .cc files in ASan run-time library
llvm-svn: 157927
|
2012-06-04 13:50:10 +00:00 |
Kostya Serebryany
|
02845c1dd4
|
[asan] fix gcc build
llvm-svn: 157807
|
2012-06-01 07:41:04 +00:00 |
Alexey Samsonov
|
6a19d5d209
|
[ASan] move replacements for new/delete to separate file
llvm-svn: 154167
|
2012-04-06 08:21:08 +00:00 |