1. b3cedf9 [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common by Kostya Serebryany · 12 years ago
  2. ff20f17 Fixing ASan build on Win: don't use __asan_default_options by Alexey Samsonov · 12 years ago
  3. 4113f64 Do not define ___asan_default_options on Windows. by Alexander Potapenko · 12 years ago
  4. d389dd3 Fix atoi stub for linux introduced in r157573. This fixes compiler-rt build on linux. by Alexey Samsonov · 12 years ago
  5. c6df61b tsan: fix compiler warnings by Dmitry Vyukov · 12 years ago
  6. 411b2c9 tsan: fix race during pthread_join/detach by Dmitry Vyukov · 12 years ago
  7. 62f10e7 Rework the flags machinery a bit. by Alexander Potapenko · 12 years ago
  8. a27d6a7 More verbose check in AppendString. by Alexander Potapenko · 12 years ago
  9. 40565ce tsan: pass CFLAGS to tests by Dmitry Vyukov · 12 years ago
  10. 00a38b2 tsan: be more conservative wrt symbolizer output by Dmitry Vyukov · 12 years ago
  11. ec63f45 Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off the first 'n' directories from the filename. by Bill Wendling · 12 years ago
  12. 84baff0 Add stub for 'atoi'. by Bill Wendling · 12 years ago
  13. 015b7e0 Simplify the logic that tries to open the GCDA file at all costs. Basically, if by Bill Wendling · 12 years ago
  14. 906d5a5 * A bit of cleanup of the 'recursive_mkdir'. No functionality change. by Bill Wendling · 12 years ago
  15. d350c35 tsan: increase /proc/self/maps max size (1M is far not enough) by Dmitry Vyukov · 12 years ago
  16. f54c0e3 asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxx by Dmitry Vyukov · 12 years ago
  17. 75d48f2 tsan: more robust detection of stack of main thread by Dmitry Vyukov · 12 years ago
  18. 769544e tsan: use DCHECK_GT/LT instead of plain DCHECK (better diagnostics) by Dmitry Vyukov · 12 years ago
  19. af154b8 tsan: do not clean stack/tls for main thread by Dmitry Vyukov · 12 years ago
  20. 170169a asan: remove static libraries on make clean by Dmitry Vyukov · 12 years ago
  21. de47cb8 Don't use 'strrchr', which isn't implemented here yet. by Bill Wendling · 12 years ago
  22. 5a240c5 Sync with old GCOV runtime library's file. by Bill Wendling · 12 years ago
  23. f2981f3 Typo fix. by Alexander Potapenko · 12 years ago
  24. fca72fd Factor ParseAsanOptions outside __asan_init by Alexander Potapenko · 12 years ago
  25. 3793123 Introduce the check_malloc_usable_size flag (on by default). by Alexander Potapenko · 12 years ago
  26. 789b6c5 tsan: do not call into libc in symbolizer and in other code (this causes recursion and crashes) by Dmitry Vyukov · 12 years ago
  27. 1070a5a tsan: output message about failure to intercept only if verbosity flag is passed by Dmitry Vyukov · 12 years ago
  28. d1a928e asan: fix tests by Dmitry Vyukov · 12 years ago
  29. 619e8bf Adding back a right parenthesis that was dropped in r157388. by Meador Inge · 12 years ago
  30. ea5bde9 tsan: compilation of tests with newest clang by Dmitry Vyukov · 12 years ago
  31. 5aa3f22 tsan: fix compilation with newest clang by Dmitry Vyukov · 12 years ago
  32. 580469d asan/tsan: weak interceptors by Dmitry Vyukov · 12 years ago
  33. 24567d4 tsan: add a flag to control RunningOnValgrind() return value by Dmitry Vyukov · 12 years ago
  34. c99f700 Move AsanShadowRangeIsAvailable() from mac to posix. by Evgeniy Stepanov · 12 years ago
  35. f1ee2cd Use zero-based shadow by default on Android. by Evgeniy Stepanov · 12 years ago
  36. ed23418 asan: fix typo in comment by Dmitry Vyukov · 12 years ago
  37. adfb650 tsan: add shadow memory flush + fix few bugs by Dmitry Vyukov · 12 years ago
  38. e294d09 tsan: fix sizeof sigset_t by Dmitry Vyukov · 12 years ago
  39. b9bcdb3 tsan: fix makefile allow to build custom configurations by Dmitry Vyukov · 12 years ago
  40. 9d2ffc2 tsan: reduce per-thread memory usage by Dmitry Vyukov · 12 years ago
  41. 76ac572 [asan] nuke some old unused code by Kostya Serebryany · 12 years ago
  42. 6f350e0 [asan] increase the stack size limit to 256M (yes, that happens); also CHECK that the stack size is less than that on a non-main thread by Kostya Serebryany · 12 years ago
  43. 2612773 tsan: simple memory profiler by Dmitry Vyukov · 12 years ago
  44. 9003eae [asan] use -fno-builtin to build asan-rt on Mac by Kostya Serebryany · 12 years ago
  45. f4226ae [asan] use -fPIE -fno-builtin for building asan-rt by Kostya Serebryany · 12 years ago
  46. e4d141d [asan] fix one test on 32-bit Mac 10.7; enable another test on Mac by Kostya Serebryany · 12 years ago
  47. 05906a7 tsan: implement malloc/free hooks by Dmitry Vyukov · 12 years ago
  48. 8c505ef [ASan] Make for-Windows RTL compileable using Clang++ by Timur Iskhodzhanov · 12 years ago
  49. 6d6acaa tsan: do not assume non-recursive signal handlers by Dmitry Vyukov · 12 years ago
  50. e784ad4 tsan: replace CHECK with CHECK_EQ for better diagnostics by Dmitry Vyukov · 12 years ago
  51. d91d067 tsan: better, more realistic handling of signals by Dmitry Vyukov · 12 years ago
  52. efd9582 tsan: add more checks for OOM conditions tests like to try to malloc((size_t)-1) by Dmitry Vyukov · 12 years ago
  53. 7b8bee1 tsan: check for overflow in malloc() by Dmitry Vyukov · 12 years ago
  54. 7d38634 tsan: fix potential NULL deref by Dmitry Vyukov · 12 years ago
  55. b7b6b1c tsan: remove shutdown code by Dmitry Vyukov · 12 years ago
  56. 069ce82 tsan: detect accesses to freed memory http://codereview.appspot.com/6214052 by Dmitry Vyukov · 12 years ago
  57. 3547924 [tsan] fix dependency rules in Makefile.old by Kostya Serebryany · 12 years ago
  58. 7b664bf tsan: ValgrindSlowdown() should be weak for some time by Dmitry Vyukov · 12 years ago
  59. dc2f032 tsan: add ValgrindSlowdown() "dynamic annotation" by Dmitry Vyukov · 12 years ago
  60. 5c5564a tsan: improve addr2line symbolizer by Dmitry Vyukov · 12 years ago
  61. ec1e196 [tsan] add tiny_test.c by Kostya Serebryany · 12 years ago
  62. 0629810 [tsan] fix old-style makefile -- we still need them to run our tests by Kostya Serebryany · 12 years ago
  63. 4026c2c [tsan] makefile machinery to build tsan-rt (linux-x86_64 only) by Kostya Serebryany · 12 years ago
  64. c8c8720 [asan] fix the old-style Makefile, which we still need to run asan tests by Kostya Serebryany · 12 years ago
  65. bc7ab9c Update atomic.c to work with the new clang builtins. by David Chisnall · 12 years ago
  66. 0d49904 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it by Kostya Serebryany · 12 years ago
  67. cdfb33a tsan: add more atomics to public interface (fetch_or/and/xor + 1-,2-byte versions) by Dmitry Vyukov · 12 years ago
  68. f5820e7 tsan: enabled report suppression for signal-unsafe reports by Dmitry Vyukov · 12 years ago
  69. bfc45f1 tsan: fix output_tests script to actually verify tests results by Dmitry Vyukov · 12 years ago
  70. a762200 tsan: make addr2line symbolizer understand dynamic libraries by Dmitry Vyukov · 12 years ago
  71. 38a2f2a tsan: update output tests to race on heap memory by Dmitry Vyukov · 12 years ago
  72. 37f60be tsan: fix mmap fd by Dmitry Vyukov · 12 years ago
  73. 8ca0278 Increase error_message_buffer_size to 64K (16K is insufficient for large programs) by Alexander Potapenko · 12 years ago
  74. 3972ea0 Fix GetFrameNameByAddr hitting stale stack guards. by Evgeniy Stepanov · 12 years ago
  75. 1b2d44c [tsan] run output tests in parallel by Kostya Serebryany · 12 years ago
  76. 3d6ae15 [tsan] run more kinds of builds as presubmit test (and fix gcc debug build) by Kostya Serebryany · 12 years ago
  77. de257a9 [tsan] a bit more lint by Kostya Serebryany · 12 years ago
  78. b82ae88 [tsan] old-dstyle Makefile for tests; two helper scripts that analyze the assembly code of the hot functions by Kostya Serebryany · 12 years ago
  79. da4edd8 [tsan] ThreadSanitizer tests and micro benchmarks. No makefiles yet. by Kostya Serebryany · 12 years ago
  80. d40895d [tsan] add the old Makefile (which is the only way to build the tsan-rtl for now) by Kostya Serebryany · 12 years ago
  81. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago
  82. f2b1df7 Fix ReadFileToBuffer to return 0 on failure (-1 is too large if returned as size_t). by Alexander Potapenko · 12 years ago
  83. 909888c [ASan] use CLANG_VERSION in Makefile (currently 3.2) by Alexey Samsonov · 12 years ago
  84. 0796393 [asan] fix asan issue #66 (correctly report type of the bug) by Kostya Serebryany · 12 years ago
  85. 6f262bf Bump the LLVM minor version. This should fix our 32-bit Linux build. by Alexander Potapenko · 12 years ago
  86. 4eaa178 [asan] test for issue #66 by Kostya Serebryany · 12 years ago
  87. 034bda5 Partially revert r154390 (http://llvm.org/viewvc/llvm-project?view=rev&revision=154390) by Alexander Potapenko · 12 years ago
  88. 0a27a1f [asan] minor fix: pass flag -g to output tests as a part of CXXFLAGS by Alexey Samsonov · 12 years ago
  89. 5b952b7 Don't build atomic.c when building compiler-rt using make by Alexey Samsonov · 12 years ago
  90. c2f2d0c [ASan] fix output tests - r154570 changed debug info for static functions and now they are symbolized a bit differently by Alexey Samsonov · 12 years ago
  91. 73ac687 Change the way ASan interacts with custom signal handlers. by Alexander Potapenko · 12 years ago
  92. f7ceaad [ASan] remove dispatch.h header once again - it's not present on Leopard, and we don't want to break the build of compiler-rt there. See https://trac.macports.org/ticket/33362 by Alexey Samsonov · 12 years ago
  93. 2dcf449 Use 'typename' instead of 'class' in template<> definitions supporting POD types by Timur Iskhodzhanov · 12 years ago
  94. 850a49e [asan] last bit for gcc compatibility by Kostya Serebryany · 12 years ago
  95. 4d9a957 [asan] minor change to please gcc by Kostya Serebryany · 12 years ago
  96. 4d5f98d [ASan] move replacements for new/delete to separate file by Alexey Samsonov · 12 years ago
  97. f8e6fee [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exit by Kostya Serebryany · 12 years ago
  98. 3142938 [ASan/Win] Revert the local Makefile change slipped into the prev commit by Timur Iskhodzhanov · 12 years ago
  99. 00152bf [ASan/Win] Fix lint warning by Timur Iskhodzhanov · 12 years ago
  100. 8a5d8c4 [ASan/Win] Fix build by using inline assembly instead of an unavailable intrinsic function by Timur Iskhodzhanov · 12 years ago