summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-05-10Reapply r268840: [profile] Simplify value profile writingXinliang David Li
2016-05-09[MSan] Add a test for vararg with lots of non-vararg arguments.Marcin Koscielnicki
2016-05-09[CMake] Support platform building builtins without a full toolchainChris Bieneman
2016-05-09Fix variable visibilityXinliang David Li
2016-05-07Revert "[profile] Simplify value profile writing"Renato Golin
2016-05-07[profile] Simplify value profile writingXinliang David Li
2016-05-06tsan: fix a crashDmitry Vyukov
2016-05-06Revert r268716. This has caused test failures in MSan on Linux.Kuba Brecka
2016-05-06[sanitizer] Fix a crash when demangling Swift symbolsKuba Brecka
2016-05-06[asan] Bail out on stack overflow in recovery mode.Maxim Ostapenko
2016-05-06[profile] Remove another unneeded field in raw profile readerXinliang David Li
2016-05-05Sync up with master fileXinliang David Li
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03Revert "[sanitizer] Move stat/__xstat to the common interceptors"Mike Aizatsky
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03[esan] Use do-while rather than braces for empty interceptorsDerek Bruening
2016-05-03tsan: update tsan_analyze to what tip clang generatesDmitry Vyukov
2016-05-02[compiler-rt] adjust platform_limits_linux.cc #include of posix_typesKostya Serebryany
2016-05-02[scan-build] fix logic error warning emitted on compiler-rt code baseKostya Serebryany
2016-05-02[sanitizer] Fix a crash in SizeClassAllocator32 with an out-of-range pointerKuba Brecka
2016-05-02[sanitizer] Don't reuse the main thread in ThreadRegistryKuba Brecka
2016-04-30[ASan] Add shadow offset for SystemZ.Marcin Koscielnicki
2016-04-30[tsan] Return 0 from malloc_size for non-malloc'd pointersKuba Brecka
2016-04-29[asan] Assert in __sanitizer_ptr_{sub,cmp} if one of the pointers was freed.Filipe Cabecinhas
2016-04-29[sanitizers] [SystemZ] Mark kernel 3.12.58+ as safe from CVE-2016-2143.Marcin Koscielnicki
2016-04-29[msan] Tests for vector compare intrinsics.Evgeniy Stepanov
2016-04-28[ASan] Reenable __builtin_setjmp test on PowerPC, disable on SystemZ.Marcin Koscielnicki
2016-04-28[tsan] Fix Darwin GCD support after separation of Processor and ThreadStateKuba Brecka
2016-04-27[MSan] [PowerPC] Dereference function descriptors when recording stack origins.Marcin Koscielnicki
2016-04-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-27[sanitizer] Add early call handling to strchr + strrchr interceptorsDerek Bruening
2016-04-27[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-27tsan: fix windows supportDmitry Vyukov
2016-04-27tsan: fix darwin Go supportDmitry Vyukov
2016-04-27tsan: fix windows Go supportDmitry Vyukov
2016-04-27tsan: fix darwin Go buildDmitry Vyukov
2016-04-27tsan: make windows shadow mapping a bijectionDmitry Vyukov
2016-04-27tsan: fix build Dmitry Vyukov
2016-04-27tsan: fix darwin Go buildDmitry Vyukov
2016-04-27tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov
2016-04-27tsan: fix windows buildDmitry Vyukov
2016-04-27tsan: fix windows buildDmitry Vyukov
2016-04-27tsan: add missing fileDmitry Vyukov
2016-04-27tsan: fix compiler warningDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-04-26[sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-04-26[sanitizer] [SystemZ] Implement internal_clone.Marcin Koscielnicki
2016-04-26Revert "[sanitizers] read/write page fault detection on mac."Mehdi Amini