summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [embtk] make this version of asan usable with clang version > 3.2embtk-support-release-3.3Abdoulaye Walsimou Gaye2013-08-04
* [Embtk] sanitizer common: only glibc defines _libc_malloc, do not use it on u...Abdoulaye Walsimou Gaye2013-03-26
* sanitizer common: do not assume GLIBC and __libc_malloc, __libc_freeAbdoulaye Walsimou Gaye2013-03-26
* [Embtk] common sanitizer: link arror workaround with llvm/clang-3.2compiler-rt-embtk-3.3Abdoulaye Walsimou GAYE2013-03-22
* Merge branch 'master' into embtk-support-release-3.3Abdoulaye Walsimou Gaye2013-03-20
|\
| * tsan: correct sizes of signal-related data structuresDmitry Vyukov2013-03-20
| * tsan: add missing stat descriptionsDmitry Vyukov2013-03-20
| * tsan: call fflush(0) on exit againDmitry Vyukov2013-03-20
| * tsan: reduce size of mutexsets from 64 to 16 mutexesDmitry Vyukov2013-03-20
| * tsan: fix incorrect test Dmitry Vyukov2013-03-20
| * tsan: special handling of .rodata (don't try to find races, don't keep shadow...Dmitry Vyukov2013-03-20
| * tsan: fix buildDmitry Vyukov2013-03-20
| * tsan: move trace header into 0x600000000000 rangeDmitry Vyukov2013-03-20
| * tsan: add internal_unlink() functionDmitry Vyukov2013-03-20
| * [ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov2013-03-20
| * asan/tsan: reduce per-thread memory allocator cachesDmitry Vyukov2013-03-20
| * [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-20
| * tsan: fix flaky testDmitry Vyukov2013-03-20
| * tsan: fix incorrect testDmitry Vyukov2013-03-20
| * [sanitizer] Enable prctl interceptor on Android.Evgeniy Stepanov2013-03-20
| * Add a way to register and execute "writeout" functions.Bill Wendling2013-03-19
| * [asan] s/ASAN_POSIX/SANITIZER_POSIX/Evgeniy Stepanov2013-03-19
| * [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
| * [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
| * [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
| * Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seem...Alexey Samsonov2013-03-19
| * tsan: fix buildDmitry Vyukov2013-03-19
| * tsan: flush dead thread info earlier (when another thread is finished rather ...Dmitry Vyukov2013-03-19
| * tsan: instruct malloc() to consume less memoryDmitry Vyukov2013-03-19
| * tsan: symbolizer "flush caches" supportDmitry Vyukov2013-03-19
| * tsan: symbolizer "flush caches" functinalityDmitry Vyukov2013-03-19
| * tsan: fix memory leakDmitry Vyukov2013-03-19
| * [sanitizer] Avoid use of uintptr_t.Evgeniy Stepanov2013-03-19
| * [sanitizer] Don't adjust the size of the user-allocated stack.Evgeniy Stepanov2013-03-19
| * Support CMake build of profile runtime library on LinuxAlexey Samsonov2013-03-19
| * tsan: do not allocate sync vars on relaxed atomic operationsDmitry Vyukov2013-03-19
| * Update ubsan test for clang change r177362.Richard Smith2013-03-19
| * Add some GCOV functions that register all of the __llvm_gcov_flush() functions.Bill Wendling2013-03-18
| * tsan: smaller memory block headers (32b->16b)Dmitry Vyukov2013-03-18
| * tsan: add support for idle threadsDmitry Vyukov2013-03-18
| * tsan: touch less shadow memory during operations on big memory rangesDmitry Vyukov2013-03-18
| * tsan: mark shadow for thread stack as "don't need" when thread exitsDmitry Vyukov2013-03-18
| * tsan: better memory profilerDmitry Vyukov2013-03-18
| * tsan: madvise(DONTNEED) shadow memory on munmap()Dmitry Vyukov2013-03-18
| * [asan] make the __asan_get_heap_size more robustKostya Serebryany2013-03-18
| * tsan: move implementation out of h fileDmitry Vyukov2013-03-18
| * tsan: fix clang -Wall buildDmitry Vyukov2013-03-18
| * [TSan] re-apply r177249 lost in editsAlexey Samsonov2013-03-18
| * [asan] Switch to allocator2 on Android.Evgeniy Stepanov2013-03-18
| * tsan: fix memory leakDmitry Vyukov2013-03-18