summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-28[CMake] Adding some missing CMake includes. NFC.Chris Bieneman
2016-04-28[test/asan] Update a test case to work with old Darwin SDK'sVedant Kumar
2016-04-28Update visibility flags for CFI tests.Peter Collingbourne
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-27Un-XFAIL tests on Windows after fixing PR27492Reid Kleckner
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-27[Compiler-rt][CFI] Enabling CFI for MIPS64Mohit K. Bhakkad
2016-04-26[sanitizers] rewriting test assuming assert() changes coverage.Mike Aizatsky
2016-04-26[sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki
2016-04-26[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App St...Chris Bieneman
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
2016-04-25[MSan] Use COMMON_INTERCEPTOR_ENTER in libdl interceptors.Marcin Koscielnicki
2016-04-25[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-25[esan] Fix uninitialized warning from interception contextDerek Bruening
2016-04-23[esan] EfficiencySanitizer libc interceptorsDerek Bruening
2016-04-23[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...Kostya Serebryany
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-04-22[sanitizer] partially un-revert r267094: Allow the sanitizer allocator to use...Kostya Serebryany
2016-04-22[sanitizer] revert r267203 as it breaks aarch64 botsKostya Serebryany
2016-04-22[sanitizer] allow zero first parameter in MmapNoAccess; This is a part of r26...Kostya Serebryany
2016-04-22Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin
2016-04-22Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address ...Renato Golin
2016-04-22[ASAN] Use struct instead of array in sancov.pySagar Thakur
2016-04-22[sanitizer] Allow the sanitizer allocator to use a non-fixed address range. A...Kostya Serebryany
2016-04-22[asan] Disable one test on windows.Evgeniy Stepanov
2016-04-22Enable stack-use-after-scope tests.Evgeniy Stepanov
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-04-21[asan] Mark strdup test as unsupported on arm/linux.Evgeniy Stepanov
2016-04-21[tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka
2016-04-21[sanitizer] Use pthread_threadid_np as thread ID on OS XKuba Brecka
2016-04-20[sanitizer] update the sanitizer_allocator_testlibKostya Serebryany