summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-03-13Work around PR19125: -Wconstant-logical-operand false positiveTimur Iskhodzhanov
2014-03-13[sanitizer] support recursive rwlocks in bitset-based deadlock detectorKostya Serebryany
2014-03-13Disable fast shadow zero'ing on WindowsTimur Iskhodzhanov
2014-03-13FastPoisonShadow: check for MmapFixedNoReserve failuresTimur Iskhodzhanov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-03-13Preserve constness for intermediate pointers.Joerg Sonnenberger
2014-03-12Revert "profile: Use a simple binary format for profiling"Justin Bogner
2014-03-12profile: Use a simple binary format for profilingJustin Bogner
2014-03-12Implement Android versions of __clear_cache for arm32 & mips.Daniel Sanders
2014-03-12tsan: fix deadlock in deadlock detectorDmitry Vyukov
2014-03-12Fix MSVS warnings in the sanitizers RTLTimur Iskhodzhanov
2014-03-12Add FreeBSD 9.2 support to asan_linux.ccViktor Kutuzov
2014-03-12tsan: fix handling of pthread_cond_wait in presence of pthread_cancelDmitry Vyukov
2014-03-12tsan: add interceptors for fopen64, freopen64, tmpfile, tmpfile64Dmitry Vyukov
2014-03-11Revert "[asan] Make __cxa_demangle non-weak symbol on Android."Hans Wennborg
2014-03-11[ASan] Don't build the ASan runtime with -undefined dynamic_lookup, which isn...Alexander Potapenko
2014-03-11[sanitizer] Fix a typo.Evgeniy Stepanov
2014-03-10A fix for platform-dependent types in sanitizers' profiling support lib on x6...Viktor Kutuzov
2014-03-07ARM: fix file's header commentTim Northover
2014-03-07Remove sanitizer_linux_libcdep.cc from TSan-Go buildAlexey Samsonov
2014-03-07[FreeBSD] Add support for sanitizer_linux_libcdep.ccAlexey Samsonov
2014-03-07[FreeBSD] Port sanitizers' syscalls.Alexey Samsonov
2014-03-07tsan: fix pthread_cond_destroy interceptor on androidDmitry Vyukov
2014-03-07[ASan] Better way to disable tests for functions unavailable on certain platf...Alexey Samsonov
2014-03-06tsan: update Go windows build script Dmitry Vyukov
2014-03-06[sanitizer] Simplify interceptors with user callbacks.Evgeniy Stepanov
2014-03-06tsan: update interface for GoDmitry Vyukov
2014-03-06tsan: weaken concurrency guarantees in deadlock detector mutex hashmapDmitry Vyukov
2014-03-06tsan: add -ftls-model=initial-exec to deadlock detector flagsDmitry Vyukov
2014-03-06tsan: better error message wording in deadlock reportsDmitry Vyukov
2014-03-06[FreeBSD] Provide FreeBSD-specific things for ASan.Alexey Samsonov
2014-03-06[FreeBSD] Enable procmaps on FreeBSD.Alexey Samsonov
2014-03-05asan_symbolize.py: use llvm-symbolizer results even if it returned function n...Alexey Samsonov
2014-03-05Improve llvm-symbolizer discovery in asan_symbolize.pyAlexey Samsonov
2014-03-05Enable memrchr interceptor only on LinuxAlexey Samsonov
2014-03-05tsan: add missing header file to sanitizer_common cmake fileDmitry Vyukov
2014-03-05tsan: fix deadlock detector build for SANITIZER_DEADLOCK_DETECTOR_VERSION=2Dmitry Vyukov
2014-03-05tsan: implement new version of standalong deadlock detectorDmitry Vyukov
2014-03-05tsan: include what you useDmitry Vyukov
2014-03-05Add common interceptors for memchr/memrchrAlexey Samsonov
2014-03-05Increase threshold in StackTrace::LocatePcInTraceAlexey Samsonov
2014-03-05tsan: add interceptors for pthread_spinlock_t and ptread_rwlock_t for deadloc...Dmitry Vyukov
2014-03-04tsan: add another missing windows atomic operationDmitry Vyukov
2014-03-04tsan: attempt to fix darwin buildDmitry Vyukov
2014-03-04Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTraceAlexey Samsonov
2014-03-04[CMake] Test for libdl and libpthread presenceAlexey Samsonov
2014-03-04[ASan] Speed up stack trace unwinding for stacks of size 2.Alexey Samsonov
2014-03-04tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov
2014-03-04Avoid doing any work when unwinding stack traces with 0 or 1 frameAlexey Samsonov
2014-03-04tsan: fix windows buildDmitry Vyukov