aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-27Merge changes I25b72142,I4800ba14tools_r21Stephen Hines
2012-07-27Update for ASan cherry-pick.Stephen Hines
2012-07-27[asan] ensure that asan_init is called in str[n]cmp. Bug found by Nick Kralev...Kostya Serebryany
2012-05-23Update for ASan cherry-pick.android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1jb-releasejb-mr0-releasejb-devStephen Hines
2012-05-23Use zero-based shadow by default on Android.Evgeniy Stepanov
2012-04-25Add stlport for include <algorithm>. Fix build.Shih-wei Liao
2012-04-25Merge commit '034bda5eab7cda14fac0bed3a39de4a3dbce3cff' into 20120424.Shih-wei Liao
2012-04-16Partially revert r154390 (http://llvm.org/viewvc/llvm-project?view=rev&revisi...Alexander Potapenko
2012-04-12[asan] minor fix: pass flag -g to output tests as a part of CXXFLAGSAlexey Samsonov
2012-04-12Don't build atomic.c when building compiler-rt using makeAlexey Samsonov
2012-04-12[ASan] fix output tests - r154570 changed debug info for static functions and...Alexey Samsonov
2012-04-10Change the way ASan interacts with custom signal handlers.Alexander Potapenko
2012-04-09[ASan] remove dispatch.h header once again - it's not present on Leopard, and...Alexey Samsonov
2012-04-09Use 'typename' instead of 'class' in template<> definitions supporting POD typesTimur Iskhodzhanov
2012-04-06[asan] last bit for gcc compatibilityKostya Serebryany
2012-04-06[asan] minor change to please gccKostya Serebryany
2012-04-06[ASan] move replacements for new/delete to separate fileAlexey Samsonov
2012-04-06[asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany
2012-04-05[ASan/Win] Revert the local Makefile change slipped into the prev commitTimur Iskhodzhanov
2012-04-05[ASan/Win] Fix lint warningTimur Iskhodzhanov
2012-04-05[ASan/Win] Fix build by using inline assembly instead of an unavailable intri...Timur Iskhodzhanov
2012-04-05[asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany
2012-04-05Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko
2012-04-05Allow calling GetCurrentTidOrMinusOne() before AsanThreadRegistry was initial...Alexander Potapenko
2012-04-04Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth
2012-04-04Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth
2012-04-04[ASan] use correct C-version of strchr on WindowsAlexey Samsonov
2012-04-03Simplify asan build rules and add output tests.Evgeniy Stepanov
2012-03-30Fix the build on 32 bit hosts.Benjamin Kramer
2012-03-30Make sure NSObjects are allocated in a way that is visible to ASan.Alexander Potapenko
2012-03-30Initial commit of support functions for atomic operations.David Chisnall
2012-03-29Add internal_memset and replace the uses of REAL(memset) with it where the pe...Alexander Potapenko
2012-03-29[ASan] interceptors for atoi/atol/atollAlexey Samsonov
2012-03-28[asan] fix lintKostya Serebryany
2012-03-28[asan] add racy double-free testKostya Serebryany
2012-03-27Log the allocator messages at a higher verbosity level.Alexander Potapenko
2012-03-26Merge "Re-enable build of compiler-rt/ASan."Stephen Hines
2012-03-26[ASan] add interceptor for strtolAlexey Samsonov
2012-03-26Re-enable build of compiler-rt/ASan.Stephen Hines
2012-03-26Avoid including link.h.Evgeniy Stepanov
2012-03-26Avoid including link.h.Evgeniy Stepanov
2012-03-26[ASan] use macro to define if we should intercept signal/sigactionAlexey Samsonov
2012-03-24[ASan] revert r153378Alexey Samsonov
2012-03-24[ASan] simplify ASAN_INTERCEPT_* definitionsAlexey Samsonov
2012-03-24[ASan] use ASAN_INTERCEPT_STRNLEN instead of defined(__APPLE__)Alexey Samsonov
2012-03-24[ASan] add interceptor for strtollAlexey Samsonov
2012-03-23Revert "Revert "Fix build break.""Stephen Hines
2012-03-23[ASan/tests] Make 'noinline' and a bunch of other stuff portableTimur Iskhodzhanov
2012-03-23[ASan] replace '#if ... or ...' with '#if ... || ...'Timur Iskhodzhanov
2012-03-23[ASan] Add a few more malloc-related interceptors for WindowsTimur Iskhodzhanov