summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* It appears that glibc 2.13 has the same thread descriptor size as 2.11,Chandler Carruth2013-08-181-3/+3
* Revert r188369 (and r188455) which breaks the build on at least someChandler Carruth2013-08-185-534/+505
* Fix endian conditions on Solaris. From Alexander Esilevich.Joerg Sonnenberger2013-08-171-3/+5
* [ASan/RTL] Disable colored reporting on WindowsTimur Iskhodzhanov2013-08-162-0/+7
* tsan: better report formatting for GoDmitry Vyukov2013-08-163-14/+32
* [ASan/RTL] Disable alloc_dealloc_mismatch by default on WindowsTimur Iskhodzhanov2013-08-161-3/+3
* [dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne2013-08-159-3/+4310
* [dfsan] Runtime support for -dfsan-debug-nonzero-labels feature.Peter Collingbourne2013-08-151-0/+5
* [sanitizer] Add missing include.Evgeniy Stepanov2013-08-151-0/+3
* [dfsan] New __dfsan_set_label runtime function.Peter Collingbourne2013-08-141-2/+7
* [dfsan] Runtime support for ABI list functionality; can now run integration t...Peter Collingbourne2013-08-147-10/+60
* [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts.Evgeniy Stepanov2013-08-145-505/+531
* [dfsan] Introduce dfsan_read_label runtime function.Peter Collingbourne2013-08-133-1/+14
* tsan: intercept getaddrinfoDmitry Vyukov2013-08-131-0/+15
* [ASan/Win] Oops, forgot to add the attributes to the memory allocations funct...Timur Iskhodzhanov2013-08-131-0/+11
* tsan/msan: add halt_on_error flagDmitry Vyukov2013-08-139-8/+49
* [ASan/Win] Hook some memory allocation functions; passes simple sanity test nowTimur Iskhodzhanov2013-08-131-23/+89
* [ASan/Win] Add the first version of the RTL thunk that should be linked with ...Timur Iskhodzhanov2013-08-131-0/+79
* Add a FIXME to check_lintTimur Iskhodzhanov2013-08-131-0/+3
* [*San/RTL] One more minor fixTimur Iskhodzhanov2013-08-131-2/+2
* [*San/RTL] Fix minor breakageTimur Iskhodzhanov2013-08-132-8/+13
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-1322-159/+167
* [dfsan] Remove the unused __dfsan_memcpy function.Peter Collingbourne2013-08-131-7/+0
* [dfsan] Begin a private header and move shadow_for there.Peter Collingbourne2013-08-122-4/+36
* [dfsan] Introduce dfsan_union runtime function.Peter Collingbourne2013-08-122-0/+14
* Add "CHECK-" prefix to un-break buildbot failure.Rui Ueyama2013-08-127-28/+28
* [sanitizer] Intercept poll/ppoll.Evgeniy Stepanov2013-08-1210-8/+119
* [sanitizer] Intercept getgroups.Evgeniy Stepanov2013-08-125-1/+28
* [tests] Add one more lit rename update I missed.Daniel Dunbar2013-08-091-0/+2
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-0926-100/+120
* [sanitizer] Fix handling of %n in scanf interceptor.Evgeniy Stepanov2013-08-092-2/+4
* [sanitizer] Limit scandir interceptor to Linux.Evgeniy Stepanov2013-08-081-1/+1
* [sanitizer] Intercept scandir/scandir64.Evgeniy Stepanov2013-08-089-1/+206
* tsan: better diagnostics for invalid addresses passed to free()Dmitry Vyukov2013-08-081-1/+4
* [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
OpenPOWER on IntegriCloud