summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany
2016-06-06[profile] code cleanup /NFCXinliang David Li
2016-06-06[tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka
2016-06-06This patch attempts to primitive support for Win64 asanEtienne Bergeron
2016-06-06[tsan] On OS X, optimize main thread’s ThreadState accessesKuba Brecka
2016-06-06[profile] in-process mergeing support (part-2)Xinliang David Li
2016-06-05[tsan] On OS X, build Go runtime with -mmacosx-version-minKuba Brecka
2016-06-03[esan] Initialize runtime during early interceptorsDerek Bruening
2016-06-03[esan|cfrag] Compute the struct field access difference ratioQin Zhao
2016-06-03[esan] Specify which tool via a global variableDerek Bruening
2016-06-03[esan|wset] Add 8-level working set snapshot accumulationDerek Bruening
2016-06-03[esan] Add sideline itimer supportDerek Bruening
2016-06-03tsan: rely on AnnotateRWLockCreateStatic to detect linker-initialized mutexesDmitry Vyukov
2016-06-03[esan] Ensure internal_sigaction() bypasses interceptorsDerek Bruening
2016-06-02[esan] Add support for log_exe_nameDerek Bruening
2016-06-02tsan: clean up dynamic TLS memory between reuseDmitry Vyukov
2016-06-02[esan|cfrag] Add struct info registrationQin Zhao
2016-06-02UBSan: crash less often on corrupted Vtables.Ivan Krasin
2016-06-02[asan] fix arm buildKostya Serebryany
2016-06-02[asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany
2016-05-31[profile] Fix PR/27917Xinliang David Li
2016-05-31[esan|cfrag] Add the skeleton to handle the cfrag argumentQin Zhao
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman
2016-05-31Local var name change /NFCXinliang David Li
2016-05-31[esan] Add circular buffer data structureDerek Bruening
2016-05-31[esan|wset] Iterate all memory to compute the total working setDerek Bruening
2016-05-31[esan] Intercept and chain signal handlersDerek Bruening
2016-05-31__builtin_ia32_storeups is no more. Replace it with xmmintrin.h intrinsic.Benjamin Kramer