summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [asan] There is no __libc_malloc on Android.Evgeniy Stepanov2012-09-10
* Allow to call strchr() from __asan_init().Alexander Potapenko2012-09-10
* [asan] Use a relative include path instead of requiring build system involvem...Daniel Dunbar2012-09-07
* build: Teach Makefile build system about asan/dynamic subdir.Daniel Dunbar2012-09-07
* [asan] Suppress some bogus -Winvalid-noreturn diagnostics.Daniel Dunbar2012-09-07
* tsan: ignore destruction of global mutexes (causes a lot of non-interesting r...Dmitry Vyukov2012-09-07
* Remove the infinite recursion check for now, as we don't have __thread on Mac...Alexander Potapenko2012-09-07
* Two minor changes:Alexander Potapenko2012-09-07
* [asan] Raise quarantine size a bit with ASAN_LOW_MEMORY.Evgeniy Stepanov2012-09-07
* [ASan] hack initialization-bug test so that it stably passes on both Linux an...Alexey Samsonov2012-09-07
* [ASan] add Linux-specific test for initialization order that checks that we f...Alexey Samsonov2012-09-07
* tsan: fix code styleDmitry Vyukov2012-09-06
* tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov2012-09-06
* tsan: fix Go build scriptDmitry Vyukov2012-09-06
* Fix two compiler warnings: must use at least one argument for "..." in a vari...Alexander Potapenko2012-09-06
* [asan] Use __ANDROID__ guard in asan_test.Evgeniy Stepanov2012-09-06
* Use the return value of dladdr() to avoid Clang warning.Alexander Potapenko2012-09-06
* [asan] increase max stack size to 256 (+test)Kostya Serebryany2012-09-06
* Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.Alexander Potapenko2012-09-06
* [ASan] actually remove old makefileAlexey Samsonov2012-09-06
* [TSan] add support for running external symbolizer other than addr2line (for ...Alexey Samsonov2012-09-06
* [Sanitizer] remove unused fieldAlexey Samsonov2012-09-06
* [ASan] Nuke output_tests/ in favor of lit_tests/. Stop using Makefile.old.Alexey Samsonov2012-09-06
* [asan] increase the maximal size of malloc/free stackKostya Serebryany2012-09-06
* [Sanitizer] implement readlink as syscall on LinuxAlexey Samsonov2012-09-05
* [ASan] Hack ASan lit config to allow running lit on tests manuallyAlexey Samsonov2012-09-05
* [asan] added tests for asan-initialization-order, patch by Reid WatsonKostya Serebryany2012-09-05
* [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov2012-09-05
* [ASan] Add CMake support for building ASan benchmarksAlexey Samsonov2012-09-05
* [ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov2012-09-05
* [Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov2012-09-05
* [Sanitizer] Support for reading inlined frames from llvm-symbolizerAlexey Samsonov2012-09-04
* tsan: do not crash with obscure message if a user passes invalid arguments to...Dmitry Vyukov2012-09-02
* tsan: insert cfi directives into assembly (not fully working for now, though)Dmitry Vyukov2012-09-02
* tsan: more robust current thread stack restorationDmitry Vyukov2012-09-02
* tsan: better diagnostics for mutex misuseDmitry Vyukov2012-09-01
* tsan: fix crash when users pass insane mutex addresses in dynamic annotationsDmitry Vyukov2012-08-31
* tsan: add "as if synchronized via sleep" featureDmitry Vyukov2012-08-31
* tsan: fix windows build (2)Dmitry Vyukov2012-08-31
* tsan: fix windows build (1)Dmitry Vyukov2012-08-31
* tsan: slightly optimize mutex unlock Dmitry Vyukov2012-08-31
* tsan: more precise handling of atomic_store(memory_order_release)Dmitry Vyukov2012-08-31
* tsan: improve stack depotDmitry Vyukov2012-08-31
* [tsan] locate the auxilary space for tsan's Allocator64 after the main region...Kostya Serebryany2012-08-31
* [Sanitizer] fix overloaded operator errorAlexey Samsonov2012-08-31
* [compiler-rt] Move draft code for llvm-symbolizer to compiler-rt/utils/llvm-s...Alexey Samsonov2012-08-31
* [Sanitizer] Remove some calls to libc malloc from symbolizerAlexey Samsonov2012-08-31
* [Sanitizer] Resolve fixme: break dependency of sanitizer_common tests on TSan...Alexey Samsonov2012-08-31
* [Sanitizer] Make lint checking a standalone script in sanitizer_commonAlexey Samsonov2012-08-31
* [Sanitizer] Remove lint checkers from our old makefiles in favor of buildbotAlexey Samsonov2012-08-31