summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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[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-26[tsan] Intercept libcxx __release_shared to avoid false positive with weak_pt...Kuba Brecka
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[msan] Fix syscall handlers for pipe, pipe2, socketpair.Evgeniy Stepanov
2016-06-23Use CreateFileA and add a FIXME to switch to the wide variantReid Kleckner
2016-06-22builtins: tag with noexecstackSaleem Abdulrasool
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-21trimming whitespacesEtienne Bergeron
2016-06-21[asan] add primitives that allow coroutine implementationsDmitry Vyukov
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-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-15[esan|cfrag] Minor cfrag report adjustmentQin Zhao
2016-06-15tsan: intercept epoll_pwaitDmitry Vyukov
2016-06-14In asan on Windows 64-bit, this is one of the broken thingsEtienne Bergeron
2016-06-14[profile] Update a warning message (NFC)Vedant Kumar
2016-06-14[sanitizer] Revert new GLIBC msghdr/cmsghdr definitionsAdhemerval Zanella
2016-06-14[sanitizer][esan] Add internal_sigaction_syscallDerek Bruening
2016-06-14Revert r272591, http://lab.llvm.org:8011/builders/clang-x64-ninja-win7 has be...Nico Weber
2016-06-13[sanitizer][esan] Add internal_sigaction_syscallDerek Bruening
2016-06-13Revert "[sanitizer][esan] Add internal_sigaction_syscall"Derek Bruening
2016-06-13[sanitizer][esan] Add internal_sigaction_syscallDerek Bruening
2016-06-13[builtins] Make SOFT_FP versions of floatdidf and floatundidf compileJeroen Ketema
2016-06-13[builtins] replace tabs by spaces and remove whitespace at end of line NFCJeroen Ketema
2016-06-10[profile] cleanup file setting codeXinliang David Li
2016-06-10[esan|cfrag] Add the struct field offset array in StructInfoQin Zhao
2016-06-08[profile] in-process merging support part-3Xinliang David Li
2016-06-08[profile] Hide some external symbols in InstrProfData.incVedant Kumar
2016-06-08[profile] Pass extra build flags (feature enabling macros) to Darwin buildXinliang David Li
2016-06-08[profile] Un-hide two symbolsVedant Kumar
2016-06-08[profile] Hide a few external symbols (NFCI)Vedant Kumar
2016-06-08[esan] Intercept calloc to avoid deadlocks with tcmallocDerek Bruening
2016-06-07[asan] Turn LSan-related #if’s into regular if’s in ASan initializerKuba Brecka
2016-06-07[sanitizer] Fix build for new GLIBC msghdr/cmsghdr definitionAdhemerval Zanella