summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-18[msan] Missing declarations for the new interface functions.Evgeniy Stepanov
2014-04-18[msan] Add new MSan callbacks for instrumentation-with-calls mode.Evgeniy Stepanov
2014-04-18tsan: add benchmark that allows to investigate shadow memory consumptionDmitry Vyukov
2014-04-17[ASan] Change AddressSanitizer.LoadStoreCallbacks to use asan_malloc and asan...Alexander Potapenko
2014-04-17[asan] fix a bug in outlined asan checks and in the corresponding test (ouch)Kostya Serebryany
2014-04-16Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...Alexey Samsonov
2014-04-16[asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany
2014-04-16[asan] try to harden __tls_get_addr interceptor against signals (no good test...Kostya Serebryany
2014-04-15[asan] fix the alloctor code to not use opaque data structure, which was larg...Kostya Serebryany
2014-04-15[ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.Alexander Potapenko
2014-04-15[asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)Kostya Serebryany
2014-04-14sanitizer_atomic_msvc.h: add atomic_fetch_{add,sub} overloads for uintptr_tHans Wennborg
2014-04-14sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literalsHans Wennborg
2014-04-14[asan] Fix mmap_limit_mb test to not use C++11.Evgeniy Stepanov
2014-04-14[asan] Do not use lambda in sanitizer lit tests.Evgeniy Stepanov
2014-04-14[msan] Intercept wcsftime().Evgeniy Stepanov
2014-04-14[asan] added internal flag mmap_limit_mbKostya Serebryany
2014-04-14[asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany
2014-04-14[asan] provide better reports for cases where memcpy/etc get negative size pa...Kostya Serebryany
2014-04-11tsan: serialize report printing in standalone deadlock detectorDmitry Vyukov
2014-04-11tsan: fix vector clocksDmitry Vyukov
2014-04-11tsan: ignore interceptors from symbolizerDmitry Vyukov
2014-04-11[tsan] Fix output tests.Evgeniy Stepanov
2014-04-11[tsan] Fix false positive on xdr*_create.Evgeniy Stepanov
2014-04-11[msan] mprotect() more memory to detect user code outside of application range.Evgeniy Stepanov
2014-04-09Enable building of sanitizers on FreeBSDViktor Kutuzov
2014-04-09Declare _DYNAMIC and dl_phdr_info in asan_linux.cc on FreeBSDViktor Kutuzov
2014-04-07Update arc config to new domain.Manuel Klimek
2014-04-04[sanitizer] Intercept a subset of sunrpc interface (xdr_*).Evgeniy Stepanov
2014-04-04[ASan] Explicitly specify -ldl/-lpthread in RUN-lines where neededAlexey Samsonov
2014-04-04tsan: improve error message in testDmitry Vyukov
2014-04-04[msan] Introduce MsanThread. Move thread-local allocator cache out of TLS.Evgeniy Stepanov
2014-04-04[asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany
2014-04-04Revert r205613.Evgeniy Stepanov
2014-04-04[msan] Fix compilation of a disabled test.Evgeniy Stepanov
2014-04-03[TSan] Fix a rare deadlock on multithreaded fork.Alexey Samsonov
2014-04-03[TSan] Fix a typo ThreadIgnoreSyncEnd. Found by inspectionAlexey Samsonov
2014-04-02[ASan] Fix incompatible runtimes check: don't iterate /proc/self/maps on ever...Alexey Samsonov
2014-04-02[msan] Add missing test for r205413.Evgeniy Stepanov
2014-04-02[msan] Kill __msan_print_param_shadow.Evgeniy Stepanov
2014-04-02[msan] Add __msan_check_mem_is_initialized.Evgeniy Stepanov
2014-04-02[msan] Precise origin handling in __unaligned_(load|store)*.Evgeniy Stepanov
2014-04-02[ASan] One more attempt to fix Android buildAlexey Samsonov
2014-04-02[msan] clang-format several unit testsEvgeniy Stepanov
2014-04-01Allow the user to override the compiler used for testingGreg Fitzgerald
2014-04-01Move __addsf3 and __adddf3 into the corresponding blocks that defineJoerg Sonnenberger
2014-04-01InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPSDuncan P. N. Exon Smith
2014-04-01InstrProf: Turn on test for LinuxDuncan P. N. Exon Smith
2014-04-01InstrProf: Remove LTO dependency from testDuncan P. N. Exon Smith
2014-04-01[tsan] Remove an accidentally committed debug print.Alexander Potapenko