summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-20[msan] Implement GetPageSize in the test.Evgeniy Stepanov
2016-04-20builtins: fix -Werror,-Wunused-variable warningSaleem Abdulrasool
2016-04-20builtins: remove use of __attribute__((pcs("aapcs"))) on WindowsSaleem Abdulrasool
2016-04-20Always inlining PrintCurrentStackSlow of tsan library to fix tail-call issueChuang-Yu Cheng
2016-04-20[sanitizer] Fix 'dyld: Symbol not found: _dyldVersionNumber' link error on ol...Maxim Ostapenko
2016-04-19[compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2016-04-19[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2016-04-18[msan] Don't hardcode 4kiB page size in msan_test.cc.Marcin Koscielnicki
2016-04-18Additional test for use-after-scopeKostya Serebryany
2016-04-18[MSan] [PowerPC] Add loadable library name for testing.Marcin Koscielnicki
2016-04-18[asan] [SystemZ] Add slop for stack address detection.Marcin Koscielnicki
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-04-16[sanitizers] Fixup to r266494; the Unit test should not run on WindowsAnna Zaks
2016-04-16[sanitizers] Fixup r266494; make it build on Linux.Anna Zaks
2016-04-15[sanitizers] Teach the internal demangler about Swift namesAnna Zaks
2016-04-15[sanitizer] [SystemZ] Enable UBSan.Marcin Koscielnicki
2016-04-15[sanitizers] [SystemZ] Introduce sanitizer_linux_s390.cc.Marcin Koscielnicki
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-15[TSAN] Make tsan tests more portable (take 3)Renato Golin
2016-04-14Fix StaticAnalyzer complaints. NFC.George Burgess IV
2016-04-14[sanitizer] [SystemZ] Fix stack traces.Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Add/fix kernel and libc type definitions.Marcin Koscielnicki
2016-04-14[sanitizer] remove FreeBSD PS_STRINGS fallbackEd Maste
2016-04-14Revert "Make tsan tests more portable (take 2)"Renato Golin
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Add virtual space size.Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Implement internal_mmap.Marcin Koscielnicki
2016-04-14Make tsan tests more portable (take 2)Renato Golin
2016-04-14asan: fix buildDmitry Vyukov
2016-04-14asan: fix out-of-bounds access in quarantineDmitry Vyukov
2016-04-14[tsan] Fix size reporting for OS X zone allocator with 0-sized allocationsKuba Brecka
2016-04-13[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov
2016-04-13[PGO] Fix the buildbots for r266229. Betul Buyukkurt
2016-04-12[safestack] Fix stack canary test on Mac.Evgeniy Stepanov
2016-04-12[tsan] Fix a crash with dispatch_source_set_cancel_handler(NULL) on OS XKuba Brecka
2016-04-11[safestack] A test for stackprotector canaries.Evgeniy Stepanov
2016-04-11[sanitizer] Restore stderr when using forkpty() to spawn external symbolizerKuba Brecka
2016-04-11[tsan] Replace 'not' with '%deflake' in gcd-apply-race.mm Darwin test.Kuba Brecka
2016-04-07[sanitizer] Fix sem_init_glibc.cc test on __HAVE_64B_ATOMIC arches.Evgeniy Stepanov
2016-04-07[sancov] updaing android test after enabling cc edge pruningMike Aizatsky
2016-04-07[sanitizer] Add early call handling to strlen interceptorDerek Bruening
2016-04-07[sancov] updaing android testMike Aizatsky
2016-04-07[tsan] Remove long sleeps from fork testsKuba Brecka
2016-04-07[tsan] Add support for OS X OSAtomic* functionsKuba Brecka
2016-04-07[tsan] Add TSan __tsan_atomic* functions to tsan_interface.hKuba Brecka
2016-04-07[tsan] Add interceptors for dispatch_applyKuba Brecka
2016-04-07[tsan] Add XPC support (OS X)Kuba Brecka
2016-04-07[tsan] Add support for dispatch event sourcesKuba Brecka
2016-04-07[tsan] Fix synchronization in dispatch_syncKuba Brecka
2016-04-07[tsan] Fix Darwin tests (missing FileCheck's)Kuba Brecka