summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-102-8/+8
* Delete unused variables.Eli Friedman2013-09-101-1/+0
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-065-4/+74
* [tsan] add colors to tsan outputKostya Serebryany2013-09-051-2/+43
* tsan: catch races on condition variablesDmitry Vyukov2013-09-033-0/+95
* [TSan] fixup for r189791: don't put ; on the newlineAlexey Samsonov2013-09-031-3/+1
* tsan: add suppressions for true/false positives in standard librariesDmitry Vyukov2013-09-031-0/+14
* [TSan] Move the /proc/self/maps parsing logic to sanitizer_common Alexander Potapenko2013-09-031-57/+20
* tsan: properly intercept pthread_cond functionsDmitry Vyukov2013-09-025-41/+91
* [TSan] Add a couple of compiler warnings to TSan runtime compile flagsAlexey Samsonov2013-08-291-5/+9
* [TSan] Move build rules a bit to ensure correct dependencies of check-tsan co...Alexey Samsonov2013-08-292-53/+51
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-275-66/+17
* tsan: better report formatting for GoDmitry Vyukov2013-08-163-14/+32
* tsan: intercept getaddrinfoDmitry Vyukov2013-08-131-0/+15
* tsan/msan: add halt_on_error flagDmitry Vyukov2013-08-135-1/+33
* [*San/RTL] Fix minor breakageTimur Iskhodzhanov2013-08-131-8/+10
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-134-58/+64
* Add "CHECK-" prefix to un-break buildbot failure.Rui Ueyama2013-08-121-2/+2
* [sanitizer] Intercept poll/ppoll.Evgeniy Stepanov2013-08-123-7/+3
* [sanitizer] Intercept getgroups.Evgeniy Stepanov2013-08-122-0/+2
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-094-16/+20
* [sanitizer] Intercept scandir/scandir64.Evgeniy Stepanov2013-08-082-0/+4
* [sanitizer] Intercept strerror and strerror_r.Evgeniy Stepanov2013-08-082-0/+4
* [TSan] Fix free_race.c by removing `not` from the test invocation that doesn'...Alexander Potapenko2013-08-071-3/+2
* [TSan] Let the users suppress use-after-free errors using the "race:" suppres...Alexander Potapenko2013-08-073-10/+18
* [sanitizer] Intercept sched_getaffinity.Evgeniy Stepanov2013-08-072-0/+2
* Enable pipefail for TSan testsAlexey Samsonov2013-08-0765-66/+64
* Revert "[sanitizer] Intercept sched_getaffinity."David Blaikie2013-08-072-2/+0
* [sanitizer] Intercept sched_getaffinity.Evgeniy Stepanov2013-08-062-0/+2
* [msan] Intercept confstr.Evgeniy Stepanov2013-07-302-0/+2
* Disable pipefail for ThreadSanitizer.Rafael Espindola2013-07-261-0/+2
* Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg2013-07-181-1/+1
* tsan: treat SIGSYS as synchronous signalDmitry Vyukov2013-07-181-1/+2
* tsan: disable one more interceptor that causes recursionDmitry Vyukov2013-07-171-0/+1
* [Sanitizer] move strcpy and strncpy to common interceptorsAlexey Samsonov2013-07-161-26/+0
* tsan: support sigsuspend() callDmitry Vyukov2013-07-164-0/+46
* [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor.Evgeniy Stepanov2013-07-091-3/+6
* [sanitizer] Intercept realpath and canonicalize_file_name.Evgeniy Stepanov2013-07-092-0/+4
* [sanitizer] Intercept tcgetattr.Evgeniy Stepanov2013-07-042-0/+2
* [sanitizer] More interceptors.Evgeniy Stepanov2013-07-042-0/+16
* [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name.Evgeniy Stepanov2013-07-022-0/+4
* [sanitizer] Intercept setlocale.Evgeniy Stepanov2013-07-022-0/+2
* [sanitizer] Intercept getnameinfo.Evgeniy Stepanov2013-07-012-0/+2
* Hide mlock/munlock info message under verbosity flag.Alexey Samsonov2013-07-011-1/+2
* Define the path to llvm-symbolizer tool in a common config to reduce copy-pasteAlexey Samsonov2013-06-301-5/+2
* Fix typo found by Clang fix for extern "C" function handling.Richard Smith2013-06-281-1/+1
* [sanitizer] Intercept ptrace.Evgeniy Stepanov2013-06-282-0/+2
* tsan: revert dynamic symbols file to the old incorrect oneDmitry Vyukov2013-06-272-382/+5
* tsan: remove non-existent functions from syms fileDmitry Vyukov2013-06-272-13/+10
* [TSan] try to fix Go buildAlexey Samsonov2013-06-271-0/+1
OpenPOWER on IntegriCloud