1. 21afede For Darwin builds, locate tools using xcrun when available. by Bob Wilson · 11 years ago
  2. ebc0484 [LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part) by Alexey Samsonov · 11 years ago
  3. 45c9df5 It appears that glibc 2.13 has the same thread descriptor size as 2.11, by Chandler Carruth · 11 years ago
  4. 8766b81 Revert r188369 (and r188455) which breaks the build on at least some by Chandler Carruth · 11 years ago
  5. 7840d7d Fix endian conditions on Solaris. From Alexander Esilevich. by Joerg Sonnenberger · 11 years ago
  6. 13f5be4 [ASan/RTL] Disable colored reporting on Windows by Timur Iskhodzhanov · 11 years ago
  7. 9d95475 tsan: better report formatting for Go by Dmitry Vyukov · 11 years ago
  8. a0e78c9 [ASan/RTL] Disable alloc_dealloc_mismatch by default on Windows by Timur Iskhodzhanov · 11 years ago
  9. 6e4c46d [dfsan] Initial set of custom functions and interceptors for libc. by Peter Collingbourne · 11 years ago
  10. 2c78b04 [dfsan] Runtime support for -dfsan-debug-nonzero-labels feature. by Peter Collingbourne · 11 years ago
  11. 1a26778 [sanitizer] Add missing include. by Evgeniy Stepanov · 11 years ago
  12. 369ffff [dfsan] New __dfsan_set_label runtime function. by Peter Collingbourne · 11 years ago
  13. e8d2034 [dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI. by Peter Collingbourne · 11 years ago
  14. e6e564d [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts. by Evgeniy Stepanov · 11 years ago
  15. 1528c6c [dfsan] Introduce dfsan_read_label runtime function. by Peter Collingbourne · 11 years ago
  16. 734647c dfsan: fix lint warning by Dmitry Vyukov · 11 years ago
  17. cf878fd tsan: intercept getaddrinfo by Dmitry Vyukov · 11 years ago
  18. e274841 [ASan/Win] Oops, forgot to add the attributes to the memory allocations functions by Timur Iskhodzhanov · 11 years ago
  19. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  20. 43e62df [ASan/Win] Hook some memory allocation functions; passes simple sanity test now by Timur Iskhodzhanov · 11 years ago
  21. 68cd60c [ASan/Win] Add the first version of the RTL thunk that should be linked with instrumented DLLs by Timur Iskhodzhanov · 11 years ago
  22. 9edab4f Add a FIXME to check_lint by Timur Iskhodzhanov · 11 years ago
  23. 77690db [*San/RTL] One more minor fix by Timur Iskhodzhanov · 11 years ago
  24. f109267 [*San/RTL] Fix minor breakage by Timur Iskhodzhanov · 11 years ago
  25. 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
  26. e4c3c84 [dfsan] Remove the unused __dfsan_memcpy function. by Peter Collingbourne · 11 years ago
  27. fa9f5ae [dfsan] Begin a private header and move shadow_for there. by Peter Collingbourne · 11 years ago
  28. 249cdca [dfsan] Introduce dfsan_union runtime function. by Peter Collingbourne · 11 years ago
  29. fa484ba Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 11 years ago
  30. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  31. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  32. e8a1fce [tests] Add one more lit rename update I missed. by Daniel Dunbar · 11 years ago
  33. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  34. 31f1941 [sanitizer] Fix handling of %n in scanf interceptor. by Evgeniy Stepanov · 11 years ago
  35. 8283cce [sanitizer] Limit scandir interceptor to Linux. by Evgeniy Stepanov · 11 years ago
  36. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  37. cde3bae tsan: better diagnostics for invalid addresses passed to free() by Dmitry Vyukov · 11 years ago
  38. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  39. 82821fa [sanitizer] ASan/MSan tests for r187967. by Evgeniy Stepanov · 11 years ago
  40. b404b55 Simplify (and fix) check-dfsan configs by Alexey Samsonov · 11 years ago
  41. eee71ae DataFlowSanitizer; compiler-rt changes. by Peter Collingbourne · 11 years ago
  42. 653e452 [TSan] Fix free_race.c by removing `not` from the test invocation that doesn't fail. by Alexander Potapenko · 11 years ago
  43. 45c652e [TSan] Let the users suppress use-after-free errors using the "race:" suppressions. by Alexander Potapenko · 11 years ago
  44. ead14cf ASan: fix one more test case for pipefail by Alexey Samsonov · 11 years ago
  45. 244a8e0 Distinguish 32-bit ASan from 64-bit ASan in lit configs by Alexey Samsonov · 11 years ago
  46. f2366a9 Enable pipefail for ASan tests by Alexey Samsonov · 11 years ago
  47. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  48. 0172c8c Enable pipefail for TSan tests by Alexey Samsonov · 11 years ago
  49. cc5a4ac Enable pipefail for LSan tests by Alexey Samsonov · 11 years ago
  50. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  51. a74047a [libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.inc by Alexander Potapenko · 11 years ago
  52. 39d68ed [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors. by Evgeniy Stepanov · 11 years ago
  53. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  54. 53fbbf4 Lint fixes by Alexey Samsonov · 11 years ago
  55. 5c48a8c [msan] Allocator statistics interface and malloc hooks. by Evgeniy Stepanov · 11 years ago
  56. 08104e6 [msan] Fix unused function warning in the tests. by Evgeniy Stepanov · 11 years ago
  57. 41f1540 [lsan] Add leak_check_at_exit flag. by Sergey Matveev · 11 years ago
  58. 534e2ba [msan] Intercept setenv, putenv. by Evgeniy Stepanov · 11 years ago
  59. 3ff67e6 [msan] Fix msan tests with pipefail option. by Evgeniy Stepanov · 11 years ago
  60. 74422e9 [sanitizer] Tweak read syscall handler signature for consistency. by Evgeniy Stepanov · 11 years ago
  61. 9d34659 [sanitizer] read() syscall hook. by Evgeniy Stepanov · 11 years ago
  62. 6567092 [msan] Intercept pthread_join. by Evgeniy Stepanov · 11 years ago
  63. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  64. 103e5b7 [asan] Limit fake stack size to a reasonable value when running with unlimited stack. by Evgeniy Stepanov · 11 years ago
  65. 933a5d2 [asan] Raise thread stack size limit. by Evgeniy Stepanov · 11 years ago
  66. d054abe [sanitizer] Disable ForEachMappedRegion on Android. by Evgeniy Stepanov · 11 years ago
  67. f50b0fc Fix warning. by Peter Collingbourne · 11 years ago
  68. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  69. ce50258 Turn off pipefail on msan tests to match the other sanitizers until by Chandler Carruth · 11 years ago
  70. bdeb86c Disable pipefail for lsan. by Rafael Espindola · 11 years ago
  71. 8c6046b disable pipefail for ubsan. by Rafael Espindola · 11 years ago
  72. 55a9326 Disable pipefail for ThreadSanitizer. by Rafael Espindola · 11 years ago
  73. 0738e2f disable pipefail on asan for now. by Rafael Espindola · 11 years ago
  74. ae89445 [sanitizer] Change strip_path_prefix flag behavior. by Sergey Matveev · 11 years ago
  75. 62519eb [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag. by Sergey Matveev · 11 years ago
  76. 841b6f2 [lsan] Print direct leaks first. by Sergey Matveev · 11 years ago
  77. 28f2f82 Fix another instance of -ccc-cxx vs. --driver-mode=g++ by Hans Wennborg · 11 years ago
  78. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  79. f93fa97 [lsan] Add __lsan_do_leak_check() to the public interface. by Sergey Matveev · 11 years ago
  80. 158ca52 tsan: treat SIGSYS as synchronous signal by Dmitry Vyukov · 11 years ago
  81. 2ec879e [ASan] Fix leaks in ASan tests found by LSan by Alexey Samsonov · 11 years ago
  82. 7aaaee4 [Sanitizer] Always provide --default-arch argument to llvm-symbolizer by Alexey Samsonov · 11 years ago
  83. 48016bc tsan: disable one more interceptor that causes recursion by Dmitry Vyukov · 11 years ago
  84. e57f26b tsan: fix unitialized read warning under newer gcc (it does not have visibility into asm) by Dmitry Vyukov · 11 years ago
  85. 6092c21 Give compiler-rt a chance to compile with mingw-w64. Patch by C. Bergström! by Anton Korobeynikov · 11 years ago
  86. 55e6f3f tsan: extend suppressions format with ^ and $ symbols by Dmitry Vyukov · 11 years ago
  87. 742c113 [ASan] Bump min supported Mac OS X version to 10.6 - makefile build by Alexey Samsonov · 11 years ago
  88. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  89. b6bde4d [ASan] Bump min supported Mac OS X version to 10.6 by Alexey Samsonov · 11 years ago
  90. fbeab51 tsan: support sigsuspend() call by Dmitry Vyukov · 11 years ago
  91. bb7f2d8 [ASan] Use less shadow on Win 32-bit by Timur Iskhodzhanov · 11 years ago
  92. 31f78fd [ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersion() call. by Alexander Potapenko · 11 years ago
  93. ad2ae54 [ASan] Add support for OS X Mavericks to GetMacosVersion. by Alexander Potapenko · 11 years ago
  94. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  95. 098c58f Completely revert all mbstowcs-and-friends changes from r186109. They were unintentional by Alexey Samsonov · 11 years ago
  96. bac1f7b [lsan] Increase the hardcoded limit on number of leaks. by Sergey Matveev · 11 years ago
  97. e43d210 [Sanitizer] Revert some parts of r186109 related to mbstowcs-and-friends interceptors by Alexey Samsonov · 11 years ago
  98. 5a482cd Fix a veritable conucopia of bugs in the readdir_r interceptors. by Chandler Carruth · 11 years ago
  99. ec29e26 [sanitizer] Remove optional arguments from clone() invocation. by Sergey Matveev · 11 years ago
  100. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago