summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-05-26Fix windows bot failureXinliang David Li
2016-05-26[profile] pre-allocate a small counter set in profile runtimeXinliang David Li
2016-05-25[profile] Add early checking to bypass node pointer updateXinliang David Li
2016-05-25[profile] Don't return `Node` when it is null.Sean Silva
2016-05-25[esan][cfrag] Add skeleton for cache fragmentation tool supportQin Zhao
2016-05-25[profile] Further cleanup/refactor file handling codeXinliang David Li
2016-05-25Fix braced initializer list (NFC)Teresa Johnson
2016-05-25Add working set base runtime libraryDerek Bruening
2016-05-24[esan] Add compilation unit init/exit routines.Derek Bruening
2016-05-24[profile] clean up profile file handling codeXinliang David Li
2016-05-24[asan] Workaround LD_PRELOAD bug in the Android linker.Evgeniy Stepanov
2016-05-24Fix typo in commentXinliang David Li
2016-05-24[profile] clean up file initialization codeXinliang David Li
2016-05-23[profile] clean up runtime warnings.Xinliang David Li
2016-05-22[profile] initialize static pool properly Xinliang David Li
2016-05-22bug fix: trim section specifier name lengthXinliang David Li
2016-05-21Fix a typo (darwin only)Xinliang David Li
2016-05-21Fix typoXinliang David Li
2016-05-21[profile] Static counter allocation for value profiling (part-2)Xinliang David Li
2016-05-21[tsan] Don't abort when a deadlock detector finds a mutex cycle longer than 10Kuba Brecka
2016-05-20[esan] Add custom flag supportDerek Bruening
2016-05-20[esan] Extend shadow mapping to cover low librariesDerek Bruening
2016-05-20Use C-style comment.Sean Silva
2016-05-20Fix bot failureXinliang David Li
2016-05-20[profile] PROF_ERR, PROF_WARNXinliang David Li
2016-05-20[profile] Remove anther malloc useXinliang David Li