summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* <rdar://problem/12512722> Use arm divide instruction if availableNick Kledzik2013-05-24
* [lsan] Allow the ignored TLS range to be empty.Sergey Matveev2013-05-24
* [lsan] Minor adjustments to LSan messages.Sergey Matveev2013-05-24
* [lsan] Prettify LSan reports and add a summary.Sergey Matveev2013-05-24
* [lsan] Add exitcode flag. Kill the process if leaks are found.Sergey Matveev2013-05-24
* Disable init-order checking before destructors are run.Alexey Samsonov2013-05-24
* Don't override 'mode' and cleanup some variable names.Bill Wendling2013-05-23
* Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing thi...Bill Wendling2013-05-23
* [lsan] Add lit test support.Sergey Matveev2013-05-23
* [TSan] Try to fix the Go-TSan build.Alexander Potapenko2013-05-23
* [tsan] Remove -Wgnu from Makefile.old.Evgeniy Stepanov2013-05-23
* [ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko2013-05-23
* [msan] Fix line >80 chars.Evgeniy Stepanov2013-05-23
* [sanitizer] Fix Windows build.Evgeniy Stepanov2013-05-23
* [ASan] Rename a atomic_compare_exchange_strong parameter to avoid a compiler ...Timur Iskhodzhanov2013-05-23
* [sanitizer] Intercept getsockopt.Evgeniy Stepanov2013-05-23
* [sanitizer] Interceptors for gethostbyname and friends.Evgeniy Stepanov2013-05-23
* [lsan] Ensure lsan is initialized when interceptors are called.Sergey Matveev2013-05-23
* [ASan] Rename __asan_preinit to __local_asan_preinit to avoid warnings from t...Alexander Potapenko2013-05-23
* Performance improvement.Bill Wendling2013-05-23
* [sanitizer] Fix Mac build one more time.Evgeniy Stepanov2013-05-22
* [sanitizer] Fix Android build.Evgeniy Stepanov2013-05-22
* Effectively revert r182453 - atomic.c may not be compiled if host compiler do...Alexey Samsonov2013-05-22
* [asan] fix the reported PCs for powerpc64Kostya Serebryany2013-05-22
* [msan] Intercept getsockname.Evgeniy Stepanov2013-05-22
* [sanitizer] Fix Android build.Evgeniy Stepanov2013-05-22
* Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov2013-05-22
* [sanitizer] Fix Mac build.Evgeniy Stepanov2013-05-22
* [msan] getaddrinfo & nested interceptor support.Evgeniy Stepanov2013-05-22
* [ASan] Temporary remove leak checking from ASan, while we don't have makefile...Alexey Samsonov2013-05-22
* [asan] enhance stack-overflow.cc test: check that the location frame is prope...Kostya Serebryany2013-05-22
* [asan] attempting to fix the debian bot (on ubuntu the test builds; on debian...Kostya Serebryany2013-05-22
* [asan] fix dlclose-test to work with non-4K pages. Properly disable interface...Kostya Serebryany2013-05-22
* [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM ki...Kostya Serebryany2013-05-22
* Add atomic.c to CMake build of compiler-rt to match r182420Alexey Samsonov2013-05-22
* <rdar://problem/13806954> enable __atomic_* functions for DarwinNick Kledzik2013-05-21
* Add atomic.c back to the builtins module sources lists (for Makefile build).Daniel Dunbar2013-05-21
* [lsan] Invoke leak detection with atexit().Sergey Matveev2013-05-21
* [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.Sergey Matveev2013-05-21
* [asan] LSan hooks in asan_rtl.Sergey Matveev2013-05-21
* [lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev2013-05-21
* [MSan] Add empty default blacklist for MSanAlexey Samsonov2013-05-21
* [ASan] create default (empty) ASan blacklist file in resource directoryAlexey Samsonov2013-05-21
* [asan] LSan hooks in asan_allocator2.ccSergey Matveev2013-05-21
* [asan] LSan hooks in asan_thread.ccSergey Matveev2013-05-21
* [lsan] LSan in LD_PRELOAD library form.Sergey Matveev2013-05-21
* [Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for...Alexey Samsonov2013-05-21
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-21
* [nolibc] Move stoptheworld to RTSanitizerCommonLibc.Peter Collingbourne2013-05-21
* [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne2013-05-21