Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [sanitizer] Intercept frexp and friends. | Evgeniy Stepanov | 2013-03-14 | 2 | -0/+6 | |
| | | | | llvm-svn: 177056 | |||||
* | [TSan] Add missing header inclusion | Alexey Samsonov | 2013-03-14 | 1 | -0/+1 | |
| | | | | llvm-svn: 177013 | |||||
* | [TSan] Use __sanitizer_pthread_attr_t in TSan | Alexey Samsonov | 2013-03-14 | 1 | -6/+1 | |
| | | | | llvm-svn: 177012 | |||||
* | [Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti. | Alexey Samsonov | 2013-03-13 | 1 | -1/+3 | |
| | | | | llvm-svn: 176940 | |||||
* | [sanitizer] Move GetTlsSize code from TSan to sanitizer_common. | Evgeniy Stepanov | 2013-03-13 | 4 | -41/+3 | |
| | | | | llvm-svn: 176938 | |||||
* | [Sanitizer] Change MemoryMappingLayout methods to also report memory ↵ | Alexey Samsonov | 2013-03-13 | 1 | -2/+4 | |
| | | | | | | protection flags (for future use in leak checker). Patch by Sergey Matveev. llvm-svn: 176931 | |||||
* | [tsan] enable tsan-vs-gvn test since it is now fixed | Kostya Serebryany | 2013-02-26 | 1 | -2/+1 | |
| | | | | llvm-svn: 176079 | |||||
* | [TSan] Add interceptor for malloc_usable_size() | Alexey Samsonov | 2013-02-25 | 5 | -0/+28 | |
| | | | | llvm-svn: 176013 | |||||
* | [TSan] remove temporary build directory in 'make clean' command | Alexey Samsonov | 2013-02-25 | 1 | -0/+1 | |
| | | | | llvm-svn: 176012 | |||||
* | [sanitizer] Add interceptors for localtime and friends. | Evgeniy Stepanov | 2013-02-19 | 2 | -0/+16 | |
| | | | | llvm-svn: 175499 | |||||
* | [tsan] use our own GetEnv instead of libc's getenv | Kostya Serebryany | 2013-02-19 | 3 | -3/+3 | |
| | | | | llvm-svn: 175498 | |||||
* | tsan: fix bug in suppression reading (suppressions from file were discarded) | Dmitry Vyukov | 2013-02-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 175153 | |||||
* | [tsan] disable a failing test until it gets fixed. fix lint | Kostya Serebryany | 2013-02-14 | 1 | -1/+2 | |
| | | | | llvm-svn: 175137 | |||||
* | tsan: do not imitate memory write on malloc() (Go) | Dmitry Vyukov | 2013-02-13 | 3 | -5/+27 | |
| | | | | | | better memory range access functions (put only 1 event to trace) (Go) llvm-svn: 175056 | |||||
* | [tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint | Kostya Serebryany | 2013-02-13 | 1 | -7/+5 | |
| | | | | llvm-svn: 175037 | |||||
* | [sanitizer] Missing changes from r174960. | Evgeniy Stepanov | 2013-02-12 | 2 | -0/+12 | |
| | | | | llvm-svn: 174962 | |||||
* | [tsan] added tsan-vs-gvn test | Kostya Serebryany | 2013-02-11 | 1 | -0/+40 | |
| | | | | llvm-svn: 174875 | |||||
* | tsan: fix suppress_java logic | Dmitry Vyukov | 2013-02-07 | 1 | -7/+10 | |
| | | | | llvm-svn: 174635 | |||||
* | tsan: intercept libc __res_iclose | Dmitry Vyukov | 2013-02-07 | 5 | -0/+32 | |
| | | | | | | this is required to catch close of file descriptors created in getaddrinfo() llvm-svn: 174624 | |||||
* | tsan: fix Go build | Dmitry Vyukov | 2013-02-07 | 1 | -0/+2 | |
| | | | | llvm-svn: 174622 | |||||
* | [tsan] race_on_write test | Kostya Serebryany | 2013-02-07 | 1 | -0/+39 | |
| | | | | llvm-svn: 174599 | |||||
* | [TSan] skip multiple internal frames, if necessary | Alexey Samsonov | 2013-02-06 | 3 | -15/+13 | |
| | | | | llvm-svn: 174516 | |||||
* | [tsan] improve FrameIsInternal | Kostya Serebryany | 2013-02-06 | 2 | -1/+6 | |
| | | | | llvm-svn: 174506 | |||||
* | [tsan] print error summary line | Kostya Serebryany | 2013-02-06 | 9 | -24/+54 | |
| | | | | llvm-svn: 174505 | |||||
* | [ASan] Delete the code related to static runtime on OS X. | Alexander Potapenko | 2013-02-05 | 1 | -1/+0 | |
| | | | | | | Nuke lib/interception/mach_override. llvm-svn: 174383 | |||||
* | [Sanitizer] extend internal libc with stat/fstat/lstat functions | Alexey Samsonov | 2013-02-04 | 1 | -25/+0 | |
| | | | | llvm-svn: 174316 | |||||
* | tsan: intercept bind/listen | Dmitry Vyukov | 2013-02-04 | 3 | -0/+24 | |
| | | | | llvm-svn: 174311 | |||||
* | [Sanitizer] make internal_open have the same interface as libc version | Alexey Samsonov | 2013-02-01 | 3 | -4/+4 | |
| | | | | llvm-svn: 174187 | |||||
* | tsan: catch races on fd in more cases | Dmitry Vyukov | 2013-02-01 | 1 | -0/+12 | |
| | | | | llvm-svn: 174184 | |||||
* | [TSan] remove artifacts from gotsan build in 'make clean' command | Alexey Samsonov | 2013-02-01 | 1 | -0/+1 | |
| | | | | llvm-svn: 174180 | |||||
* | tsan: even if races between atomic and plain memory accesses are turned off ↵ | Dmitry Vyukov | 2013-02-01 | 8 | -12/+101 | |
| | | | | | | | | (report_atomic_races=0), still report races between atomic accesses and free(). llvm-svn: 174175 | |||||
* | tsan: say that the memory access is atomic in reports | Dmitry Vyukov | 2013-02-01 | 6 | -4/+42 | |
| | | | | llvm-svn: 174168 | |||||
* | tsan: remember 2 stack frames for atomics (caller and atomic itself) | Dmitry Vyukov | 2013-02-01 | 1 | -14/+19 | |
| | | | | llvm-svn: 174167 | |||||
* | tsan: add flag to not report races between atomic and plain memory accesses | Dmitry Vyukov | 2013-02-01 | 3 | -4/+13 | |
| | | | | llvm-svn: 174165 | |||||
* | tsan: flip is_write bit in shadow to is_read | Dmitry Vyukov | 2013-02-01 | 2 | -14/+14 | |
| | | | | | | this makes calculation of interesting predicates faster llvm-svn: 174164 | |||||
* | tsan: detect races between plain and atomic memory accesses | Dmitry Vyukov | 2013-02-01 | 16 | -89/+283 | |
| | | | | llvm-svn: 174163 | |||||
* | [sanitizer] make the error messages from sanitizer_common contain the actual ↵ | Kostya Serebryany | 2013-01-31 | 1 | -0/+1 | |
| | | | | | | tool name llvm-svn: 174059 | |||||
* | tsan: switch to explicit thread contexts in Go (instead of monotonic ↵ | Dmitry Vyukov | 2013-01-31 | 2 | -69/+51 | |
| | | | | | | goroutine ids) llvm-svn: 174047 | |||||
* | tsan: do not check for intersecting memory accesses in Go (all accesses are ↵ | Dmitry Vyukov | 2013-01-31 | 1 | -2/+2 | |
| | | | | | | 1 byte) llvm-svn: 174046 | |||||
* | tsan: fix CPP_WEAK definition (it must be the other way around) | Dmitry Vyukov | 2013-01-30 | 1 | -3/+3 | |
| | | | | llvm-svn: 173932 | |||||
* | [Sanitizer] include sanitizer_common headers when building interception library | Alexey Samsonov | 2013-01-30 | 1 | -0/+1 | |
| | | | | llvm-svn: 173930 | |||||
* | [sanitizer] Further split private and public sanitizer headers. | Evgeniy Stepanov | 2013-01-30 | 2 | -2/+2 | |
| | | | | | | And make msan_interface.h C-compatible. llvm-svn: 173928 | |||||
* | Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ↵ | Alexey Samsonov | 2013-01-30 | 1 | -1/+2 | |
| | | | | | | match the behavior of llvm unittests llvm-svn: 173926 | |||||
* | tsan: introduce a helped macro CPP_WEAK (Go linker does not support weak ↵ | Dmitry Vyukov | 2013-01-30 | 2 | -5/+4 | |
| | | | | | | symbols) llvm-svn: 173917 | |||||
* | tsan: add OnFinalize() callback for frontends | Dmitry Vyukov | 2013-01-30 | 1 | -0/+11 | |
| | | | | llvm-svn: 173915 | |||||
* | [TSan] relax output tests a bit to make them pass in gcc build | Alexey Samsonov | 2013-01-30 | 4 | -6/+6 | |
| | | | | llvm-svn: 173913 | |||||
* | [Sanitizer] update style checker script and fix namespace style warnings | Alexey Samsonov | 2013-01-30 | 7 | -7/+7 | |
| | | | | llvm-svn: 173910 | |||||
* | [tsan] Fix checks for siginfo_t in tests | Will Dietz | 2013-01-29 | 2 | -2/+2 | |
| | | | | llvm-svn: 173815 | |||||
* | tsan: dump stack on internal assert failure | Dmitry Vyukov | 2013-01-29 | 2 | -0/+17 | |
| | | | | llvm-svn: 173799 | |||||
* | tsan: support for inprocess symbolizer | Dmitry Vyukov | 2013-01-29 | 3 | -9/+58 | |
| | | | | llvm-svn: 173797 |