1. edd477b Correct name of __aeabi_f2lz. by Tim Northover · 12 years ago
  2. 219f174 asan: fix FIXME on windows by Dmitry Vyukov · 12 years ago
  3. a343ca0 asan/tsan: faster memory allocator replace lists with arrays by Dmitry Vyukov · 12 years ago
  4. b1bd208 asan: add memory prefetch to quarantine recycle by Dmitry Vyukov · 12 years ago
  5. f99b94e asan: add memory prefetch to quarantine recycle by Dmitry Vyukov · 12 years ago
  6. 09575a1 asan: improve allocator benchmark by Dmitry Vyukov · 12 years ago
  7. 6a29794 asan: weaken memory ordering, it's expensive in current implementation by Dmitry Vyukov · 12 years ago
  8. abb1feb asan: improve the benchmark by Dmitry Vyukov · 12 years ago
  9. e3c35c7 asan: fix format string in CHECK by Dmitry Vyukov · 12 years ago
  10. f794195 asan: prevent inlining of cold function by Dmitry Vyukov · 12 years ago
  11. 9327e78 [asan] fid asan_allocator2 build by Kostya Serebryany · 12 years ago
  12. ce17384 asan: always pass allocator cache to Allocate() by Dmitry Vyukov · 12 years ago
  13. a61ec81 asan: faster quarantine by Dmitry Vyukov · 12 years ago
  14. 175e640 tsan: fix compiler warning by Dmitry Vyukov · 12 years ago
  15. 312de6a asan/tsan: fix bug in list implementation by Dmitry Vyukov · 12 years ago
  16. 8ad3576 asan: set ASAN_ALLOCATOR_VERSION=1 back by Dmitry Vyukov · 12 years ago
  17. 9fc0df8 asan: Refactor asan memory quarantine. by Dmitry Vyukov · 12 years ago
  18. 5a1f233 tsan: symbolize global variables by Dmitry Vyukov · 12 years ago
  19. c193953 UBSan: use %p not 0x%zx when printing pointers. by Richard Smith · 12 years ago
  20. a441109 [ubsan] Move attribute specifier to fix build with gcc. by Will Dietz · 12 years ago
  21. 800344c [sanitizer] better statistics for the large allocator by Kostya Serebryany · 12 years ago
  22. 0b9218a [sanitizer] fix the non-cmake build (2-nd attempt) by Kostya Serebryany · 12 years ago
  23. 3bf34d6 asan/tsan: fix comment by Dmitry Vyukov · 12 years ago
  24. 1045df6 [sanitizer] fix the non-cmake build by Kostya Serebryany · 12 years ago
  25. a62440a [sanitizer] add standalone_malloc_test by Kostya Serebryany · 12 years ago
  26. f5d4273 tsan: add check for invalid fd by Dmitry Vyukov · 12 years ago
  27. b8a59a0 [asan] don't fail the test if prctl(PR_SET_NAME) is not supported by Kostya Serebryany · 12 years ago
  28. 99bf1d7 [msan] Set program exit code in keep-going mode. by Evgeniy Stepanov · 12 years ago
  29. e16adbc [asan] Add soname to the dynamic runtime. by Evgeniy Stepanov · 12 years ago
  30. b3ef8a4 [asan] asan_allocator2: do less work under the quarantine lock; make the strcasecmp test more resistant to the contents of unaddressable memory by Kostya Serebryany · 12 years ago
  31. 7125bb3 [asan] better protect the tests from memset/memcpy inlining, explicitly include unistd.h by Kostya Serebryany · 12 years ago
  32. 90ad168 [ubsan] Give entry methods default (not hidden) visibility. by Will Dietz · 12 years ago
  33. a597258 tsan: detect races on fd passed to epoll_ctl by Dmitry Vyukov · 12 years ago
  34. 5e10443 [asan] make the slow unwinder a bit more robust. The unittests pass with fast_unwind_on_fatal=0, but I still observe some differences between the two unwinders by Kostya Serebryany · 12 years ago
  35. b1d1ef2 [ASan/Win] Satisfy lint by Timur Iskhodzhanov · 12 years ago
  36. 0cf7eef [ASan/Win] Unbreak the 32-bit RTL build by Timur Iskhodzhanov · 12 years ago
  37. f17b382 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  38. bb30741 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  39. a6a69d6 [ubsan] Drop use of __atomic_exchange_n for now to fix build for some. by Will Dietz · 12 years ago
  40. 2af552f [ubsan] Add deduplication functionality, always enabled. by Will Dietz · 12 years ago
  41. 01247b7 [ubsan] Check for appropriate types on compound assignment overflow diagnostics. by Will Dietz · 12 years ago
  42. a1e12a6 Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 12 years ago
  43. f359dea [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow. by Will Dietz · 12 years ago
  44. 9202515 Revert r171273 which doesn't actually compile. by Chandler Carruth · 12 years ago
  45. 7ba7f0d [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow. by Will Dietz · 12 years ago
  46. 7324b65 [ubsan] Update test now that check recovery is default and has driver flag. by Will Dietz · 12 years ago
  47. 13ddcf6 [asan] make LargeOOBInMemset test resistant to clever compiler optimizations by Kostya Serebryany · 12 years ago
  48. 17a7c67 [asan] add a new interface function __asan_describe_address, useful for running asan-ified binary under a debugger (e.g. gdb) by Kostya Serebryany · 12 years ago
  49. c0d37b3 [asan] fix a build warning by Kostya Serebryany · 12 years ago
  50. 681e775 [asan] one more change missed at r171198 by Kostya Serebryany · 12 years ago
  51. eb28093 [asan] implement more strict checking for memset/etc parameters. Instead of checking the first and the last byte, we check the entire shadow region. This costs ~10 slowdown for the instrumented functions. Motivated by a nasty memset-buffer-overflow-by-140-bytes in chrome which was reported as a use-after-free or not at all by Kostya Serebryany · 12 years ago
  52. a6d4cf7 [ASan] use macro instead of raw __attribute__ by Alexey Samsonov · 12 years ago
  53. 89efdc5 [TSan] Blacklist test: Rename blacklisted function. Make this test work for custom TSan testing script. by Alexey Samsonov · 12 years ago
  54. 7e3d21f [TSan] Add lit test for -fsanitize-blacklist= flag by Alexey Samsonov · 12 years ago
  55. 55425eb Make ASan and TSan tests a bit less brittle with @LINE FileCheck macro by Alexey Samsonov · 12 years ago
  56. 4b48f45 [sanitizer] add statistics to the allocator; fix lint by Kostya Serebryany · 12 years ago
  57. 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
  58. 4b8fb65 [msan] Explicitly link unit tests with libstdc++. by Evgeniy Stepanov · 12 years ago
  59. 478b493 [asan] enable alloc_dealloc_mismatch by default by Kostya Serebryany · 12 years ago
  60. 42383ab [asan] relax asan/lit_tests/malloc_delete_mismatch.cc to make it pass on Mac 10.7 (where extra frames creep in between malloc and main) by Kostya Serebryany · 12 years ago
  61. a54aec8 [asan/tsan] when unmapping a chunk of user memory, apply madvise(MADV_DONTNEED) to the corresponding chunk of shadow memory. Also update sanitizer_allocator64_testlib.cc by Kostya Serebryany · 12 years ago
  62. 9c92748 [ASan] Teach ASan to print demangled function name when describing stack frame by Alexey Samsonov · 12 years ago
  63. 709a33e [asan] asan_allocator2: do not align the requested size to the redzone size (saves a bit more memory) by Kostya Serebryany · 12 years ago
  64. c35314a [asan] asan_allocator2: implement adaptive redzones. Now with asan_allocator2 allocations <= 48 bytes have 16 byte redzone, allocations of 48-96 bytes -- have 32 bytes redzone, etc (max redzone is 2048). If ASAN_OPTIONS=redzone=n is set, it changes the minimal redzone size by Kostya Serebryany · 12 years ago
  65. c209ba6 [msan] MSan, New Year Tree style. by Evgeniy Stepanov · 12 years ago
  66. db010da [msan] Refactor report printing. by Evgeniy Stepanov · 12 years ago
  67. 806c491 [Sanitizer] attempt to fix InterlockedCompareExchangePointer intrinsic on MSVC by Alexey Samsonov · 12 years ago
  68. 4c9ddc1 [msan] Check for conflicting memory mappings. by Evgeniy Stepanov · 12 years ago
  69. 9e3bd38 [asan] asan_allocator2: by default use the StackDepot to store the stack traces instead of storing them in the redzones by Kostya Serebryany · 12 years ago
  70. 111a071 [asan] asan_allocator2: store the user requested size in just 32 bits (larger sizes use metadata). This allows to put one more 32-bit field into the chunk header by Kostya Serebryany · 12 years ago
  71. 7b719df [msan] Improve recvfrom interceptor. by Evgeniy Stepanov · 12 years ago
  72. 4b943e9 Add MSan unit tests to check-msan and check-all. by Evgeniy Stepanov · 12 years ago
  73. 0231c50 MemorySanitizer unit tests. by Evgeniy Stepanov · 12 years ago
  74. 97edeb3 [msan] Fix header comments. by Evgeniy Stepanov · 12 years ago
  75. f1877cf [asan] add a test for right OOB with special large sizes. Fix this test in asan_allocator2. More test tweaking for allocator2 by Kostya Serebryany · 12 years ago
  76. 81088eb tsan: fix tests to consistently use internal functions (otherwise it leads to false positives) by Dmitry Vyukov · 12 years ago
  77. bb5d057 [sanitizer] increase the maximum size class of the fast allocator. This should save quite a bit of memory in tsan/msan (and later in asan). This also puts more stress on the large allocator. Add a couple of checks by Kostya Serebryany · 12 years ago
  78. 491d34b tsan: fix the code that searches for heap memory block metadata by Dmitry Vyukov · 12 years ago
  79. e52810d [asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always true causing redzone and quarantine sizes to be smaller than it was some time before (and out of sync with the documentation). Also make one test less greedy by Kostya Serebryany · 12 years ago
  80. 68d3a1b [sanitizer] fix gcc warnings, enable one tests under asan_allocator2 by Kostya Serebryany · 12 years ago
  81. b8c363d [sanitizer] make LargeMmapAllocator::GetBlockBegin faster by not using a linked list by Kostya Serebryany · 12 years ago
  82. bd88c18 tsan: work around FileCheck feature that it does not accept empty input by Dmitry Vyukov · 12 years ago
  83. 421841f tsan: remove static reference to glibc internal _dl_get_tls_static_info() by Dmitry Vyukov · 12 years ago
  84. 038820f [sanitizer] rework the size class map in the sanitizer allocator: make the differences between size classes more uniform. by Kostya Serebryany · 12 years ago
  85. b843c1f tsan: more defensive file descriptor verification by Dmitry Vyukov · 12 years ago
  86. cab6133 [asan] asan_allocator2 fix two asserts that happen on full chrome: a) memalign called with 0 size and large alignment and b) malloc called after TSD has been destructed by Kostya Serebryany · 12 years ago
  87. 032e833 [Sanitizer] CMake build rules for unittests: depend on headers when compiling a file with custom clang. by Alexey Samsonov · 12 years ago
  88. fc2bebf tsan: add java malloc stress test by Dmitry Vyukov · 12 years ago
  89. aaf7210 [sanitizer] mmap less on every size class to make the allocator more friendly to small programs by Kostya Serebryany · 12 years ago
  90. 830ca04 tsan: add java rwlock test by Dmitry Vyukov · 12 years ago
  91. 5ba3fec tsan: add a test for java memory move by Dmitry Vyukov · 12 years ago
  92. 429ccc8 tsan: move common part of java tests into a separate header by Dmitry Vyukov · 12 years ago
  93. c3d708b tsan: fix Java memory move operations and add the test by Dmitry Vyukov · 12 years ago
  94. dae1251 tsan: less debug output by Dmitry Vyukov · 12 years ago
  95. e11c5c5 [asan] asan_allocator2: better memory stats by Kostya Serebryany · 12 years ago
  96. 9050e30 tsan: update mutex lock table for java by Dmitry Vyukov · 12 years ago
  97. f4e4f93 tsan: update mutex table for java by Dmitry Vyukov · 12 years ago
  98. ef86724 tsan: java: move shadow memory on GC compaction by Dmitry Vyukov · 12 years ago
  99. 25a9728 tsan: add a high-level comment to tsan_interface_java.h by Dmitry Vyukov · 12 years ago
  100. 03ef193 [ASan] Fix another FileCheck pattern to be c++filt-proof. by Alexander Potapenko · 12 years ago