summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [TSan] Add a couple of compiler warnings to TSan runtime compile flagsAlexey Samsonov2013-08-29
* [TSan] Move build rules a bit to ensure correct dependencies of check-tsan co...Alexey Samsonov2013-08-29
* [sanitizer] Parallelize lint checker scriptAlexey Samsonov2013-08-29
* [sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov2013-08-29
* [dfsan] Add custom function for dl_iterate_phdr.Peter Collingbourne2013-08-28
* [dfsan] Add custom function for pthread_create.Peter Collingbourne2013-08-28
* sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz2013-08-28
* Make lint checker script more robustAlexey Samsonov2013-08-28
* Check code style in check-sanitizer commandAlexey Samsonov2013-08-28
* [sanitizer] fix code styleAlexey Samsonov2013-08-28
* [msan] Remove extra backup/restore calls.Evgeniy Stepanov2013-08-28
* [asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-us...Kostya Serebryany2013-08-28
* Generate list of symbols exported from sanitizer runtimes only on 64-bit UnixAlexey Samsonov2013-08-28
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-27
* [msan] Save/restore va_arg_overflow_tls in signal handlers.Evgeniy Stepanov2013-08-27
* Revert r189347: it breaks on machines w/o installed debug versions of system ...Alexey Samsonov2013-08-27
* LSan: Check that dynamic linker library is properly symbolizedAlexey Samsonov2013-08-27
* [msan] Unpoison all TLS shadow when leaving a signal handler.Evgeniy Stepanov2013-08-27
* [msan] Fix a data race in signal/sigaction interceptors.Evgeniy Stepanov2013-08-27
* [msan] A test for ppoll() interceptor.Evgeniy Stepanov2013-08-27
* [sanitizer] Simplify sigaction and sigset_t handling.Evgeniy Stepanov2013-08-27
* cmake: fix the compiler-rt build with MSVCHans Wennborg2013-08-27
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-26
* [sanitizer] Handle Die() in StopTheWorld.Sergey Matveev2013-08-26
* [dfsan] Integration test for the equal-labels casePeter Collingbourne2013-08-23
* [msan] Extend VAArgTLSOverwrite test.Evgeniy Stepanov2013-08-23
* Slightly improve lint checker script and fix a few style issuesAlexey Samsonov2013-08-23
* [lsan] Add a regression test for building C code.Sergey Matveev2013-08-22
* [sanitizer] Fix build when scanf interceptors are enabled, and __isoc99_*scan...Evgeniy Stepanov2013-08-22
* [lsan] Add a stress test.Sergey Matveev2013-08-22
* [lsan] Build standalone LSan with -fno-rtti.Sergey Matveev2013-08-22
* [LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov2013-08-20
* It appears that glibc 2.13 has the same thread descriptor size as 2.11,Chandler Carruth2013-08-18
* Revert r188369 (and r188455) which breaks the build on at least someChandler Carruth2013-08-18
* Fix endian conditions on Solaris. From Alexander Esilevich.Joerg Sonnenberger2013-08-17
* [ASan/RTL] Disable colored reporting on WindowsTimur Iskhodzhanov2013-08-16
* tsan: better report formatting for GoDmitry Vyukov2013-08-16
* [ASan/RTL] Disable alloc_dealloc_mismatch by default on WindowsTimur Iskhodzhanov2013-08-16
* [dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne2013-08-15
* [dfsan] Runtime support for -dfsan-debug-nonzero-labels feature.Peter Collingbourne2013-08-15
* [sanitizer] Add missing include.Evgeniy Stepanov2013-08-15
* [dfsan] New __dfsan_set_label runtime function.Peter Collingbourne2013-08-14
* [dfsan] Runtime support for ABI list functionality; can now run integration t...Peter Collingbourne2013-08-14
* [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts.Evgeniy Stepanov2013-08-14
* [dfsan] Introduce dfsan_read_label runtime function.Peter Collingbourne2013-08-13
* tsan: intercept getaddrinfoDmitry Vyukov2013-08-13
* [ASan/Win] Oops, forgot to add the attributes to the memory allocations funct...Timur Iskhodzhanov2013-08-13
* tsan/msan: add halt_on_error flagDmitry Vyukov2013-08-13
* [ASan/Win] Hook some memory allocation functions; passes simple sanity test nowTimur Iskhodzhanov2013-08-13
* [ASan/Win] Add the first version of the RTL thunk that should be linked with ...Timur Iskhodzhanov2013-08-13