1. 263800b [msan] Optionally disable 2 tests (dlopen & gethostbyname). by Evgeniy Stepanov · 11 years ago
  2. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  3. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  4. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  5. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  6. 0797ed4 [msan] Intercept (v)asprintf. by Evgeniy Stepanov · 11 years ago
  7. 7575e0a [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out by Alexey Samsonov · 11 years ago
  8. f43f602 [msan] Implement __sanitizer_unaligned_*. by Evgeniy Stepanov · 11 years ago
  9. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  10. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  11. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  12. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  13. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  14. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  15. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  16. e6c62f2 [msan] Replace GetArgv hack with something that is slightly better. by Evgeniy Stepanov · 11 years ago
  17. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  18. 1aad6b5 [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor. by Evgeniy Stepanov · 11 years ago
  19. 2bba4ef [msan] Intercept dl_iterate_phdr. by Evgeniy Stepanov · 11 years ago
  20. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  21. b6c8e47 [msan] Unpoison the result of posix_memalign. by Evgeniy Stepanov · 11 years ago
  22. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  23. 7cdae16 [msan] Allow clock_getres(, 0). by Evgeniy Stepanov · 11 years ago
  24. b921bf2 [msan] Fix gcc build of msan_test. by Evgeniy Stepanov · 11 years ago
  25. 6d0b7f6 [msan] Fix sigaction test. by Evgeniy Stepanov · 11 years ago
  26. d10d2d7 [MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsanitize=memory now by Alexey Samsonov · 11 years ago
  27. 134fe8a [msan] Interceptors for pipe2 and socketpair. by Evgeniy Stepanov · 11 years ago
  28. fef6605 [msan] Intercept time(). by Evgeniy Stepanov · 11 years ago
  29. cd3049d [msan] Fix sigaction interceptor. by Evgeniy Stepanov · 11 years ago
  30. 06658ea [msan] Unpoison siginfo_t and ucontext_t in signal handlers. by Evgeniy Stepanov · 11 years ago
  31. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  32. 6c503b9 [msan] Handle dlopen() failure in dlopen interceptor. by Evgeniy Stepanov · 11 years ago
  33. 6e5ff89 [msan] Move test main and gtest include to separate files. by Evgeniy Stepanov · 11 years ago
  34. 86b5722 [msan] Place dlopen in an anon namespace. by Evgeniy Stepanov · 11 years ago
  35. b9bf700 [sanitizer] Don't adjust the size of the user-allocated stack. by Evgeniy Stepanov · 11 years ago
  36. d97a15a [msan] Intercept readdir64. by Evgeniy Stepanov · 11 years ago
  37. 1d21bd1 [msan] Fix a typo in test. by Evgeniy Stepanov · 11 years ago
  38. 7cbbb29 [sanitizer] Intercept frexp and friends. by Evgeniy Stepanov · 11 years ago
  39. 8aa1ae0 [msan] Intercept __strdup, strndup, __strndup. by Evgeniy Stepanov · 11 years ago
  40. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 11 years ago
  41. 0f92deb [msan] intercept dlopen and clear shadow for it by Reid Kleckner · 11 years ago
  42. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago
  43. 7eed04c [msan] Allow zero buf pointer in getcwd() interceptor. by Evgeniy Stepanov · 12 years ago
  44. 9af8676 [msan] Lit tests for MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  45. 250f221 [sanitizer] Further split private and public sanitizer headers. by Evgeniy Stepanov · 12 years ago
  46. 48ecaf4 Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to match the behavior of llvm unittests by Alexey Samsonov · 12 years ago
  47. 12c4693 [msan] Cleanup public interface header. by Evgeniy Stepanov · 12 years ago
  48. f1d9fdd [msan] Remove icmp tests that require exact shadow propagation. by Evgeniy Stepanov · 12 years ago
  49. f6acafc [CMake] Fix compiler-rt tests after r173617 by Alexey Samsonov · 12 years ago
  50. 9a22a3d [msan] Tests for ICmp handling. by Evgeniy Stepanov · 12 years ago
  51. 65199f1 [sanitizer] fix calloc overflow in asan/tsan/msan by Kostya Serebryany · 12 years ago
  52. 95d0588 [msan] gethostbyname interceptor. by Evgeniy Stepanov · 12 years ago
  53. 02f4a94 [msan] Simplify test code. by Evgeniy Stepanov · 12 years ago
  54. 2efa142 [msan] Test handling of volatile bitfields. by Evgeniy Stepanov · 12 years ago
  55. 1192900 [msan] Stop using volatile assignments as undef checks in MSan tests. by Evgeniy Stepanov · 12 years ago
  56. 392c50d CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function by Alexey Samsonov · 12 years ago
  57. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  58. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  59. e03345b [msan] More interceptors. by Evgeniy Stepanov · 12 years ago
  60. 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
  61. 4b8fb65 [msan] Explicitly link unit tests with libstdc++. by Evgeniy Stepanov · 12 years ago
  62. 4b943e9 Add MSan unit tests to check-msan and check-all. by Evgeniy Stepanov · 12 years ago
  63. 0231c50 MemorySanitizer unit tests. by Evgeniy Stepanov · 12 years ago