1. 4c62159 [msan] Remove extra backup/restore calls. by Evgeniy Stepanov · 11 years ago
  2. 6102afb [asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-use-after-return.cc; add a test for UAR mode in asan_noinst_test by Kostya Serebryany · 11 years ago
  3. 544bdfb Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix by Alexey Samsonov · 11 years ago
  4. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  5. 0e38a67 [msan] Save/restore va_arg_overflow_tls in signal handlers. by Evgeniy Stepanov · 11 years ago
  6. 3354fa6 Revert r189347: it breaks on machines w/o installed debug versions of system libraries by Alexey Samsonov · 11 years ago
  7. a6b03c0 LSan: Check that dynamic linker library is properly symbolized by Alexey Samsonov · 11 years ago
  8. 91659d5 [msan] Unpoison all TLS shadow when leaving a signal handler. by Evgeniy Stepanov · 11 years ago
  9. e0a8712 [msan] Fix a data race in signal/sigaction interceptors. by Evgeniy Stepanov · 11 years ago
  10. 47177ef [msan] A test for ppoll() interceptor. by Evgeniy Stepanov · 11 years ago
  11. b32d1bf [sanitizer] Simplify sigaction and sigset_t handling. by Evgeniy Stepanov · 11 years ago
  12. c1f1af7 cmake: fix the compiler-rt build with MSVC by Hans Wennborg · 11 years ago
  13. 384a448 [sanitizer] Add a fast version of StackDepotGet() for use in LSan. by Sergey Matveev · 11 years ago
  14. 90629fb [sanitizer] Handle Die() in StopTheWorld. by Sergey Matveev · 11 years ago
  15. 920860c [dfsan] Integration test for the equal-labels case by Peter Collingbourne · 11 years ago
  16. 3c531df [msan] Extend VAArgTLSOverwrite test. by Evgeniy Stepanov · 11 years ago
  17. 5bd2174 Slightly improve lint checker script and fix a few style issues by Alexey Samsonov · 11 years ago
  18. 25aa255 [lsan] Add a regression test for building C code. by Sergey Matveev · 11 years ago
  19. ba15077 [sanitizer] Fix build when scanf interceptors are enabled, and __isoc99_*scanf are not. by Evgeniy Stepanov · 11 years ago
  20. 8d0c5ba [lsan] Add a stress test. by Sergey Matveev · 11 years ago
  21. cf63737 [lsan] Follow-up to r189010 - do the same in Makefile build. by Sergey Matveev · 11 years ago
  22. 34fe7e1 [lsan] Build standalone LSan with -fno-rtti. by Sergey Matveev · 11 years ago
  23. 0d77f8c Add missing ']'. by Bill Wendling · 11 years ago
  24. 21afede For Darwin builds, locate tools using xcrun when available. by Bob Wilson · 11 years ago
  25. ebc0484 [LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part) by Alexey Samsonov · 11 years ago
  26. 45c9df5 It appears that glibc 2.13 has the same thread descriptor size as 2.11, by Chandler Carruth · 11 years ago
  27. 8766b81 Revert r188369 (and r188455) which breaks the build on at least some by Chandler Carruth · 11 years ago
  28. 7840d7d Fix endian conditions on Solaris. From Alexander Esilevich. by Joerg Sonnenberger · 11 years ago
  29. 13f5be4 [ASan/RTL] Disable colored reporting on Windows by Timur Iskhodzhanov · 11 years ago
  30. 9d95475 tsan: better report formatting for Go by Dmitry Vyukov · 11 years ago
  31. a0e78c9 [ASan/RTL] Disable alloc_dealloc_mismatch by default on Windows by Timur Iskhodzhanov · 11 years ago
  32. 6e4c46d [dfsan] Initial set of custom functions and interceptors for libc. by Peter Collingbourne · 11 years ago
  33. 2c78b04 [dfsan] Runtime support for -dfsan-debug-nonzero-labels feature. by Peter Collingbourne · 11 years ago
  34. 1a26778 [sanitizer] Add missing include. by Evgeniy Stepanov · 11 years ago
  35. 369ffff [dfsan] New __dfsan_set_label runtime function. by Peter Collingbourne · 11 years ago
  36. e8d2034 [dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI. by Peter Collingbourne · 11 years ago
  37. e6e564d [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts. by Evgeniy Stepanov · 11 years ago
  38. 1528c6c [dfsan] Introduce dfsan_read_label runtime function. by Peter Collingbourne · 11 years ago
  39. 734647c dfsan: fix lint warning by Dmitry Vyukov · 11 years ago
  40. cf878fd tsan: intercept getaddrinfo by Dmitry Vyukov · 11 years ago
  41. e274841 [ASan/Win] Oops, forgot to add the attributes to the memory allocations functions by Timur Iskhodzhanov · 11 years ago
  42. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  43. 43e62df [ASan/Win] Hook some memory allocation functions; passes simple sanity test now by Timur Iskhodzhanov · 11 years ago
  44. 68cd60c [ASan/Win] Add the first version of the RTL thunk that should be linked with instrumented DLLs by Timur Iskhodzhanov · 11 years ago
  45. 9edab4f Add a FIXME to check_lint by Timur Iskhodzhanov · 11 years ago
  46. 77690db [*San/RTL] One more minor fix by Timur Iskhodzhanov · 11 years ago
  47. f109267 [*San/RTL] Fix minor breakage by Timur Iskhodzhanov · 11 years ago
  48. 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
  49. e4c3c84 [dfsan] Remove the unused __dfsan_memcpy function. by Peter Collingbourne · 11 years ago
  50. fa9f5ae [dfsan] Begin a private header and move shadow_for there. by Peter Collingbourne · 11 years ago
  51. 249cdca [dfsan] Introduce dfsan_union runtime function. by Peter Collingbourne · 11 years ago
  52. fa484ba Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 11 years ago
  53. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  54. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  55. e8a1fce [tests] Add one more lit rename update I missed. by Daniel Dunbar · 11 years ago
  56. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  57. 31f1941 [sanitizer] Fix handling of %n in scanf interceptor. by Evgeniy Stepanov · 11 years ago
  58. 8283cce [sanitizer] Limit scandir interceptor to Linux. by Evgeniy Stepanov · 11 years ago
  59. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  60. cde3bae tsan: better diagnostics for invalid addresses passed to free() by Dmitry Vyukov · 11 years ago
  61. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  62. 82821fa [sanitizer] ASan/MSan tests for r187967. by Evgeniy Stepanov · 11 years ago
  63. b404b55 Simplify (and fix) check-dfsan configs by Alexey Samsonov · 11 years ago
  64. eee71ae DataFlowSanitizer; compiler-rt changes. by Peter Collingbourne · 11 years ago
  65. 653e452 [TSan] Fix free_race.c by removing `not` from the test invocation that doesn't fail. by Alexander Potapenko · 11 years ago
  66. 45c652e [TSan] Let the users suppress use-after-free errors using the "race:" suppressions. by Alexander Potapenko · 11 years ago
  67. ead14cf ASan: fix one more test case for pipefail by Alexey Samsonov · 11 years ago
  68. 244a8e0 Distinguish 32-bit ASan from 64-bit ASan in lit configs by Alexey Samsonov · 11 years ago
  69. f2366a9 Enable pipefail for ASan tests by Alexey Samsonov · 11 years ago
  70. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  71. 0172c8c Enable pipefail for TSan tests by Alexey Samsonov · 11 years ago
  72. cc5a4ac Enable pipefail for LSan tests by Alexey Samsonov · 11 years ago
  73. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  74. a74047a [libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.inc by Alexander Potapenko · 11 years ago
  75. 39d68ed [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors. by Evgeniy Stepanov · 11 years ago
  76. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  77. 53fbbf4 Lint fixes by Alexey Samsonov · 11 years ago
  78. 5c48a8c [msan] Allocator statistics interface and malloc hooks. by Evgeniy Stepanov · 11 years ago
  79. 08104e6 [msan] Fix unused function warning in the tests. by Evgeniy Stepanov · 11 years ago
  80. 41f1540 [lsan] Add leak_check_at_exit flag. by Sergey Matveev · 11 years ago
  81. 534e2ba [msan] Intercept setenv, putenv. by Evgeniy Stepanov · 11 years ago
  82. 3ff67e6 [msan] Fix msan tests with pipefail option. by Evgeniy Stepanov · 11 years ago
  83. 74422e9 [sanitizer] Tweak read syscall handler signature for consistency. by Evgeniy Stepanov · 11 years ago
  84. 9d34659 [sanitizer] read() syscall hook. by Evgeniy Stepanov · 11 years ago
  85. 6567092 [msan] Intercept pthread_join. by Evgeniy Stepanov · 11 years ago
  86. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  87. 103e5b7 [asan] Limit fake stack size to a reasonable value when running with unlimited stack. by Evgeniy Stepanov · 11 years ago
  88. 933a5d2 [asan] Raise thread stack size limit. by Evgeniy Stepanov · 11 years ago
  89. d054abe [sanitizer] Disable ForEachMappedRegion on Android. by Evgeniy Stepanov · 11 years ago
  90. f50b0fc Fix warning. by Peter Collingbourne · 11 years ago
  91. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  92. ce50258 Turn off pipefail on msan tests to match the other sanitizers until by Chandler Carruth · 11 years ago
  93. bdeb86c Disable pipefail for lsan. by Rafael Espindola · 11 years ago
  94. 8c6046b disable pipefail for ubsan. by Rafael Espindola · 11 years ago
  95. 55a9326 Disable pipefail for ThreadSanitizer. by Rafael Espindola · 11 years ago
  96. 0738e2f disable pipefail on asan for now. by Rafael Espindola · 11 years ago
  97. ae89445 [sanitizer] Change strip_path_prefix flag behavior. by Sergey Matveev · 11 years ago
  98. 62519eb [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag. by Sergey Matveev · 11 years ago
  99. 841b6f2 [lsan] Print direct leaks first. by Sergey Matveev · 11 years ago
  100. 28f2f82 Fix another instance of -ccc-cxx vs. --driver-mode=g++ by Hans Wennborg · 11 years ago