- edd477b Correct name of __aeabi_f2lz. by Tim Northover · 12 years ago
- 219f174 asan: fix FIXME on windows by Dmitry Vyukov · 12 years ago
- a343ca0 asan/tsan: faster memory allocator replace lists with arrays by Dmitry Vyukov · 12 years ago
- b1bd208 asan: add memory prefetch to quarantine recycle by Dmitry Vyukov · 12 years ago
- f99b94e asan: add memory prefetch to quarantine recycle by Dmitry Vyukov · 12 years ago
- 09575a1 asan: improve allocator benchmark by Dmitry Vyukov · 12 years ago
- 6a29794 asan: weaken memory ordering, it's expensive in current implementation by Dmitry Vyukov · 12 years ago
- abb1feb asan: improve the benchmark by Dmitry Vyukov · 12 years ago
- e3c35c7 asan: fix format string in CHECK by Dmitry Vyukov · 12 years ago
- f794195 asan: prevent inlining of cold function by Dmitry Vyukov · 12 years ago
- 9327e78 [asan] fid asan_allocator2 build by Kostya Serebryany · 12 years ago
- ce17384 asan: always pass allocator cache to Allocate() by Dmitry Vyukov · 12 years ago
- a61ec81 asan: faster quarantine by Dmitry Vyukov · 12 years ago
- 175e640 tsan: fix compiler warning by Dmitry Vyukov · 12 years ago
- 312de6a asan/tsan: fix bug in list implementation by Dmitry Vyukov · 12 years ago
- 8ad3576 asan: set ASAN_ALLOCATOR_VERSION=1 back by Dmitry Vyukov · 12 years ago
- 9fc0df8 asan: Refactor asan memory quarantine. by Dmitry Vyukov · 12 years ago
- 5a1f233 tsan: symbolize global variables by Dmitry Vyukov · 12 years ago
- c193953 UBSan: use %p not 0x%zx when printing pointers. by Richard Smith · 12 years ago
- a441109 [ubsan] Move attribute specifier to fix build with gcc. by Will Dietz · 12 years ago
- 800344c [sanitizer] better statistics for the large allocator by Kostya Serebryany · 12 years ago
- 0b9218a [sanitizer] fix the non-cmake build (2-nd attempt) by Kostya Serebryany · 12 years ago
- 3bf34d6 asan/tsan: fix comment by Dmitry Vyukov · 12 years ago
- 1045df6 [sanitizer] fix the non-cmake build by Kostya Serebryany · 12 years ago
- a62440a [sanitizer] add standalone_malloc_test by Kostya Serebryany · 12 years ago
- f5d4273 tsan: add check for invalid fd by Dmitry Vyukov · 12 years ago
- b8a59a0 [asan] don't fail the test if prctl(PR_SET_NAME) is not supported by Kostya Serebryany · 12 years ago
- 99bf1d7 [msan] Set program exit code in keep-going mode. by Evgeniy Stepanov · 12 years ago
- e16adbc [asan] Add soname to the dynamic runtime. by Evgeniy Stepanov · 12 years ago
- 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
- 7125bb3 [asan] better protect the tests from memset/memcpy inlining, explicitly include unistd.h by Kostya Serebryany · 12 years ago
- 90ad168 [ubsan] Give entry methods default (not hidden) visibility. by Will Dietz · 12 years ago
- a597258 tsan: detect races on fd passed to epoll_ctl by Dmitry Vyukov · 12 years ago
- 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
- b1d1ef2 [ASan/Win] Satisfy lint by Timur Iskhodzhanov · 12 years ago
- 0cf7eef [ASan/Win] Unbreak the 32-bit RTL build by Timur Iskhodzhanov · 12 years ago
- f17b382 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
- bb30741 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
- a6a69d6 [ubsan] Drop use of __atomic_exchange_n for now to fix build for some. by Will Dietz · 12 years ago
- 2af552f [ubsan] Add deduplication functionality, always enabled. by Will Dietz · 12 years ago
- 01247b7 [ubsan] Check for appropriate types on compound assignment overflow diagnostics. by Will Dietz · 12 years ago
- a1e12a6 Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 12 years ago
- f359dea [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow. by Will Dietz · 12 years ago
- 9202515 Revert r171273 which doesn't actually compile. by Chandler Carruth · 12 years ago
- 7ba7f0d [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow. by Will Dietz · 12 years ago
- 7324b65 [ubsan] Update test now that check recovery is default and has driver flag. by Will Dietz · 12 years ago
- 13ddcf6 [asan] make LargeOOBInMemset test resistant to clever compiler optimizations by Kostya Serebryany · 12 years ago
- 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
- c0d37b3 [asan] fix a build warning by Kostya Serebryany · 12 years ago
- 681e775 [asan] one more change missed at r171198 by Kostya Serebryany · 12 years ago
- 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
- a6d4cf7 [ASan] use macro instead of raw __attribute__ by Alexey Samsonov · 12 years ago
- 89efdc5 [TSan] Blacklist test: Rename blacklisted function. Make this test work for custom TSan testing script. by Alexey Samsonov · 12 years ago
- 7e3d21f [TSan] Add lit test for -fsanitize-blacklist= flag by Alexey Samsonov · 12 years ago
- 55425eb Make ASan and TSan tests a bit less brittle with @LINE FileCheck macro by Alexey Samsonov · 12 years ago
- 4b48f45 [sanitizer] add statistics to the allocator; fix lint by Kostya Serebryany · 12 years ago
- 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
- 4b8fb65 [msan] Explicitly link unit tests with libstdc++. by Evgeniy Stepanov · 12 years ago
- 478b493 [asan] enable alloc_dealloc_mismatch by default by Kostya Serebryany · 12 years ago
- 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
- 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
- 9c92748 [ASan] Teach ASan to print demangled function name when describing stack frame by Alexey Samsonov · 12 years ago
- 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
- 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
- c209ba6 [msan] MSan, New Year Tree style. by Evgeniy Stepanov · 12 years ago
- db010da [msan] Refactor report printing. by Evgeniy Stepanov · 12 years ago
- 806c491 [Sanitizer] attempt to fix InterlockedCompareExchangePointer intrinsic on MSVC by Alexey Samsonov · 12 years ago
- 4c9ddc1 [msan] Check for conflicting memory mappings. by Evgeniy Stepanov · 12 years ago
- 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
- 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
- 7b719df [msan] Improve recvfrom interceptor. by Evgeniy Stepanov · 12 years ago
- 4b943e9 Add MSan unit tests to check-msan and check-all. by Evgeniy Stepanov · 12 years ago
- 0231c50 MemorySanitizer unit tests. by Evgeniy Stepanov · 12 years ago
- 97edeb3 [msan] Fix header comments. by Evgeniy Stepanov · 12 years ago
- 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
- 81088eb tsan: fix tests to consistently use internal functions (otherwise it leads to false positives) by Dmitry Vyukov · 12 years ago
- 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
- 491d34b tsan: fix the code that searches for heap memory block metadata by Dmitry Vyukov · 12 years ago
- 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
- 68d3a1b [sanitizer] fix gcc warnings, enable one tests under asan_allocator2 by Kostya Serebryany · 12 years ago
- b8c363d [sanitizer] make LargeMmapAllocator::GetBlockBegin faster by not using a linked list by Kostya Serebryany · 12 years ago
- bd88c18 tsan: work around FileCheck feature that it does not accept empty input by Dmitry Vyukov · 12 years ago
- 421841f tsan: remove static reference to glibc internal _dl_get_tls_static_info() by Dmitry Vyukov · 12 years ago
- 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
- b843c1f tsan: more defensive file descriptor verification by Dmitry Vyukov · 12 years ago
- 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
- 032e833 [Sanitizer] CMake build rules for unittests: depend on headers when compiling a file with custom clang. by Alexey Samsonov · 12 years ago
- fc2bebf tsan: add java malloc stress test by Dmitry Vyukov · 12 years ago
- aaf7210 [sanitizer] mmap less on every size class to make the allocator more friendly to small programs by Kostya Serebryany · 12 years ago
- 830ca04 tsan: add java rwlock test by Dmitry Vyukov · 12 years ago
- 5ba3fec tsan: add a test for java memory move by Dmitry Vyukov · 12 years ago
- 429ccc8 tsan: move common part of java tests into a separate header by Dmitry Vyukov · 12 years ago
- c3d708b tsan: fix Java memory move operations and add the test by Dmitry Vyukov · 12 years ago
- dae1251 tsan: less debug output by Dmitry Vyukov · 12 years ago
- e11c5c5 [asan] asan_allocator2: better memory stats by Kostya Serebryany · 12 years ago
- 9050e30 tsan: update mutex lock table for java by Dmitry Vyukov · 12 years ago
- f4e4f93 tsan: update mutex table for java by Dmitry Vyukov · 12 years ago
- ef86724 tsan: java: move shadow memory on GC compaction by Dmitry Vyukov · 12 years ago
- 25a9728 tsan: add a high-level comment to tsan_interface_java.h by Dmitry Vyukov · 12 years ago
- 03ef193 [ASan] Fix another FileCheck pattern to be c++filt-proof. by Alexander Potapenko · 12 years ago