summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-27[sanitizer] Fix iOS build.Evgeniy Stepanov
2014-02-27tsan: fix internal deadlock detector for external deadlock detectorDmitry Vyukov
2014-02-27[sanitizer] Sizes and layouts for sanitizers on FreeBSD.Evgeniy Stepanov
2014-02-27[asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov
2014-02-27[asan] Don't disable SEGV handler on Android by default.Evgeniy Stepanov
2014-02-26Undef helper macros after using them.Joerg Sonnenberger
2014-02-26Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger
2014-02-26Support 'q' length modifier in scanf/printf interceptorsAlexey Samsonov
2014-02-26[asan] remove UB (comparison of two unrelated pointers) from a testKostya Serebryany
2014-02-26[asan] Fix printing of long reports to logcat on Android.Evgeniy Stepanov
2014-02-26[sanitizer] Add a flag to enable/disable report colorization.Evgeniy Stepanov
2014-02-26[asan] asan_device_setup: fix a typo in usage textEvgeniy Stepanov
2014-02-26[asan] Remove .sh extension from asan_device_setup.Evgeniy Stepanov
2014-02-26Revert r201783 until all FreeBSD fixes are submitted.Alexey Samsonov
2014-02-26Remove 'tctx->name' from a logical statement since it is a pointer and alwaysRichard Trieu
2014-02-25[sanitizer] minimal support for recursive locks indeadlock detectorKostya Serebryany
2014-02-25Update sanitizers' bash scripts.Alexey Samsonov
2014-02-25[ASan] Don't set rpath when building ASan runtime libraries.Alexander Potapenko
2014-02-25[sanitizer] support pthread_rwlock_rd* in deadlock detectorKostya Serebryany
2014-02-25[sanitizer] partially support pthread_rwlock_* (no rd* form yet)Kostya Serebryany
2014-02-25[asan] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32...Kostya Serebryany
2014-02-25Enable UBSan on FreeBSD. Patch by Viktor Kutuzov.Alexey Samsonov
2014-02-25[sanitizer] add support for try_lock in deadlock detectorKostya Serebryany
2014-02-25[sanitizer] fix epoch handling in deadlock detector (before the fix, we could...Kostya Serebryany
2014-02-24[asan] simplify the code that compute the shadow offset; get rid of two inter...Kostya Serebryany
2014-02-24tsan: fix SIGRTMAX handlingDmitry Vyukov
2014-02-24AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany
2014-02-24[sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany
2014-02-24tsan: fix compiler warningDmitry Vyukov
2014-02-22Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner
2014-02-21Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger
2014-02-21Introduce CRT_HAS_128BIT, currently for all __LP64__ platforms.Joerg Sonnenberger
2014-02-21[tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...Kostya Serebryany
2014-02-20Add an environment variable to override the default profile output file.Bob Wilson
2014-02-20[FreeBSD] Enable building a few runtime libraries on FreeBSD.Alexey Samsonov
2014-02-20Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov
2014-02-20[CMake] break dependency between unit tests and runtimes in standalone buildAlexey Samsonov
2014-02-20[asan] Changes to asm instrumentation must be done through the generator script.Evgeniy Stepanov
2014-02-20[asan] Do all calls to __asan_report_* through PLT.Evgeniy Stepanov
2014-02-19[tsan] when printing a mutex, also print its address. Properly print the dead...Kostya Serebryany
2014-02-19[asan] A different way of detectinb stack overflow.Evgeniy Stepanov
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-19[asan] Improve stack overflow detection.Evgeniy Stepanov
2014-02-19[asan] Disable asm instrumentation and tests on Mac.Evgeniy Stepanov
2014-02-19[asan] Fix build on ARM.Evgeniy Stepanov
2014-02-19[asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov
2014-02-19[CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov
2014-02-18[ASan/Win] Add a couple more DLL thunksTimur Iskhodzhanov
2014-02-18[sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany
2014-02-18[CMake] Rename several variablesAlexey Samsonov