summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_md5.cc
AgeCommit message (Expand)Author
2014-11-13Fix -Wcast-qual warnings in sanitizersAlexey Samsonov
2013-01-30[Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov
2012-06-27tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov
2012-06-15[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov
2012-06-09[TSan] use efficient real_memcpy inside runtimeAlexey Samsonov
2012-06-08[TSan] s/internal_memset/real_memsetAlexey Samsonov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany