1. a320b59 Merging r196501: by Alexey Samsonov · 11 years ago
  2. 11f5309 tsan: add support for robust mutexes by Dmitry Vyukov · 11 years ago
  3. 5b2d430 tsan: add proper cfi directives to assembly code by Dmitry Vyukov · 11 years ago
  4. dbd69cc Reapply asan coverage changes 194702-194704. by Bob Wilson · 11 years ago
  5. ae51c27 Speculatively revert asan coverage changes 194702-194704. by Bob Wilson · 11 years ago
  6. 68e16eb [asan] Poor man's coverage that works with ASan (compiler-rt part) by Kostya Serebryany · 11 years ago
  7. 55c7947 [Sanitizer] Specify a default value for each common runtime flag by Alexey Samsonov · 11 years ago
  8. 0797ff4 [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNCTION_VER. by Evgeniy Stepanov · 11 years ago
  9. a537ea9 [sanitizer] Warn if interception fails. by Evgeniy Stepanov · 11 years ago
  10. f16dc42 [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace. by Alexey Samsonov · 11 years ago
  11. e4f9f8a [sanitizer] Intercept strptime. by Evgeniy Stepanov · 11 years ago
  12. 8aa3d18 tsna: do not call user code from within runtime (from fflush) by Dmitry Vyukov · 11 years ago
  13. 66d91e3 [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan. by Alexey Samsonov · 11 years ago
  14. 26fe5d3 [sanitizer] Intercept getline, getdelim. by Evgeniy Stepanov · 11 years ago
  15. 78d77c2 [sanitizer] Intercept drand48_r, lrand48_r. by Evgeniy Stepanov · 11 years ago
  16. f814b43 [sanitizer] Intercept sincos, remquo, lgamma, lgamma_r. by Evgeniy Stepanov · 11 years ago
  17. 0b76578 [tsan] Fix unused variable warnings. by Evgeniy Stepanov · 11 years ago
  18. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  19. 58dc8be tsan: start the background thread with signals blocked, otherwise it can steal users signals by Dmitry Vyukov · 11 years ago
  20. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  21. eada1a8 [sanitizer] Intercept tmpnam, tmpnam_r, tempnam. by Evgeniy Stepanov · 11 years ago
  22. 3a3805f [sanitizer] Remove pthread_attr_getstackaddr interceptor. by Evgeniy Stepanov · 11 years ago
  23. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  24. 175599b tsan: do not crash when apparently bogus fd is passed to e.g. close by Dmitry Vyukov · 11 years ago
  25. aff25aa [sanitizer] Intercept random_r. by Evgeniy Stepanov · 11 years ago
  26. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  27. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  28. 285d458 [sanitizer] Intercept initgroups. by Evgeniy Stepanov · 11 years ago
  29. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  30. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  31. fc81346 [Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common interceptors by Alexey Samsonov · 11 years ago
  32. 232b043 tsan: merge 2 similar tests into 1 by Dmitry Vyukov · 11 years ago
  33. 1a3f1ea tsan: add a test for __tsan_default_options() by Dmitry Vyukov · 11 years ago
  34. 68c2c51 tsan: revert variable name change in test by Dmitry Vyukov · 11 years ago
  35. 01a7ce8 tsan: move shadow stack from thread descriptors to fixed addresses by Dmitry Vyukov · 11 years ago
  36. c842dab [TSan] Extend test for reporting globals with races on them by Alexey Samsonov · 11 years ago
  37. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  38. f719b92 tsan: introduce __tsan_default_options() function by Dmitry Vyukov · 11 years ago
  39. 06cbed8 tsan: use verbosity flag in sanitizer_common code directly by Dmitry Vyukov · 11 years ago
  40. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  41. 17b0a3c tsan: fix Go build by Dmitry Vyukov · 11 years ago
  42. 62a04e3 tsan: do not build llvm from scratch on each presubmit by Dmitry Vyukov · 11 years ago
  43. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  44. 3dbbd85 tsan: resolve symlinks for called_from_lib suppressions by Dmitry Vyukov · 11 years ago
  45. 6a135be tsan: allow to override OnFinalize() in front-ends that does not support weak functions (Go) by Dmitry Vyukov · 11 years ago
  46. 67f5544 tsan: catch more races on file descriptors by Dmitry Vyukov · 11 years ago
  47. 29cec48 tsan: fix epoll_ctl interceptor by Dmitry Vyukov · 11 years ago
  48. 6eb836f [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linux.h. by Sergey Matveev · 11 years ago
  49. 117699d tsan: minor refactoring by Dmitry Vyukov · 11 years ago
  50. e1ddbf9 tsan: add annotations to ignore synchronization operations by Dmitry Vyukov · 11 years ago
  51. 5b89400 [TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another sanitizers by Alexey Samsonov · 11 years ago
  52. f8a9c6b [TSan] Add ValgrindSlowdown to the list of exported symbols by Alexey Samsonov · 11 years ago
  53. 9fe1d5a tsan: fix a bug in pthread_once when called from an ignored library by Dmitry Vyukov · 11 years ago
  54. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  55. 92b5479 tsan: add memory_limit_mb flag by Dmitry Vyukov · 11 years ago
  56. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  57. 48cb131 tsan: include lsan into presubmit check by Dmitry Vyukov · 11 years ago
  58. c78140f tsan: intercept _exit so that we can override exit status by Dmitry Vyukov · 11 years ago
  59. 4af0f21 tsan: ignore interceptors coming from specified libraries by Dmitry Vyukov · 11 years ago
  60. c6fc723 tsan: use ninja instead of make (faster and less output) by Dmitry Vyukov · 11 years ago
  61. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  62. c78773e tsan: support allocator_may_return_null flag by Dmitry Vyukov · 11 years ago
  63. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  64. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  65. ccaafe6 tsan: remove unneeded ___chkstk_ms function from Go runtime by Dmitry Vyukov · 11 years ago
  66. 2d2dc46 tsan: allow symbolization of non-native PCs, e.g. coming from JIT/JAVA/etc by Dmitry Vyukov · 11 years ago
  67. 39fa68e tsan: ignore malloc/free/strdup when called from libjvm by Dmitry Vyukov · 11 years ago
  68. d188653 tsan: ignore all interceptors coming directly from JVM by Dmitry Vyukov · 11 years ago
  69. fcb6c9c tsan: improve diagnostics for incorrect usages of mutexes by Dmitry Vyukov · 11 years ago
  70. 6c21e11 tsan: intercept fork syscall by Dmitry Vyukov · 11 years ago
  71. b47d41f tsan: intercept close syscall by Dmitry Vyukov · 11 years ago
  72. eb0be61 tsan: handle memory read/write in syscalls by Dmitry Vyukov · 11 years ago
  73. ff90a95 tsan: allow to ignore memory accesses in malloc and free by Dmitry Vyukov · 11 years ago
  74. 9880219 tsan: do not crash when user intercepts fopen() by Dmitry Vyukov · 11 years ago
  75. fae2bff tsan: fix linking of tsan runtime into dynamic libraries by Dmitry Vyukov · 11 years ago
  76. c09250f [TSan] Fix -Wempty-body warning by Alexey Samsonov · 11 years ago
  77. 9d4956e tsan: prevent the following false positive due to __cxa_atexit by Dmitry Vyukov · 11 years ago
  78. 9c1e4f4 tsan: consistently use thr instead of cur_thread() in annotations implementation by Dmitry Vyukov · 11 years ago
  79. 652f78a tsan: refactor internal IgnoreCtl interface by Dmitry Vyukov · 11 years ago
  80. 2ec7318 [tsan] No-op implementation of AnnotateMemoryIsInitialized. by Evgeniy Stepanov · 11 years ago
  81. cac631e [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a Go build by Alexey Samsonov · 11 years ago
  82. a8b4c3b [TSan] Use Clang to compile and link TSan unit tests with TSan runtime by Alexey Samsonov · 11 years ago
  83. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  84. a09507c Delete unused variables. by Eli Friedman · 11 years ago
  85. bd33d3a [tsan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  86. a27512c [tsan] add colors to tsan output by Kostya Serebryany · 11 years ago
  87. 8cde5cb tsan: catch races on condition variables by Dmitry Vyukov · 11 years ago
  88. da506a9 [TSan] fixup for r189791: don't put ; on the newline by Alexey Samsonov · 11 years ago
  89. a117492 tsan: add suppressions for true/false positives in standard libraries by Dmitry Vyukov · 11 years ago
  90. 2e13ca8 [TSan] Move the /proc/self/maps parsing logic to sanitizer_common by Alexander Potapenko · 11 years ago
  91. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  92. 0bc4a0b [TSan] Add a couple of compiler warnings to TSan runtime compile flags by Alexey Samsonov · 11 years ago
  93. d9760ab [TSan] Move build rules a bit to ensure correct dependencies of check-tsan command by Alexey Samsonov · 11 years ago
  94. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  95. 9d95475 tsan: better report formatting for Go by Dmitry Vyukov · 11 years ago
  96. cf878fd tsan: intercept getaddrinfo by Dmitry Vyukov · 11 years ago
  97. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  98. f109267 [*San/RTL] Fix minor breakage by Timur Iskhodzhanov · 11 years ago
  99. 3c80c6c Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used by Timur Iskhodzhanov · 11 years ago
  100. fa484ba Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 11 years ago