Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tsan: synchronize connect->accept calls | Dmitry Vyukov | 2012-12-14 | 1 | -0/+1 | |
| | | | | llvm-svn: 170235 | |||||
* | tsan: add socketpair() interceptor and test | Dmitry Vyukov | 2012-12-14 | 1 | -0/+9 | |
| | | | | llvm-svn: 170184 | |||||
* | tsan: explain why pthread_cond_init() interceptor is commented out | Dmitry Vyukov | 2012-12-12 | 1 | -0/+2 | |
| | | | | llvm-svn: 169975 | |||||
* | tsan: more precise handling of IO synchronization | Dmitry Vyukov | 2012-12-12 | 1 | -221/+75 | |
| | | | | llvm-svn: 169970 | |||||
* | [asan] add sanitizer_common/sanitizer_common_interceptors.h with ↵ | Kostya Serebryany | 2012-12-12 | 1 | -0/+2 | |
| | | | | | | pread/pread64/read interceptors. Use it in asan. Add asan tests for pread/etc. Add FIXME to tsan/msan interceptors llvm-svn: 169966 | |||||
* | Unbreak the C++98 build. | David Blaikie | 2012-12-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 169636 | |||||
* | tsan: even more fd interceptors + fixes | Dmitry Vyukov | 2012-12-07 | 1 | -14/+125 | |
| | | | | llvm-svn: 169628 | |||||
* | tsan: more fd interceptors + bug fixes + tests | Dmitry Vyukov | 2012-12-07 | 1 | -20/+99 | |
| | | | | llvm-svn: 169621 | |||||
* | tsan: fix pipe interceptors and add 2 tests | Dmitry Vyukov | 2012-12-07 | 1 | -9/+17 | |
| | | | | llvm-svn: 169607 | |||||
* | tsan: add pipe interceptors | Dmitry Vyukov | 2012-12-07 | 1 | -8/+73 | |
| | | | | llvm-svn: 169602 | |||||
* | tsan: refactoring is preparation to more precise fd synchronization handling | Dmitry Vyukov | 2012-12-07 | 1 | -24/+83 | |
| | | | | llvm-svn: 169600 | |||||
* | tsan: provide own implementation of __cxa_guard_xxx functions | Dmitry Vyukov | 2012-12-05 | 1 | -15/+22 | |
| | | | | | | that way we allow static linking of libstdc++ llvm-svn: 169376 | |||||
* | tsan: remove unnecesary include file | Dmitry Vyukov | 2012-12-05 | 1 | -1/+34 | |
| | | | | llvm-svn: 169370 | |||||
* | tsan: better error message if we fail to intercept some function | Dmitry Vyukov | 2012-12-04 | 1 | -1/+8 | |
| | | | | | | currently the message is SIGSEGV llvm-svn: 169231 | |||||
* | tsan: suppress weird race reports when JVM is embed into the process | Dmitry Vyukov | 2012-11-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 169019 | |||||
* | tsan: add __libc_memalign interceptor (used by dynamic loader to allocate ↵ | Dmitry Vyukov | 2012-11-30 | 1 | -0/+6 | |
| | | | | | | tls for dlopen'ed modules) llvm-svn: 169017 | |||||
* | tsan: intercept mlock() because of the kernel bug | Dmitry Vyukov | 2012-11-30 | 1 | -0/+34 | |
| | | | | llvm-svn: 168987 | |||||
* | [asan] get rid of some of the uses of kPageSize. The intent is to get rid of ↵ | Kostya Serebryany | 2012-11-23 | 1 | -3/+3 | |
| | | | | | | it completely to support platforms with multiple possible page sizes. llvm-svn: 168517 | |||||
* | tsan: fix more bugs in signal handling | Dmitry Vyukov | 2012-11-22 | 1 | -3/+1 | |
| | | | | llvm-svn: 168497 | |||||
* | tsan: fix handling of signals | Dmitry Vyukov | 2012-11-21 | 1 | -2/+4 | |
| | | | | | | (do not execute synchronous signals in recursive interceptors) llvm-svn: 168421 | |||||
* | [TSan] use explicit ctor for BlockingCall | Alexey Samsonov | 2012-11-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 168150 | |||||
* | tsan: eevn better handling of signals | Dmitry Vyukov | 2012-11-15 | 1 | -21/+47 | |
| | | | | | | | | add interceptor for poll() in addition process signals in every atomic op in addition process signals in blocking libc functions llvm-svn: 168050 | |||||
* | tsan: intercept gettimeofday() | Dmitry Vyukov | 2012-11-09 | 1 | -0/+7 | |
| | | | | llvm-svn: 167630 | |||||
* | tsan: do not sleep at exit if there are no other threads | Dmitry Vyukov | 2012-11-07 | 1 | -1/+0 | |
| | | | | llvm-svn: 167533 | |||||
* | tsan: add flag to suppress all reports (useful for benchmarking) | Dmitry Vyukov | 2012-11-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 167532 | |||||
* | [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common | Alexey Samsonov | 2012-11-02 | 1 | -6/+6 | |
| | | | | llvm-svn: 167294 | |||||
* | tsan: cache pc's that cause suppressions (this way we do not need to ↵ | Dmitry Vyukov | 2012-10-05 | 1 | -2/+5 | |
| | | | | | | symbolize the reports) llvm-svn: 165317 | |||||
* | tsan: output tid's in reports | Dmitry Vyukov | 2012-10-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 164998 | |||||
* | [TSan] move replacement for new/delete back into tsan_interceptors | Alexey Samsonov | 2012-09-27 | 1 | -2/+46 | |
| | | | | llvm-svn: 164764 | |||||
* | [TSan] Provide replacements for operators new/delete instead of declaring ↵ | Alexey Samsonov | 2012-09-24 | 1 | -178/+23 | |
| | | | | | | extern C functions with weirdly mangled names (same strategy is used in ASan). llvm-svn: 164487 | |||||
* | [TSan] fix a bunch of warnings reported by pedantic gcc | Alexey Samsonov | 2012-09-13 | 1 | -2/+2 | |
| | | | | llvm-svn: 163788 | |||||
* | Revert the lockf() support. | Alexander Potapenko | 2012-09-11 | 1 | -34/+0 | |
| | | | | llvm-svn: 163614 | |||||
* | Interceptors for lockf and lockf64, minor calloc() fix. | Alexander Potapenko | 2012-09-11 | 1 | -1/+41 | |
| | | | | llvm-svn: 163602 | |||||
* | tsan: add "as if synchronized via sleep" feature | Dmitry Vyukov | 2012-08-31 | 1 | -2/+25 | |
| | | | | llvm-svn: 163006 | |||||
* | tsan: implement RWLOCK annotations | Dmitry Vyukov | 2012-08-16 | 1 | -3/+3 | |
| | | | | llvm-svn: 162019 | |||||
* | tsan: refactor cur_thread() -> thr | Dmitry Vyukov | 2012-08-16 | 1 | -56/+56 | |
| | | | | llvm-svn: 162017 | |||||
* | tsan: switch to new allocator | Dmitry Vyukov | 2012-08-15 | 1 | -4/+4 | |
| | | | | llvm-svn: 161953 | |||||
* | tsan: fix parameter type for pwrite64() interceptor | Dmitry Vyukov | 2012-08-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 161741 | |||||
* | [tsan] use internal_strnlen in strncpy interceptor (the bug found while ↵ | Kostya Serebryany | 2012-07-13 | 1 | -1/+1 | |
| | | | | | | booting chromium) llvm-svn: 160171 | |||||
* | tsan/asan: unify atomics (move atomics from tsan to sanitizer_common) | Dmitry Vyukov | 2012-06-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 159437 | |||||
* | tsan: replace struct copies where clang inserts memcpy() calls with explicit ↵ | Dmitry Vyukov | 2012-06-29 | 1 | -5/+6 | |
| | | | | | | internal_memcpy() calls llvm-svn: 159431 | |||||
* | tsan: remove own memset/memcpy/memcmp (too messy) | Dmitry Vyukov | 2012-06-29 | 1 | -32/+11 | |
| | | | | llvm-svn: 159430 | |||||
* | tsan: clear shadow for ucontext, because it's visible to user | Dmitry Vyukov | 2012-06-28 | 1 | -0/+1 | |
| | | | | llvm-svn: 159365 | |||||
* | tsan: fix crashes if signal is caught during thread bootstrap or shutdown | Dmitry Vyukov | 2012-06-28 | 1 | -6/+14 | |
| | | | | llvm-svn: 159361 | |||||
* | tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime | Dmitry Vyukov | 2012-06-27 | 1 | -34/+54 | |
| | | | | llvm-svn: 159294 | |||||
* | tsan: remember and pass original ucontext to signal handlers (instead of a ↵ | Dmitry Vyukov | 2012-06-27 | 1 | -5/+4 | |
| | | | | | | fabricated one) llvm-svn: 159278 | |||||
* | tsan: refactor signal handling code (move some definitions out of common header) | Dmitry Vyukov | 2012-06-27 | 1 | -20/+61 | |
| | | | | llvm-svn: 159266 | |||||
* | tsan: check that signal handlers do not spoil errno. | Dmitry Vyukov | 2012-06-27 | 1 | -1/+18 | |
| | | | | llvm-svn: 159264 | |||||
* | [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc ↵ | Alexey Samsonov | 2012-06-15 | 1 | -26/+2 | |
| | | | | | | implementations of functions. Move strchr to sanitizer_libc. llvm-svn: 158517 | |||||
* | [Sanitizer] Move internal_memcmp to common sanitizer libc | Alexey Samsonov | 2012-06-14 | 1 | -4/+0 | |
| | | | | llvm-svn: 158450 |