summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-27Parse the triple in base-config-ix to propagate ANDROID variable correctlySumanth Gundapaneni
2016-06-27[tsan] Add HB edges for GCD barrier blocksKuba Brecka
2016-06-27[tsan] Treat non-barrier OSAtomic* functions as barriers to avoid false posit...Kuba Brecka
2016-06-27[asan] fix false dynamic-stack-buffer-overflow report with constantly-sized d...Kuba Brecka
2016-06-27[sanitizer] Stop unwinding the stack when a close-to-zero PC is foundKuba Brecka
2016-06-27tsan: don't create sync objects on acquireDmitry Vyukov
2016-06-27Move -ldl to the correct compiler invocationRyan Govostes
2016-06-26[tsan] Intercept libcxx __release_shared to avoid false positive with weak_pt...Kuba Brecka
2016-06-25cfi: Start testing CFI in both standalone and devirtualization modes.Peter Collingbourne
2016-06-24[msan] Intercept eventfd_read, eventfd_write.Evgeniy Stepanov
2016-06-24[sanitizer] Add syscall handlers for sigaction and rt_sigaction.Evgeniy Stepanov
2016-06-24[asan] Improve global-registration.c testRyan Govostes
2016-06-24cfi: Apply pass rename to tests.Peter Collingbourne
2016-06-24[msan] Fix syscall handlers for pipe, pipe2, socketpair.Evgeniy Stepanov
2016-06-24fix a test bug when executed remotedlyXinliang David Li
2016-06-24Change shared library load path to appease Android botRyan Govostes
2016-06-23[asan] Add failure logging to global-registration.c test caseRyan Govostes
2016-06-23Use CreateFileA and add a FIXME to switch to the wide variantReid Kleckner
2016-06-22[CMake] Converting darwin_test_archs simple source to CChris Bieneman
2016-06-22builtins: tag with noexecstackSaleem Abdulrasool
2016-06-22[asan] Fix global-registration.c on LinuxRyan Govostes
2016-06-22[asan] Relax a flaky invalid-pointer-pairs testAnna Zaks
2016-06-22[asan] Add a test case for global registrationRyan Govostes
2016-06-21[CMake] NFC. An unset variable evaluates to false, so this else is unneededChris Bieneman
2016-06-21Fix asan_win_dll_thunk.cc testDmitry Vyukov
2016-06-21Change the shadow memory address for win64.Etienne Bergeron
2016-06-21[asan] Fix shifting compiler warnings when compiler in 64-bitsEtienne Bergeron
2016-06-21[compiler-rt] Split cflags and link flags to avoid warningsEtienne Bergeron
2016-06-21trimming whitespacesEtienne Bergeron
2016-06-21[asan] add primitives that allow coroutine implementationsDmitry Vyukov
2016-06-21Revert "Revert "[MSan] Enable on PowerPC64.""Marcin Koscielnicki
2016-06-21[sanitizers] [PowerPC] Intercept __tls_get_addr_opt.Marcin Koscielnicki
2016-06-20[msan] Don't check dstaddr in sendto() interceptor.Evgeniy Stepanov
2016-06-20[msan] Allow uninitialized padding in struct msghdr.Evgeniy Stepanov
2016-06-20Add missing decoding patterns toRoundUpToInstrBoundaryEtienne Bergeron
2016-06-20Hide send/sendto/sendmsg interptors under a flag.Evgeniy Stepanov
2016-06-17[sanitizers] [SystemZ] Add __tls_get_offset interceptor.Marcin Koscielnicki
2016-06-17[sanitizer] [SystemZ] Enable TLS functionality.Marcin Koscielnicki
2016-06-17Turn off -Wunused-parameter when building compiler-rt with clang on Windows, ...Reid Kleckner
2016-06-17Fix most MSVC warnings in compiler-rt profiling libraryReid Kleckner
2016-06-17Fix some warnings in the MSVC buildReid Kleckner
2016-06-17[esan|cfrag] Add the struct field size array in StructInfoQin Zhao
2016-06-17[msan] Intercept send/sendto/sendmsg.Evgeniy Stepanov
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2016-06-16[esan] Use internal_mmap during initializationDerek Bruening
2016-06-15Merge two coverage tests undef UBSan into one.Evgeniy Stepanov
2016-06-15[esan|cfrag] Minor cfrag report adjustmentQin Zhao
2016-06-15tsan: intercept epoll_pwaitDmitry Vyukov
2016-06-14Fix ubsan/coverage test to put coverage file in a subdirectory.Evgeniy Stepanov
2016-06-14Compiler-rt test for sanitizer coverage w/o sanitizers.Evgeniy Stepanov