summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-14[msan] Options for switching between fast and cfi unwinders in run time.Evgeniy Stepanov
2013-03-14[sanitizer] Intercept frexp and friends.Evgeniy Stepanov
2013-03-14[Sanitizer] fix compilation for WindowsAlexey Samsonov
2013-03-14[msan] Intercept __strdup, strndup, __strndup.Evgeniy Stepanov
2013-03-14[Sanitizer] Write a slightly better implementation of GetEnv() function on Wi...Alexey Samsonov
2013-03-14[ASan] make ASan assume ASAN_OPTIONS=symbolize=1 if ASAN_EXTERNAL_SYMBOLIZER ...Alexey Samsonov
2013-03-14[TSan] Add missing header inclusionAlexey Samsonov
2013-03-14[TSan] Use __sanitizer_pthread_attr_t in TSanAlexey Samsonov
2013-03-13[msan] Clean up extensions during msandr shutdownReid Kleckner
2013-03-13[sanitizer] Fix lint.Evgeniy Stepanov
2013-03-13[Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov
2013-03-13[msan] Increase stack size as required.Evgeniy Stepanov
2013-03-13[sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov
2013-03-13Break a >80 char line.Evgeniy Stepanov
2013-03-13[Sanitizer] Fixup for r176931 for Mac and WindowsAlexey Samsonov
2013-03-13[Sanitizer] Fix a typo in function nameAlexey Samsonov
2013-03-13[Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov
2013-03-12[asan] use 4Tb of address space for the asan allocator instead of 1Tb. This i...Kostya Serebryany
2013-03-12[sanitizer] use fewer size classes in the allocator to reduce the memory foot...Kostya Serebryany
2013-03-12[msan] Use sptr instead of ptrdiff_t.Evgeniy Stepanov
2013-03-12[sanitizer] simplify the allocator's SizeClassMap: do not require an extra te...Kostya Serebryany
2013-03-11[msan] intercept dlopen and clear shadow for itReid Kleckner
2013-03-11[Sanitizer] Implement BlockingMutex::CheckLocked()Alexey Samsonov
2013-03-11[ASan] Reduce the local buffer size in Report() not to fail the check enforce...Alexander Potapenko
2013-03-11[ASan] Try to use a small (512 bytes) stack-local buffer in Report() for shor...Alexander Potapenko
2013-03-11[ASan] don't call strerr from functions that map memory, since this results i...Alexander Potapenko
2013-03-11[sanitizer] make SizeClassAllocator64::GetBlockBegin more bullet proof (by Se...Kostya Serebryany
2013-03-09Don't emit the extra checksum into the .gcda file if the user hasn't asked for Nick Lewycky
2013-03-07Take the GCDA version string as an input to llvm_gcda_start_file.Nick Lewycky
2013-03-06[msan] Block reports from interceptors during _Unwind_BacktraceReid Kleckner
2013-03-06[msan] pthread_join() returns int, not void*Reid Kleckner
2013-03-06[sanitizers] Fix check failure on dealloc from new threadReid Kleckner
2013-03-05[Sanitizer] fix signed-unsigned mismatch in test and use correct order of EXP...Alexey Samsonov
2013-03-05[Sanitizer] Add methods back() and pop_back() to InternalVector. Patch by Ser...Alexey Samsonov
2013-03-01[asan] Revert r176255, r176264.Evgeniy Stepanov
2013-03-01[sanitizer] Fix check failure in SizeClassMap::Print.Evgeniy Stepanov
2013-02-28[asan] Lower memory usage in LargeMallocTest on Android.Evgeniy Stepanov
2013-02-28[ASan] Add the memcmp_strict flag (1 by default) that controls the behavior o...Alexander Potapenko
2013-02-28[asan] Enable allocator2 on Android.Evgeniy Stepanov
2013-02-28[asan] bump kMidMemEnd to 0x4fffffffffULL since in rare cases prelink uses ad...Kostya Serebryany
2013-02-28[Sanitizer] Relax ThreadLister tests to allow possible pre-existing threads. ...Alexey Samsonov
2013-02-28[msan] Lit tests for __attribute__((no_sanitize_memory)).Evgeniy Stepanov
2013-02-28Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c,Nick Lewycky
2013-02-27[asan] if calloc returns a freshly-mmaped memory, don't clear it with memset....Kostya Serebryany
2013-02-27[Sanitizer] don't include missing header on AndroidAlexey Samsonov
2013-02-27[UBSan] Use common report decorator to print colorful diagnostics in UBSan, a...Alexey Samsonov
2013-02-27add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany
2013-02-27[asan] guard ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS definition with an #ifndefKostya Serebryany
2013-02-26[Sanitizer] Don't die if external symbolizer is used on Mac, where it's not i...Alexey Samsonov
2013-02-26[sanitizer] A low-level vector implementation to be used in leak checking cod...Kostya Serebryany