summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Intercept strerror and strerror_r.Evgeniy Stepanov2013-08-085-1/+65
* [sanitizer] ASan/MSan tests for r187967.Evgeniy Stepanov2013-08-082-0/+39
* Simplify (and fix) check-dfsan configsAlexey Samsonov2013-08-084-24/+9
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-0711-0/+456
* [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
* ASan: fix one more test case for pipefailAlexey Samsonov2013-08-071-1/+1
* Distinguish 32-bit ASan from 64-bit ASan in lit configsAlexey Samsonov2013-08-071-1/+1
* Enable pipefail for ASan testsAlexey Samsonov2013-08-0747-119/+117
* [sanitizer] Intercept sched_getaffinity.Evgeniy Stepanov2013-08-075-1/+26
* Enable pipefail for TSan testsAlexey Samsonov2013-08-0765-66/+64
* Enable pipefail for LSan testsAlexey Samsonov2013-08-0719-20/+19
* Revert "[sanitizer] Intercept sched_getaffinity."David Blaikie2013-08-075-26/+1
* [libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.incAlexander Potapenko2013-08-061-6/+18
* [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors.Evgeniy Stepanov2013-08-062-2/+10
* [sanitizer] Intercept sched_getaffinity.Evgeniy Stepanov2013-08-065-1/+26
* Lint fixesAlexey Samsonov2013-08-053-4/+5
* [msan] Allocator statistics interface and malloc hooks.Evgeniy Stepanov2013-08-026-5/+160
* [msan] Fix unused function warning in the tests.Evgeniy Stepanov2013-08-021-2/+2
* [lsan] Add leak_check_at_exit flag.Sergey Matveev2013-08-015-2/+29
* [msan] Intercept setenv, putenv.Evgeniy Stepanov2013-08-012-0/+47
* [msan] Fix msan tests with pipefail option.Evgeniy Stepanov2013-07-313-4/+3
* [sanitizer] Tweak read syscall handler signature for consistency.Evgeniy Stepanov2013-07-301-2/+2
* [sanitizer] read() syscall hook.Evgeniy Stepanov2013-07-302-0/+14
* [msan] Intercept pthread_join.Evgeniy Stepanov2013-07-302-2/+10
* [msan] Intercept confstr.Evgeniy Stepanov2013-07-305-1/+35
* [asan] Limit fake stack size to a reasonable value when running with unlimite...Evgeniy Stepanov2013-07-301-1/+4
* [asan] Raise thread stack size limit.Evgeniy Stepanov2013-07-301-2/+2
* [sanitizer] Disable ForEachMappedRegion on Android.Evgeniy Stepanov2013-07-301-0/+2
* Fix warning.Peter Collingbourne2013-07-291-1/+1
* Move UnpoisonMappedDSO to sanitizer_common.Peter Collingbourne2013-07-295-40/+42
* Turn off pipefail on msan tests to match the other sanitizers untilChandler Carruth2013-07-271-0/+1
* Disable pipefail for lsan.Rafael Espindola2013-07-261-0/+1
* disable pipefail for ubsan.Rafael Espindola2013-07-261-0/+2
* Disable pipefail for ThreadSanitizer.Rafael Espindola2013-07-261-0/+2
* disable pipefail on asan for now.Rafael Espindola2013-07-261-0/+1
* [sanitizer] Change strip_path_prefix flag behavior.Sergey Matveev2013-07-221-2/+3
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-226-11/+13
* [lsan] Print direct leaks first.Sergey Matveev2013-07-221-3/+6
* Fix another instance of -ccc-cxx vs. --driver-mode=g++Hans Wennborg2013-07-181-1/+1
* Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg2013-07-184-5/+6
* [lsan] Add __lsan_do_leak_check() to the public interface.Sergey Matveev2013-07-182-2/+45
* tsan: treat SIGSYS as synchronous signalDmitry Vyukov2013-07-181-1/+2
* [ASan] Fix leaks in ASan tests found by LSanAlexey Samsonov2013-07-181-0/+2
* [Sanitizer] Always provide --default-arch argument to llvm-symbolizerAlexey Samsonov2013-07-171-1/+3
* tsan: disable one more interceptor that causes recursionDmitry Vyukov2013-07-171-0/+1
* tsan: fix unitialized read warning under newer gcc (it does not have visibili...Dmitry Vyukov2013-07-171-1/+1
* Give compiler-rt a chance to compile with mingw-w64.Anton Korobeynikov2013-07-162-0/+8
* tsan: extend suppressions format with ^ and $ symbolsDmitry Vyukov2013-07-162-5/+40
* [Sanitizer] move strcpy and strncpy to common interceptorsAlexey Samsonov2013-07-165-66/+59
OpenPOWER on IntegriCloud