summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-2718-100/+137
* [msan] Save/restore va_arg_overflow_tls in signal handlers.Evgeniy Stepanov2013-08-274-29/+58
* Revert r189347: it breaks on machines w/o installed debug versions of system ...Alexey Samsonov2013-08-271-1/+0
* LSan: Check that dynamic linker library is properly symbolizedAlexey Samsonov2013-08-271-0/+1
* [msan] Unpoison all TLS shadow when leaving a signal handler.Evgeniy Stepanov2013-08-274-0/+85
* [msan] Fix a data race in signal/sigaction interceptors.Evgeniy Stepanov2013-08-271-6/+17
* [msan] A test for ppoll() interceptor.Evgeniy Stepanov2013-08-271-0/+25
* [sanitizer] Simplify sigaction and sigset_t handling.Evgeniy Stepanov2013-08-274-37/+54
* cmake: fix the compiler-rt build with MSVCHans Wennborg2013-08-274-42/+91
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-266-5/+129
* [sanitizer] Handle Die() in StopTheWorld.Sergey Matveev2013-08-263-42/+82
* [dfsan] Integration test for the equal-labels casePeter Collingbourne2013-08-231-0/+5
* [msan] Extend VAArgTLSOverwrite test.Evgeniy Stepanov2013-08-231-4/+15
* Slightly improve lint checker script and fix a few style issuesAlexey Samsonov2013-08-233-33/+40
* [lsan] Add a regression test for building C code.Sergey Matveev2013-08-224-0/+29
* [sanitizer] Fix build when scanf interceptors are enabled, and __isoc99_*scan...Evgeniy Stepanov2013-08-221-13/+21
* [lsan] Add a stress test.Sergey Matveev2013-08-221-0/+46
* [lsan] Follow-up to r189010 - do the same in Makefile build.Sergey Matveev2013-08-221-1/+1
* [lsan] Build standalone LSan with -fno-rtti.Sergey Matveev2013-08-222-2/+3
* Add missing ']'.Bill Wendling2013-08-211-1/+1
* For Darwin builds, locate tools using xcrun when available.Bob Wilson2013-08-211-1/+12
* [LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov2013-08-202-5/+14
* 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-134-1/+17
* dfsan: fix lint warningDmitry Vyukov2013-08-131-1/+1
* 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-123-0/+18
* Add "CHECK-" prefix to un-break buildbot failure.Rui Ueyama2013-08-127-28/+28
* [sanitizer] Intercept poll/ppoll.Evgeniy Stepanov2013-08-1210-8/+119
OpenPOWER on IntegriCloud