1. 12c4693 [msan] Cleanup public interface header. by Evgeniy Stepanov · 12 years ago
  2. 887a5fe [msan] A runtime call to support custom allocators. by Evgeniy Stepanov · 12 years ago
  3. f1d9fdd [msan] Remove icmp tests that require exact shadow propagation. by Evgeniy Stepanov · 12 years ago
  4. f6acafc [CMake] Fix compiler-rt tests after r173617 by Alexey Samsonov · 12 years ago
  5. 9a22a3d [msan] Tests for ICmp handling. by Evgeniy Stepanov · 12 years ago
  6. 65199f1 [sanitizer] fix calloc overflow in asan/tsan/msan by Kostya Serebryany · 12 years ago
  7. 9e6d3b3 [msan] Allow waitpid while in __msan_init(). by Evgeniy Stepanov · 12 years ago
  8. 95d0588 [msan] gethostbyname interceptor. by Evgeniy Stepanov · 12 years ago
  9. 6c3ad94 [msan] Remove the trap handler code. by Evgeniy Stepanov · 12 years ago
  10. e36d006 [msan] Follow -msan-keep-going in reports from interceptors. by Evgeniy Stepanov · 12 years ago
  11. e9c10e2 [msan] Fix linkage type of __msan_track_origins. by Evgeniy Stepanov · 12 years ago
  12. 02f4a94 [msan] Simplify test code. by Evgeniy Stepanov · 12 years ago
  13. 2efa142 [msan] Test handling of volatile bitfields. by Evgeniy Stepanov · 12 years ago
  14. 1192900 [msan] Stop using volatile assignments as undef checks in MSan tests. by Evgeniy Stepanov · 12 years ago
  15. 7eca152 CMake: use add_compiler_rt_static_runtime to build TSan and MSan runtimes. No functionality change. by Alexey Samsonov · 12 years ago
  16. 392c50d CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function by Alexey Samsonov · 12 years ago
  17. 82a9080 [sanitizer] lint by Evgeniy Stepanov · 12 years ago
  18. 4f32c0b [sanitizer] Rename 2 files *.h->*.inc as appropriate. by Evgeniy Stepanov · 12 years ago
  19. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  20. bee7415 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 12 years ago
  21. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  22. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  23. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  24. 14ea1d5 [msan] start using common interceptors in msan by Kostya Serebryany · 12 years ago
  25. e03345b [msan] More interceptors. by Evgeniy Stepanov · 12 years ago
  26. 800344c [sanitizer] better statistics for the large allocator by Kostya Serebryany · 12 years ago
  27. 99bf1d7 [msan] Set program exit code in keep-going mode. by Evgeniy Stepanov · 12 years ago
  28. 4b48f45 [sanitizer] add statistics to the allocator; fix lint by Kostya Serebryany · 12 years ago
  29. d7d7b5f Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produce working binaries and use it in build rules for sanitizers tests by Alexey Samsonov · 12 years ago
  30. 4b8fb65 [msan] Explicitly link unit tests with libstdc++. by Evgeniy Stepanov · 12 years ago
  31. c209ba6 [msan] MSan, New Year Tree style. by Evgeniy Stepanov · 12 years ago
  32. db010da [msan] Refactor report printing. by Evgeniy Stepanov · 12 years ago
  33. 4c9ddc1 [msan] Check for conflicting memory mappings. by Evgeniy Stepanov · 12 years ago
  34. 7b719df [msan] Improve recvfrom interceptor. by Evgeniy Stepanov · 12 years ago
  35. 4b943e9 Add MSan unit tests to check-msan and check-all. by Evgeniy Stepanov · 12 years ago
  36. 0231c50 MemorySanitizer unit tests. by Evgeniy Stepanov · 12 years ago
  37. 97edeb3 [msan] Fix header comments. by Evgeniy Stepanov · 12 years ago
  38. 8028c71 [Sanitizer] use INTERCEPT_FUNCTION(foo) instead of CHECK(INTERCEPT_FUNCTION(foo)) - this check may fail on Linux if user program defines its own version of library function foo by Alexey Samsonov · 12 years ago
  39. 6afa1b0 [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off_t and off64_t). This is done to avoid confusion and to make the code work with compilers that define size_t w/o any includes (MSVC) by Kostya Serebryany · 12 years ago
  40. 214621f [sanitizer] add OnMap/OnUmap callbacks to the allocator interface by Kostya Serebryany · 12 years ago
  41. 2da893a [msan] Remove an extra semicolon. by Evgeniy Stepanov · 12 years ago
  42. 8530e2b [asan] add sanitizer_common/sanitizer_common_interceptors.h with pread/pread64/read interceptors. Use it in asan. Add asan tests for pread/etc. Add FIXME to tsan/msan interceptors by Kostya Serebryany · 12 years ago
  43. 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago