summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] OFF_T on Mac is u64.Evgeniy Stepanov2013-02-071-0/+5
* [tsan] race_on_write testKostya Serebryany2013-02-071-0/+39
* [sanitizer] Exclude off64_t test on mac.Evgeniy Stepanov2013-02-071-0/+3
* [Sanitizer] include stddef.h for ptrdiff_t in interception type testAlexey Samsonov2013-02-071-0/+1
* Implement aeabi_{f,d}cmp*.Zonr Chang2013-02-074-0/+82
* [msan] add strip_path_prefix flag; print error summary; don't crash while pri...Kostya Serebryany2013-02-075-4/+21
* [sanitizer] Add a missing header.Evgeniy Stepanov2013-02-071-0/+1
* [sanitizer] Fix wrong size of OFF_T on 32-bit platforms.Evgeniy Stepanov2013-02-073-1/+39
* [TSan] skip multiple internal frames, if necessaryAlexey Samsonov2013-02-063-15/+13
* [ASan] fix the interceptor for siglongjmp. As we're using dylib interposition...Alexander Potapenko2013-02-061-3/+1
* Use 64-bit inodes in file operations. ASan is now built with -mmacosx-version...Alexander Potapenko2013-02-061-0/+6
* [tsan] improve FrameIsInternalKostya Serebryany2013-02-062-1/+6
* [tsan] print error summary lineKostya Serebryany2013-02-0610-25/+55
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-067-6/+60
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-0518-1357/+29
* [asan] Fix Win/Mac build.Evgeniy Stepanov2013-02-051-1/+1
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-059-37/+62
* asan/tsan: fix failing CHECK on windowsDmitry Vyukov2013-02-041-4/+2
* [Sanitizer] use proper casting in *stat functions on MacAlexey Samsonov2013-02-041-3/+3
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-046-30/+99
* asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...Dmitry Vyukov2013-02-043-4/+4
* tsan: intercept bind/listenDmitry Vyukov2013-02-043-0/+24
* [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov2013-02-015-5/+4
* [ASan] remove debug output from the testAlexey Samsonov2013-02-011-2/+0
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-0111-15/+45
* tsan: catch races on fd in more casesDmitry Vyukov2013-02-011-0/+12
* [TSan] remove artifacts from gotsan build in 'make clean' commandAlexey Samsonov2013-02-011-0/+1
* tsan: even if races between atomic and plain memory accesses are turned off (...Dmitry Vyukov2013-02-018-12/+101
* tsan: say that the memory access is atomic in reportsDmitry Vyukov2013-02-016-4/+42
* tsan: remember 2 stack frames for atomics (caller and atomic itself)Dmitry Vyukov2013-02-011-14/+19
* tsan: add flag to not report races between atomic and plain memory accessesDmitry Vyukov2013-02-013-4/+13
* tsan: flip is_write bit in shadow to is_readDmitry Vyukov2013-02-012-14/+14
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-0116-89/+283
* [sanitizer] make the error messages from sanitizer_common contain the actual ...Kostya Serebryany2013-01-316-9/+18
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-3117-14/+143
* tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...Dmitry Vyukov2013-01-312-69/+51
* tsan: do not check for intersecting memory accesses in Go (all accesses are 1...Dmitry Vyukov2013-01-311-2/+2
* asan/tsan: manually define FUTEX constants, because <linux/futes.h> header is...Dmitry Vyukov2013-01-301-2/+5
* tsan: fix CPP_WEAK definition (it must be the other way around)Dmitry Vyukov2013-01-301-3/+3
* [Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov2013-01-304-1/+5
* [Sanitizer] Add change missed in r173926Alexey Samsonov2013-01-301-1/+7
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-309-25/+95
* Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ...Alexey Samsonov2013-01-304-5/+18
* tsan: introduce a helped macro CPP_WEAK (Go linker does not support weak symb...Dmitry Vyukov2013-01-302-5/+4
* tsan: add OnFinalize() callback for frontendsDmitry Vyukov2013-01-301-0/+11
* [TSan] relax output tests a bit to make them pass in gcc buildAlexey Samsonov2013-01-304-6/+6
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-3016-17/+17
* [tsan] Fix checks for siginfo_t in testsWill Dietz2013-01-292-2/+2
* [msan] Cleanup public interface header.Evgeniy Stepanov2013-01-297-45/+168
* tsan: dump stack on internal assert failureDmitry Vyukov2013-01-292-0/+17
OpenPOWER on IntegriCloud