summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.2 release branch r167700release_32Pawel Wodnicki2012-11-120-0/+0
* tsan: intercept gettimeofday()Dmitry Vyukov2012-11-093-0/+12
* [Sanitizer] add sanity checks for communication with external symbolizerAlexey Samsonov2012-11-096-1/+51
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-092-13/+34
* tsan: add __tsan_atomicX_compare_exchange_val() functionDmitry Vyukov2012-11-092-0/+39
* Add a possible underscore before the wrappers to the output expectations for ...Alexander Potapenko2012-11-092-2/+2
* [Sanitizer] Build all sanitizer runtime libraries with debug info (with -glin...Alexey Samsonov2012-11-081-0/+8
* tsan: add range access functions for GoDmitry Vyukov2012-11-081-0/+12
* [ASan] avoid including <new> header in ASan runtimeAlexey Samsonov2012-11-081-11/+13
* tsan: change TSAN_OPTIONS->GORACE in build script as wellDmitry Vyukov2012-11-081-1/+1
* [Sanitizer] try to fix Windows bot - include stdlib.h for abort/_exit functionsAlexey Samsonov2012-11-081-0/+1
* tsan: use GORACE env for options for GoDmitry Vyukov2012-11-084-3/+9
* tsan: do not sleep at exit if there are no other threadsDmitry Vyukov2012-11-074-1/+21
* tsan: add flag to suppress all reports (useful for benchmarking)Dmitry Vyukov2012-11-074-1/+13
* tsan: more precise handling of finalizersDmitry Vyukov2012-11-076-23/+17
* tsan: slightly relax requirements for lazy shadow memory (can overlap and may...Dmitry Vyukov2012-11-063-15/+8
* tsan: lazily allocate shadow for GoDmitry Vyukov2012-11-069-33/+32
* tsan: fix debug outputDmitry Vyukov2012-11-061-1/+1
* tsan: better diagnostics for failed mmap()Dmitry Vyukov2012-11-061-1/+5
* tsan: fix compiler warningDmitry Vyukov2012-11-061-1/+1
* tsan: windows platform supportDmitry Vyukov2012-11-061-0/+82
* tsan: update script to support windowsDmitry Vyukov2012-11-061-22/+23
* tsan: add shadow mapping for windowsDmitry Vyukov2012-11-061-2/+6
* tsan: add missing function for windowsDmitry Vyukov2012-11-061-0/+34
* tsan: fix constant typesDmitry Vyukov2012-11-061-4/+4
* tsan: windows: less includes, better diagnostics for failed VirtualAlloc(), i...Dmitry Vyukov2012-11-061-4/+12
* tsan: don't release disabled clocksDmitry Vyukov2012-11-062-1/+8
* tsan: define missing compier macros for windowsDmitry Vyukov2012-11-061-6/+5
* tsan: fix non-msvc windows buildDmitry Vyukov2012-11-061-1/+1
* tasn: improve sanitizer_internal_defs.hDmitry Vyukov2012-11-061-4/+1
* tsan: fix windows buildDmitry Vyukov2012-11-061-3/+3
* tsan: fix Go buildDmitry Vyukov2012-11-061-1/+0
* Update compiler-rt tests to match flag renaming/deprecation in Clang.Richard Smith2012-11-0623-45/+45
* [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...Alexey Samsonov2012-11-025-9/+28
* [Sanitizer] fix printf unittest on 32-bit archAlexey Samsonov2012-11-021-4/+22
* [Sanitizer] move unit test for Printf from tsan to sanitizer_commonAlexey Samsonov2012-11-024-15/+14
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-0217-151/+111
* [Sanitizer] Use kStderrFd constant instead of hardcoded 2Alexey Samsonov2012-11-024-11/+15
* [Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...Alexey Samsonov2012-11-022-1/+20
* Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit co...Alexey Samsonov2012-10-303-4/+3
* Consistently declare 'extern "C"' variable in namespace __ubsan. No functiona...Richard Smith2012-10-291-1/+2
* Don't define an extern "C" variable in its first declaration, to appease aRichard Smith2012-10-292-8/+15
* Fix a compiler warning in internal_memmove.Alexander Potapenko2012-10-261-5/+5
* Fix the internal_memmove() implementation that used to skip src[0] if dst < src.Alexander Potapenko2012-10-263-2/+26
* [ASan] don't run hacky test for __asan_get_free_bytes() on 32-bitsAlexey Samsonov2012-10-261-15/+18
* In the dynamic runtime on Mac OS, do not call internal_strdup() before __asan...Alexander Potapenko2012-10-261-0/+8
* -fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith2012-10-257-4/+397
* Build ASan runtime for ARM/Android.Evgeniy Stepanov2012-10-245-3/+30
* [ASan] Rename ReplaceCFAllocator to MaybeReplaceCFAllocator.Alexander Potapenko2012-10-243-20/+14
* [ASan] Use internal_memmove() in both static and dynamic runtime libraries if...Alexander Potapenko2012-10-241-3/+1