summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-18[asan] [SystemZ] Add slop for stack address detection.Marcin Koscielnicki
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-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-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-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-12[tsan] Fix a crash with dispatch_source_set_cancel_handler(NULL) on OS XKuba Brecka
2016-04-11[sanitizer] Restore stderr when using forkpty() to spawn external symbolizerKuba Brecka
2016-04-07[sanitizer] Add early call handling to strlen interceptorDerek Bruening
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-06sync up with master copyXinliang David Li
2016-04-05[tsan] Fix freebsd build.Yabin Cui
2016-04-04[tsan] Disable randomized address space on aarch64 linux.Yabin Cui
2016-04-04tsan: fix ignore handling in signal handlersDmitry Vyukov
2016-04-03[sanitizer] Make AtosSymbolizer more resilient when symbolicating a zero addressKuba Brecka
2016-04-01Fix warnings uncovered by building with clang-clReid Kleckner
2016-04-01Fix a load of -Wunknown-pragma warnings from clang-clReid Kleckner
2016-03-29[Darwin] [Builtins] Cleaning up OS X exclude lists. NFC.Chris Bieneman
2016-03-29[Darwin] [Builtins] Remove multi3 from the exclude list.Chris Bieneman
2016-03-29[Darwin] [Builtins] Cleaning up 10.4 exclude lists NFCChris Bieneman
2016-03-28[PGO] More comments how function pointers for indirect calls are mappedAdam Nemet
2016-03-28[libprofile] Handle '\\' in __llvm_profile_recursive_mkdirSean Silva
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-03-28[tsan] Fix a crash when exiting the main thread (e.g. dispatch_main)Kuba Brecka
2016-03-28[PGO] Update r264612 to use C-style commentAdam Nemet
2016-03-28[PGO] Comment how function pointers for indirect calls are mapped to function...Adam Nemet
2016-03-26[asan] bump the scariness score of read-after-frees (based on feedback from t...Kostya Serebryany
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-03-24[asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner
2016-03-24[tsan] Fix fork() and fork-based tests for OS XKuba Brecka
2016-03-24[tsan] Use direct syscalls for internal_mmap and internal_munmap on OS XKuba Brecka
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-23[asan] Export new and delete operators on WindowsReid Kleckner