Kostya Serebryany
|
442c4e4b1a
|
[asan] introduce run-time flag 'poison_partial'
llvm-svn: 192793
|
2013-10-16 13:49:01 +00:00 |
Kostya Serebryany
|
831a1d7cec
|
[sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, required for LeakSanitizer to work faster. Also fix lint.
llvm-svn: 182917
|
2013-05-30 08:43:30 +00:00 |
Timur Iskhodzhanov
|
cc61eefd4b
|
Fix MSVC W3 compiler warnings
llvm-svn: 182857
|
2013-05-29 14:11:44 +00:00 |
Timur Iskhodzhanov
|
a6788325cf
|
Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE INLINE combinations
llvm-svn: 178266
|
2013-03-28 18:52:40 +00:00 |
Alexey Samsonov
|
a88c60b085
|
[ASan] Speed-up initialization-order checking: create and use fast versions of PoisonShadow functions, store copies of __asan_global descriptors in a vector instead of list of pointers. This gives 3x speedup on both benchmarks and real binaries with lots of globals.
llvm-svn: 178239
|
2013-03-28 15:42:43 +00:00 |