summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-05-31[asan] Fix a deadlock halt_on_error-signals.c when `reporting_thread_tid_` is 0Kuba Brecka
2016-05-30Update asan_win_dll_thunk.cc to fix the windows buildbot.Benjamin Kramer
2016-05-30Add __sanitizer_set_report_fd to the internal list of symbols.Benjamin Kramer
2016-05-28[sanitizers] introduce a common run-time option dedup_token_length to help wi...Kostya Serebryany
2016-05-28[esan] Add handling of large stack size rlimitsDerek Bruening
2016-05-27[sanitizer] Move termination functions in their own fileKostya Serebryany
2016-05-27[sanitizers] trying to fix Windows buildKostya Serebryany
2016-05-27This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron
2016-05-27[sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...Kostya Serebryany
2016-05-27[profile] Avoid unused variable warning.Sean Silva
2016-05-26Add portable macro in common headerXinliang David Li
2016-05-26Add segment prefix for darwinXinliang David Li
2016-05-26Init tsan with .preinit_array sectionVitaly Buka