Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tsan: add flag to not report races between atomic and plain memory accesses | Dmitry Vyukov | 2013-02-01 | 1 | -0/+2 | |
| | | | | llvm-svn: 174165 | |||||
* | tsan: add io_sync flag that controls amount of IO synchronization | Dmitry Vyukov | 2012-12-18 | 1 | -0/+8 | |
| | | | | llvm-svn: 170427 | |||||
* | tsan: suppress weird race reports when JVM is embed into the process | Dmitry Vyukov | 2012-11-30 | 1 | -0/+2 | |
| | | | | llvm-svn: 169019 | |||||
* | tsan: address several review comments | Dmitry Vyukov | 2012-11-28 | 1 | -5/+1 | |
| | | | | llvm-svn: 168789 | |||||
* | tsan: add log_path parameter (similar to asan) | Dmitry Vyukov | 2012-11-28 | 1 | -2/+2 | |
| | | | | | | remove old log_fileno llvm-svn: 168788 | |||||
* | tsan: dynamic history size | Dmitry Vyukov | 2012-11-28 | 1 | -0/+12 | |
| | | | | | | introduces history_size parameter that can be used to control trace size at startup llvm-svn: 168786 | |||||
* | tsan: add flag to suppress all reports (useful for benchmarking) | Dmitry Vyukov | 2012-11-07 | 1 | -0/+8 | |
| | | | | llvm-svn: 167532 | |||||
* | [Sanitizer] Use kStderrFd constant instead of hardcoded 2 | Alexey Samsonov | 2012-11-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 167291 | |||||
* | [TSan] Use interface attribute for weak functions that may be overriden by user | Alexey Samsonov | 2012-09-13 | 1 | -0/+1 | |
| | | | | llvm-svn: 163795 | |||||
* | [TSan] add support for running external symbolizer other than addr2line (for ↵ | Alexey Samsonov | 2012-09-06 | 1 | -2/+2 | |
| | | | | | | testing purposes) llvm-svn: 163297 | |||||
* | tsan: add flag to disable reporting of destruction of locked mutexes (some ↵ | Dmitry Vyukov | 2012-08-16 | 1 | -0/+2 | |
| | | | | | | programs use that on a regular basis) llvm-svn: 162024 | |||||
* | tsan: allow environment to override OnReport() and OverrideFlags() | Dmitry Vyukov | 2012-07-25 | 1 | -0/+4 | |
| | | | | llvm-svn: 160728 | |||||
* | [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ↵ | Alexey Samsonov | 2012-07-09 | 1 | -90/+17 | |
| | | | | | | common runtime. llvm-svn: 159928 | |||||
* | tsan: Go language support | Dmitry Vyukov | 2012-07-05 | 1 | -1/+0 | |
| | | | | llvm-svn: 159754 | |||||
* | [TSan] add a new option 'use_internal_symbolizer' that allows to choose ↵ | Alexey Samsonov | 2012-07-05 | 1 | -0/+2 | |
| | | | | | | between addr2line-based and llvm-based symbolizer w/o having to rebuild the runtime. This is hopefully a temporary solution that simplifies testing process. In the end, we should leave a single symbolizer. llvm-svn: 159730 | |||||
* | tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime | Dmitry Vyukov | 2012-06-27 | 1 | -3/+3 | |
| | | | | llvm-svn: 159294 | |||||
* | [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc ↵ | Alexey Samsonov | 2012-06-15 | 1 | -3/+3 | |
| | | | | | | implementations of functions. Move strchr to sanitizer_libc. llvm-svn: 158517 | |||||
* | [TSan] use efficient real_memcpy inside runtime | Alexey Samsonov | 2012-06-09 | 1 | -1/+1 | |
| | | | | llvm-svn: 158260 | |||||
* | [TSan] s/internal_memset/real_memset | Alexey Samsonov | 2012-06-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 158200 | |||||
* | [Sanitizer] Move more functions/constants to sanitizer_common. | Alexey Samsonov | 2012-06-06 | 1 | -0/+1 | |
| | | | | llvm-svn: 158056 | |||||
* | Remove file-type tags in .cc files in tsan/ and sanitizer_common/ | Alexey Samsonov | 2012-06-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 157928 | |||||
* | tsan: add a flag to control RunningOnValgrind() return value | Dmitry Vyukov | 2012-05-24 | 1 | -0/+2 | |
| | | | | llvm-svn: 157383 | |||||
* | tsan: add shadow memory flush + fix few bugs | Dmitry Vyukov | 2012-05-22 | 1 | -0/+4 | |
| | | | | llvm-svn: 157270 | |||||
* | tsan: simple memory profiler | Dmitry Vyukov | 2012-05-22 | 1 | -0/+2 | |
| | | | | llvm-svn: 157248 | |||||
* | tsan: remove shutdown code | Dmitry Vyukov | 2012-05-17 | 1 | -7/+2 | |
| | | | | | | | | tsan runtime shutdown is problematic for 2 reasons: 1. others crash during shutdown 2. we have to override user exit status (don't know it and can't return from atexit handler) llvm-svn: 156991 | |||||
* | [tsan] First commit of ThreadSanitizer (TSan) run-time library. | Kostya Serebryany | 2012-05-10 | 1 | -0/+143 | |
Algorithm description: http://code.google.com/p/thread-sanitizer/wiki/ThreadSanitizerAlgorithm Status: The tool is known to work on large real-life applications, but still has quite a few rough edges. Nothing is guaranteed yet. The tool works on x86_64 Linux. Support for 64-bit MacOS 10.7+ is planned for late 2012. Support for 32-bit OSes is doable, but problematic and not yet planed. Further commits coming: - tests - makefiles - documentation - clang driver patch The code was previously developed at http://code.google.com/p/data-race-test/source/browse/trunk/v2/ by Dmitry Vyukov and Kostya Serebryany with contributions from Timur Iskhodzhanov, Alexander Potapenko, Alexey Samsonov and Evgeniy Stepanov. llvm-svn: 156542 |