1. cb33910 [sanitizer_common] Add internal_clone(). by Sergey Matveev · 11 years ago
  2. 97160a8 [msan] Intercept memalign, valloc, pvalloc. by Evgeniy Stepanov · 11 years ago
  3. dcf154d [ASan] Make blacklist test more robust by Alexey Samsonov · 11 years ago
  4. 642db07 [CMake] Don't build sanitizer runtimes if LLVM_USE_SANITIZER is specified by Alexey Samsonov · 11 years ago
  5. 717ece5 Improve collecting malloc stats in ASan by Alexey Samsonov · 11 years ago
  6. 6d40a0a Conditionalise inclusion of link.h on !SANITIZER_ANDROID. by Peter Collingbourne · 11 years ago
  7. 9843298 Avoid compiler-generated memset by using internal_memset. by Will Dietz · 11 years ago
  8. ba945f8 [dfsan] Add a syms file. by Peter Collingbourne · 11 years ago
  9. fb23e2f Minor updates to gen_dynamic_list script suggested by glider by Alexey Samsonov · 11 years ago
  10. 0bc4a0b [TSan] Add a couple of compiler warnings to TSan runtime compile flags by Alexey Samsonov · 11 years ago
  11. d9760ab [TSan] Move build rules a bit to ensure correct dependencies of check-tsan command by Alexey Samsonov · 11 years ago
  12. 225c4cc [sanitizer] Parallelize lint checker script by Alexey Samsonov · 11 years ago
  13. 38a61aa [sanitizer] Refine CMake rules for generating exported symbols and lint checking by Alexey Samsonov · 11 years ago
  14. 5fa3d5d [dfsan] Add custom function for dl_iterate_phdr. by Peter Collingbourne · 11 years ago
  15. 6c63744 [dfsan] Add custom function for pthread_create. by Peter Collingbourne · 11 years ago
  16. 3472413 cmake: Add /Oy- (don't omit frame pointer) to compile flags by Hans Wennborg · 11 years ago
  17. 1de4060 sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python. by Will Dietz · 11 years ago
  18. 81b8120 Make lint checker script more robust by Alexey Samsonov · 11 years ago
  19. fafab2f Check code style in check-sanitizer command by Alexey Samsonov · 11 years ago
  20. c154820 [sanitizer] fix code style by Alexey Samsonov · 11 years ago
  21. 4c62159 [msan] Remove extra backup/restore calls. by Evgeniy Stepanov · 11 years ago
  22. 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
  23. 544bdfb Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix by Alexey Samsonov · 11 years ago
  24. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  25. 0e38a67 [msan] Save/restore va_arg_overflow_tls in signal handlers. by Evgeniy Stepanov · 11 years ago
  26. 3354fa6 Revert r189347: it breaks on machines w/o installed debug versions of system libraries by Alexey Samsonov · 11 years ago
  27. a6b03c0 LSan: Check that dynamic linker library is properly symbolized by Alexey Samsonov · 11 years ago
  28. 91659d5 [msan] Unpoison all TLS shadow when leaving a signal handler. by Evgeniy Stepanov · 11 years ago
  29. e0a8712 [msan] Fix a data race in signal/sigaction interceptors. by Evgeniy Stepanov · 11 years ago
  30. 47177ef [msan] A test for ppoll() interceptor. by Evgeniy Stepanov · 11 years ago
  31. b32d1bf [sanitizer] Simplify sigaction and sigset_t handling. by Evgeniy Stepanov · 11 years ago
  32. c1f1af7 cmake: fix the compiler-rt build with MSVC by Hans Wennborg · 11 years ago
  33. 384a448 [sanitizer] Add a fast version of StackDepotGet() for use in LSan. by Sergey Matveev · 11 years ago
  34. 90629fb [sanitizer] Handle Die() in StopTheWorld. by Sergey Matveev · 11 years ago
  35. 920860c [dfsan] Integration test for the equal-labels case by Peter Collingbourne · 11 years ago
  36. 3c531df [msan] Extend VAArgTLSOverwrite test. by Evgeniy Stepanov · 11 years ago
  37. 5bd2174 Slightly improve lint checker script and fix a few style issues by Alexey Samsonov · 11 years ago
  38. 25aa255 [lsan] Add a regression test for building C code. by Sergey Matveev · 11 years ago
  39. ba15077 [sanitizer] Fix build when scanf interceptors are enabled, and __isoc99_*scanf are not. by Evgeniy Stepanov · 11 years ago
  40. 8d0c5ba [lsan] Add a stress test. by Sergey Matveev · 11 years ago
  41. cf63737 [lsan] Follow-up to r189010 - do the same in Makefile build. by Sergey Matveev · 11 years ago
  42. 34fe7e1 [lsan] Build standalone LSan with -fno-rtti. by Sergey Matveev · 11 years ago
  43. 0d77f8c Add missing ']'. by Bill Wendling · 11 years ago
  44. 21afede For Darwin builds, locate tools using xcrun when available. by Bob Wilson · 11 years ago
  45. ebc0484 [LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part) by Alexey Samsonov · 11 years ago
  46. 45c9df5 It appears that glibc 2.13 has the same thread descriptor size as 2.11, by Chandler Carruth · 11 years ago
  47. 8766b81 Revert r188369 (and r188455) which breaks the build on at least some by Chandler Carruth · 11 years ago
  48. 7840d7d Fix endian conditions on Solaris. From Alexander Esilevich. by Joerg Sonnenberger · 11 years ago
  49. 13f5be4 [ASan/RTL] Disable colored reporting on Windows by Timur Iskhodzhanov · 11 years ago
  50. 9d95475 tsan: better report formatting for Go by Dmitry Vyukov · 11 years ago
  51. a0e78c9 [ASan/RTL] Disable alloc_dealloc_mismatch by default on Windows by Timur Iskhodzhanov · 11 years ago
  52. 6e4c46d [dfsan] Initial set of custom functions and interceptors for libc. by Peter Collingbourne · 11 years ago
  53. 2c78b04 [dfsan] Runtime support for -dfsan-debug-nonzero-labels feature. by Peter Collingbourne · 11 years ago
  54. 1a26778 [sanitizer] Add missing include. by Evgeniy Stepanov · 11 years ago
  55. 369ffff [dfsan] New __dfsan_set_label runtime function. by Peter Collingbourne · 11 years ago
  56. e8d2034 [dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI. by Peter Collingbourne · 11 years ago
  57. e6e564d [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts. by Evgeniy Stepanov · 11 years ago
  58. 1528c6c [dfsan] Introduce dfsan_read_label runtime function. by Peter Collingbourne · 11 years ago
  59. 734647c dfsan: fix lint warning by Dmitry Vyukov · 11 years ago
  60. cf878fd tsan: intercept getaddrinfo by Dmitry Vyukov · 11 years ago
  61. e274841 [ASan/Win] Oops, forgot to add the attributes to the memory allocations functions by Timur Iskhodzhanov · 11 years ago
  62. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  63. 43e62df [ASan/Win] Hook some memory allocation functions; passes simple sanity test now by Timur Iskhodzhanov · 11 years ago
  64. 68cd60c [ASan/Win] Add the first version of the RTL thunk that should be linked with instrumented DLLs by Timur Iskhodzhanov · 11 years ago
  65. 9edab4f Add a FIXME to check_lint by Timur Iskhodzhanov · 11 years ago
  66. 77690db [*San/RTL] One more minor fix by Timur Iskhodzhanov · 11 years ago
  67. f109267 [*San/RTL] Fix minor breakage by Timur Iskhodzhanov · 11 years ago
  68. 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
  69. e4c3c84 [dfsan] Remove the unused __dfsan_memcpy function. by Peter Collingbourne · 11 years ago
  70. fa9f5ae [dfsan] Begin a private header and move shadow_for there. by Peter Collingbourne · 11 years ago
  71. 249cdca [dfsan] Introduce dfsan_union runtime function. by Peter Collingbourne · 11 years ago
  72. fa484ba Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 11 years ago
  73. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  74. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  75. e8a1fce [tests] Add one more lit rename update I missed. by Daniel Dunbar · 11 years ago
  76. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  77. 31f1941 [sanitizer] Fix handling of %n in scanf interceptor. by Evgeniy Stepanov · 11 years ago
  78. 8283cce [sanitizer] Limit scandir interceptor to Linux. by Evgeniy Stepanov · 11 years ago
  79. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  80. cde3bae tsan: better diagnostics for invalid addresses passed to free() by Dmitry Vyukov · 11 years ago
  81. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  82. 82821fa [sanitizer] ASan/MSan tests for r187967. by Evgeniy Stepanov · 11 years ago
  83. b404b55 Simplify (and fix) check-dfsan configs by Alexey Samsonov · 11 years ago
  84. eee71ae DataFlowSanitizer; compiler-rt changes. by Peter Collingbourne · 11 years ago
  85. 653e452 [TSan] Fix free_race.c by removing `not` from the test invocation that doesn't fail. by Alexander Potapenko · 11 years ago
  86. 45c652e [TSan] Let the users suppress use-after-free errors using the "race:" suppressions. by Alexander Potapenko · 11 years ago
  87. ead14cf ASan: fix one more test case for pipefail by Alexey Samsonov · 11 years ago
  88. 244a8e0 Distinguish 32-bit ASan from 64-bit ASan in lit configs by Alexey Samsonov · 11 years ago
  89. f2366a9 Enable pipefail for ASan tests by Alexey Samsonov · 11 years ago
  90. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  91. 0172c8c Enable pipefail for TSan tests by Alexey Samsonov · 11 years ago
  92. cc5a4ac Enable pipefail for LSan tests by Alexey Samsonov · 11 years ago
  93. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  94. a74047a [libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.inc by Alexander Potapenko · 11 years ago
  95. 39d68ed [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors. by Evgeniy Stepanov · 11 years ago
  96. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  97. 53fbbf4 Lint fixes by Alexey Samsonov · 11 years ago
  98. 5c48a8c [msan] Allocator statistics interface and malloc hooks. by Evgeniy Stepanov · 11 years ago
  99. 08104e6 [msan] Fix unused function warning in the tests. by Evgeniy Stepanov · 11 years ago
  100. 41f1540 [lsan] Add leak_check_at_exit flag. by Sergey Matveev · 11 years ago