summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-27Add myself as a c-rt owner of ASan/WinTimur Iskhodzhanov
2014-02-27tsan: 2 more deadlock detector benchmarksDmitry Vyukov
2014-02-27Fix Howard's e-mailAlexey Samsonov
2014-02-27Add CODE_OWNERS.TXTAlexey Samsonov
2014-02-27[sanitizer] Fix iOS build.Evgeniy Stepanov
2014-02-27tsan: fix deadlock detector lit test outputDmitry Vyukov
2014-02-27tsan: add another deadlock detector benchmarkDmitry Vyukov
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-27tsan: add recursive deadlock detector benchmarkDmitry Vyukov
2014-02-27[asan] Don't disable SEGV handler on Android by default.Evgeniy Stepanov
2014-02-27tsan: improve deadlock detector testDmitry Vyukov
2014-02-27[CMake] Make sure add_compiler_rt_resource_file doesn't do unnecessary workAlexey Samsonov
2014-02-27Add accidentally removed -DAlexey Samsonov
2014-02-27Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmakeAlexey Samsonov
2014-02-26Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGSReid Kleckner
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-26Emulate C99/C++11 __func__ for Visual C++.Joerg Sonnenberger
2014-02-26tsan: fix deadlock detector test so that it does not force contention in runtimeDmitry Vyukov
2014-02-26Support 'q' length modifier in scanf/printf interceptorsAlexey Samsonov
2014-02-26[ASan] Split interception-in-shared-lib-test.cc into two tests with platform-...Alexander Potapenko
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-26[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi
2014-02-26Remove 'tctx->name' from a logical statement since it is a pointer and alwaysRichard Trieu
2014-02-25[asan] Remove extra sonames from libraries in tests.Evgeniy Stepanov
2014-02-25[sanitizer] minimal support for recursive locks indeadlock detectorKostya Serebryany
2014-02-25[asan] Reenable waitid test on Android.Evgeniy Stepanov
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-25[tsan] add deadlock detector tests for pthread_spin_lockKostya 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] Add a test for interceptors in shared libraries.Evgeniy Stepanov
2014-02-24[asan] simplify the code that compute the shadow offset; get rid of two inter...Kostya Serebryany
2014-02-24[tsan] one more test for deadlock detectorKostya Serebryany
2014-02-24[asan] A test was reverted, but not "svn rm"-ed in r202016.Evgeniy Stepanov
2014-02-24[CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt l...Alexey Samsonov
2014-02-24tsan: fix SIGRTMAX handlingDmitry Vyukov
2014-02-24[CMake] Introduce COMPILER_RT_ENABLE_WERROR optionAlexey Samsonov