1. d570bb4 [asan] fix the reported PCs for powerpc64 by Kostya Serebryany · 11 years ago
  2. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  3. 761cabb [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  4. 975a329 Revert r182465 and add lsan-common library to makefile-based build by Alexey Samsonov · 11 years ago
  5. e0f18f2 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  6. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  7. b5433dd [ASan] Temporary remove leak checking from ASan, while we don't have makefile-based build for LSan by Alexey Samsonov · 11 years ago
  8. ac39dfb [asan] enhance stack-overflow.cc test: check that the location frame is properly symbolized by Kostya Serebryany · 11 years ago
  9. c26d450 [asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown) by Kostya Serebryany · 11 years ago
  10. 5cf3ced [asan] fix dlclose-test to work with non-4K pages. Properly disable interface_symbols_linux on non-x86 by Kostya Serebryany · 11 years ago
  11. 30e970f [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM kill). Also, disable swapcontext_test on non-x86. Fix lint by Kostya Serebryany · 11 years ago
  12. 6cef978 Add atomic.c to CMake build of compiler-rt to match r182420 by Alexey Samsonov · 11 years ago
  13. e04a1fd <rdar://problem/13806954> enable __atomic_* functions for Darwin by Nick Kledzik · 11 years ago
  14. d4ad20b Add atomic.c back to the builtins module sources lists (for Makefile build). by Daniel Dunbar · 11 years ago
  15. 4cacb4f [lsan] Invoke leak detection with atexit(). by Sergey Matveev · 11 years ago
  16. 0bc8177 [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS. by Sergey Matveev · 11 years ago
  17. 71f0411 [asan] LSan hooks in asan_rtl. by Sergey Matveev · 11 years ago
  18. 9bdf780 [lsan] Change CMakeLists to build the common LSan module for ASan. by Sergey Matveev · 11 years ago
  19. 4d1b383 [MSan] Add empty default blacklist for MSan by Alexey Samsonov · 11 years ago
  20. c1caace [ASan] create default (empty) ASan blacklist file in resource directory by Alexey Samsonov · 11 years ago
  21. 79367ad [asan] LSan hooks in asan_allocator2.cc by Sergey Matveev · 11 years ago
  22. f1ac1a4 [asan] LSan hooks in asan_thread.cc by Sergey Matveev · 11 years ago
  23. 3bc65b1 [lsan] LSan in LD_PRELOAD library form. by Sergey Matveev · 11 years ago
  24. 4515a21 [Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for some reason by Alexey Samsonov · 11 years ago
  25. 8b3af3a [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol. by Peter Collingbourne · 11 years ago
  26. 705e310 [nolibc] Move stoptheworld to RTSanitizerCommonLibc. by Peter Collingbourne · 11 years ago
  27. 04a2281 [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc. by Peter Collingbourne · 11 years ago
  28. 37642cf [ASan] Mark init-order test as XFAIL on Darwin by Alexey Samsonov · 11 years ago
  29. a6e7d8d [ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be unexpectedly smart on some hosts by Alexey Samsonov · 11 years ago
  30. f495479 [sanitizer] Enable pthread_getschedparam interceptor on Android. by Evgeniy Stepanov · 11 years ago
  31. 098847d [ASan] Mark some tests as working only on x86_64 and i386 arches by Alexey Samsonov · 11 years ago
  32. e6c62f2 [msan] Replace GetArgv hack with something that is slightly better. by Evgeniy Stepanov · 11 years ago
  33. 6b5346e Add lit config feature <target>-supported-target to mark target-specific tests by Alexey Samsonov · 11 years ago
  34. dc563c0 tsan: detect when a thread ends with ignores enabled by Dmitry Vyukov · 11 years ago
  35. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  36. a8bc34e [sanitizer] fix asan on the platforms where the page size is not a compile-time constant (or at least where EXEC_PAGESIZE may not be trustworthy), e.g. powerpc64. by Kostya Serebryany · 11 years ago
  37. 4df343a [nolibc] Move GetPageSize to the individual platforms. by Peter Collingbourne · 11 years ago
  38. 088ea2b [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcdep.cc. by Peter Collingbourne · 11 years ago
  39. 26337b6 [nolibc] Make GetArgsAndEnv libc-independent. by Peter Collingbourne · 11 years ago
  40. 74799ca Build LSan on x86_64 only if this target is supported by Alexey Samsonov · 11 years ago
  41. b9c9ce7 [lsan] Fix r182256. by Sergey Matveev · 11 years ago
  42. b812409 [ASan] Nuke build of static ASan runtime on Mac OS by Alexey Samsonov · 11 years ago
  43. a225736 [Sanitizer] Build sanitizer runtimes with debug info in Makefile build by Alexey Samsonov · 11 years ago
  44. 6a659df [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appending the __DARWIN_ALIAS() version suffixes to function names on Darwin. by Alexander Potapenko · 11 years ago
  45. 29b7568 [lsan] GetUserBegin() in LSan. by Sergey Matveev · 11 years ago
  46. 41d69f4 Fix realloc'ing freed/invalid pointers by Timur Iskhodzhanov · 11 years ago
  47. e7ca056 [asan] Modify ASan metadata atomically. by Sergey Matveev · 11 years ago
  48. f484ff3 [lsan] CMakeLists and lit test configs for LSan. by Sergey Matveev · 11 years ago
  49. fc98a1a [lsan] Tests for LeakSanitizer. by Sergey Matveev · 11 years ago
  50. ab0f744 [lsan] Common leak checking module. by Sergey Matveev · 11 years ago
  51. e96c62a [lsan] Standalone LSan initialization. by Sergey Matveev · 11 years ago
  52. 7ea7d20 [lsan] Interceptors for standalone LSan. by Sergey Matveev · 11 years ago
  53. 56f77a7 [lsan] Thread registry for standalone LSan. by Sergey Matveev · 11 years ago
  54. c99de51 [lsan] Allocator for standalone LSan. by Sergey Matveev · 11 years ago
  55. 7ce8de1 [ASan] Remove an unused ChunkBase field by Timur Iskhodzhanov · 11 years ago
  56. 1b54cbf [sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be later replaced with a more memory-efficient implementation on 64-bit. by Kostya Serebryany · 11 years ago
  57. b877cb5 Avoid rebuilding the RTSanitizerCommon objects when building clang_rt.san. by Richard Smith · 11 years ago
  58. fb98d3d Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc by Timur Iskhodzhanov · 11 years ago
  59. 8cb3f75 Fix the UBSan CMake build broken in r182118 by David Blaikie · 11 years ago
  60. 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
  61. 0c547de [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library by Peter Collingbourne · 11 years ago
  62. 782703f [sanitizer] Fix build with Android NDK r8e. by Evgeniy Stepanov · 11 years ago
  63. c754cd7 [ASan] Make the regression test for time(NULL) Linux-specific, as it crashes on Darwin (and the problem used to occur on Linux). by Alexander Potapenko · 11 years ago
  64. 0228452 [sanitizer] Fix gcc build. by Evgeniy Stepanov · 11 years ago
  65. 1aad6b5 [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor. by Evgeniy Stepanov · 11 years ago
  66. a1b3f0d tsan: remove "printing report from signal handler. Can crash or hang" output by Dmitry Vyukov · 11 years ago
  67. 8354fae tsan: introduce recursive mutex lock/unlock java interface by Dmitry Vyukov · 11 years ago
  68. 374fd35 tsan: comment out debug output in test by Dmitry Vyukov · 11 years ago
  69. 972f301 [ASan] Fix allow_user_segv.cc on Darwin (32-bit build required a SIGBUS handler instead of the SIGSEGV one) by Alexander Potapenko · 11 years ago
  70. 31750e3 [ASan] Fix init-order-dlopen.cc to pass under Mac OS. by Alexander Potapenko · 11 years ago
  71. 5584c04 [ASan] Fix interface_symbols_darwin to pass a correct flag to nm. by Alexander Potapenko · 11 years ago
  72. 8d6854a [sanitizer] fix gcc build by Kostya Serebryany · 11 years ago
  73. b76ea0c [asan] symbolize when possible, even if ASAN_SYMBOLIZER_PATH is not provided. On Linux this will use dl_iterate_phdr instead of /proc/self/maps, even if the symbolizer is not installed by Kostya Serebryany · 11 years ago
  74. 2bba4ef [msan] Intercept dl_iterate_phdr. by Evgeniy Stepanov · 11 years ago
  75. f14ef72 [sanitizer] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList(). by Sergey Matveev · 11 years ago
  76. c7014ed [sanitizer] fix a gcc warning by Kostya Serebryany · 11 years ago
  77. 9277b1f [asan] fix ShadowGapTest on PowerPC64 by Kostya Serebryany · 11 years ago
  78. 871b7fd [sanitizer] fix the GetBlockBegin overflow bug while preserving the performance optimization (use 32-bit division when possible). Improve the benchmarks that checks for performance of GetBlockBegin/GetMetaData by Kostya Serebryany · 11 years ago
  79. a1560bd [sanitizer] added a test for a bug in allocator discovered by Sergey Matveev (uint32 overflow in GetBlockBegin) by Kostya Serebryany · 11 years ago
  80. 2a46a60 Try to improve performance by using a read/write buffer instead of I/O. by Bill Wendling · 11 years ago
  81. 0bdc46c [asan] disable BuiltinLongJmpTest on PowerPC by Kostya Serebryany · 11 years ago
  82. f931da8 [asan] fix powerpc build and one test; fix lint by Kostya Serebryany · 11 years ago
  83. 97443eb [sanitizer] Fix Android build. by Sergey Matveev · 11 years ago
  84. f75c8ca [sanitizer] Fixed a bug in GetListOfModules. by Sergey Matveev · 11 years ago
  85. d1470cb [sanitizer] Filtering in GetListOfModules. by Sergey Matveev · 11 years ago
  86. 84b35c4 Add sanitizer syscall hooks to the tool's export lists. by Evgeniy Stepanov · 11 years ago
  87. 3de0086 [sanitizer] LibraryNameIs in sanitizer_linux by Sergey Matveev · 11 years ago
  88. a615b26 [sanitizer] Minor fixes in sanitizer_common tests. by Sergey Matveev · 11 years ago
  89. 411e828 [tsan] fix gcc build with -Wall by Kostya Serebryany · 11 years ago
  90. b63dba9 Fix a typo in the comment by Sylvestre Ledru · 11 years ago
  91. 15bb32b [sanitizer] Generic sorting in sanitizer_common. by Sergey Matveev · 11 years ago
  92. 115accb [sanitizer] Fix StopTheWorld build on non-Android ARM. by Sergey Matveev · 11 years ago
  93. 6712833 Try to fix Windows build too by Peter Collingbourne · 11 years ago
  94. 65246dc Try to fix the mac buildbots by Peter Collingbourne · 11 years ago
  95. 9578a3e [nolibc] Change internal syscall API to remove reliance on libc's errno. by Peter Collingbourne · 11 years ago
  96. 33280bb Quick fix for ASan test build on Android. by Sergey Matveev · 11 years ago
  97. 3e3f80d [sanitizer] Fix build breakage in Go TSan. by Sergey Matveev · 11 years ago
  98. 736cf49 [sanitizer] Move GetStackTrace from ASan to sanitizer_common. by Sergey Matveev · 11 years ago
  99. 8496afd [nolibc] Disable the GCC stack protector when building sanitizer runtimes. by Peter Collingbourne · 11 years ago
  100. f310654 [sanitizer] Fixed InitTlsSize for Android. by Sergey Matveev · 11 years ago