aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-01Misc fixes for compiler_rtrelease_33Andrew Hsieh
2013-07-31Implement __sync_lock_test_and_set_4.Lai Wei-Chih
2013-06-20Add __sync_* atomic builtins for other type width than 4.WenHan Gu
2013-06-18Move file for building __sync_* intrinsics.WenHan Gu
2013-06-09Add atomic helper functions for arm.Lai Wei-Chih
2013-06-04Merge r182726:Bill Wendling
2013-05-07Creating release_33 branchBill Wendling
2013-05-06[msan] Common flags in MSan.Sergey Matveev
2013-05-06[asan] Common flags in ASan.Sergey Matveev
2013-05-03I was wrong in my testing.Bill Wendling
2013-05-03Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...Bill Wendling
2013-04-30Rewrite sw_vers makefile check to avoid error message on Linux.Bob Wilson
2013-04-30asan: fix windows buildDmitry Vyukov
2013-04-30tsan: comment out debug output in testDmitry Vyukov
2013-04-30asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...Dmitry Vyukov
2013-04-30tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)Dmitry Vyukov
2013-04-30tsan: reverse stack trace for failed CHECK's, this is how we print traces in ...Dmitry Vyukov
2013-04-30tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...Dmitry Vyukov
2013-04-29asna/tsan/msan: fix wait() interceptors to allow NULL argumentsDmitry Vyukov
2013-04-26Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...Sergey Matveev
2013-04-26[sanitizer] Clear LD_PRELOAD when forking an external symbolizer.Sergey Matveev
2013-04-25Add -fno-rtti to ASan runtime cflags on Android.Evgeniy Stepanov
2013-04-25[ASan] Add allow_user_segv_handler to let users override SEGV handler install...Alexey Samsonov
2013-04-25tsan: add a test that used to crash, fixed by r180180.Dmitry Vyukov
2013-04-24tsan: fix stack traces for malloc and freeDmitry Vyukov
2013-04-24tsan: run tests sequentially otherwise cmake says:Dmitry Vyukov
2013-04-24tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they...Dmitry Vyukov
2013-04-24tsan: fix crash when data race happens on out-of-bounds accesses.Dmitry Vyukov
2013-04-23Use the new iOS deployment target command-line options.Bob Wilson
2013-04-23tsan: support heap starting at 0x04c0 (used in some custom deplyments)Dmitry Vyukov
2013-04-23tsan: update Go memory mapping, Go now uses 0x00c0 heap baseDmitry Vyukov
2013-04-23[sanitizer] Intercept inet_pton and inet_ntop.Evgeniy Stepanov
2013-04-23[ASan] Disable strict-init-order checker once we have more than one thread, a...Alexey Samsonov
2013-04-23[MSan] Make a few interface functions accept 'const void *' instead of 'void*'Alexey Samsonov
2013-04-23[msan] Unpoison the result of posix_memalign.Evgeniy Stepanov
2013-04-23Revert r180082 and add a test for SetEnv functionAlexey Samsonov
2013-04-23[ASan] Make wait.cc more Darwin-compatible: fix the header name and the CHECK...Alexander Potapenko
2013-04-23[ASan] Disable AddressSanitizer.AllocDeallocMismatch on Darwin.Alexander Potapenko
2013-04-23[sanitizer] Intercept getgrnam{_r}, getgrgid{_r}.Evgeniy Stepanov
2013-04-23[msan] Allow clock_getres(, 0).Evgeniy Stepanov
2013-04-23[Sanitizer] Delete unused functionAlexey Samsonov
2013-04-22[sanitizer] Fix lint.Evgeniy Stepanov
2013-04-22Improve performance of file I/O.Bill Wendling
2013-04-19Fixup for r179843: add missing headerAlexey Samsonov
2013-04-19[ASan] Make init-order checker allow access to already initialized globals.Alexey Samsonov
2013-04-19[TSan] Allocate fd table in user heap instead of using internal allocator. We...Alexey Samsonov
2013-04-18[Sanitizer] Rework r176802: share code between Printf and Report and simplify...Alexey Samsonov
2013-04-18[Sanitizer] Don't die in symbolizer if it can't read /proc/self/exe linkAlexey Samsonov
2013-04-16Wrap macro invocations in braces to supress 'suggest braces around empty body...Andy Gibbs
2013-04-16[asan] Fix spelling in asan_rtl.cc Test commit.Sergey Matveev