summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-07[asan] Raise quarantine size a bit with ASAN_LOW_MEMORY.Evgeniy Stepanov
2012-09-07[ASan] hack initialization-bug test so that it stably passes on both Linux an...Alexey Samsonov
2012-09-07[ASan] add Linux-specific test for initialization order that checks that we f...Alexey Samsonov
2012-09-06tsan: fix code styleDmitry Vyukov
2012-09-06tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov
2012-09-06tsan: fix Go build scriptDmitry Vyukov
2012-09-06Fix two compiler warnings: must use at least one argument for "..." in a vari...Alexander Potapenko
2012-09-06[asan] Use __ANDROID__ guard in asan_test.Evgeniy Stepanov
2012-09-06Use the return value of dladdr() to avoid Clang warning.Alexander Potapenko
2012-09-06[asan] increase max stack size to 256 (+test)Kostya Serebryany
2012-09-06Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.Alexander Potapenko
2012-09-06[ASan] actually remove old makefileAlexey Samsonov
2012-09-06[TSan] add support for running external symbolizer other than addr2line (for ...Alexey Samsonov
2012-09-06[Sanitizer] remove unused fieldAlexey Samsonov
2012-09-06[ASan] Nuke output_tests/ in favor of lit_tests/. Stop using Makefile.old.Alexey Samsonov
2012-09-06[asan] increase the maximal size of malloc/free stackKostya Serebryany
2012-09-05[Sanitizer] implement readlink as syscall on LinuxAlexey Samsonov
2012-09-05[ASan] Hack ASan lit config to allow running lit on tests manuallyAlexey Samsonov
2012-09-05[asan] added tests for asan-initialization-order, patch by Reid WatsonKostya Serebryany
2012-09-05[ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov
2012-09-05[ASan] Add CMake support for building ASan benchmarksAlexey Samsonov
2012-09-05[ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov
2012-09-05[Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov
2012-09-04[Sanitizer] Support for reading inlined frames from llvm-symbolizerAlexey Samsonov
2012-09-02tsan: do not crash with obscure message if a user passes invalid arguments to...Dmitry Vyukov
2012-09-02tsan: insert cfi directives into assembly (not fully working for now, though)Dmitry Vyukov
2012-09-02tsan: more robust current thread stack restorationDmitry Vyukov
2012-09-01tsan: better diagnostics for mutex misuseDmitry Vyukov
2012-08-31tsan: fix crash when users pass insane mutex addresses in dynamic annotationsDmitry Vyukov
2012-08-31tsan: add "as if synchronized via sleep" featureDmitry Vyukov
2012-08-31tsan: fix windows build (2)Dmitry Vyukov
2012-08-31tsan: fix windows build (1)Dmitry Vyukov
2012-08-31tsan: slightly optimize mutex unlock Dmitry Vyukov
2012-08-31tsan: more precise handling of atomic_store(memory_order_release)Dmitry Vyukov
2012-08-31tsan: improve stack depotDmitry Vyukov
2012-08-31[tsan] locate the auxilary space for tsan's Allocator64 after the main region...Kostya Serebryany
2012-08-31[Sanitizer] fix overloaded operator errorAlexey Samsonov
2012-08-31[compiler-rt] Move draft code for llvm-symbolizer to compiler-rt/utils/llvm-s...Alexey Samsonov
2012-08-31[Sanitizer] Remove some calls to libc malloc from symbolizerAlexey Samsonov
2012-08-31[Sanitizer] Resolve fixme: break dependency of sanitizer_common tests on TSan...Alexey Samsonov
2012-08-31[Sanitizer] Make lint checking a standalone script in sanitizer_commonAlexey Samsonov
2012-08-31[Sanitizer] Remove lint checkers from our old makefiles in favor of buildbotAlexey Samsonov
2012-08-31[TSan] Fix style warinings in output testAlexey Samsonov
2012-08-30Whitespace/lintAlexey Samsonov
2012-08-30tsan: speed up allocator64 GetBlockBegin()Dmitry Vyukov
2012-08-30tsan: simplify TSAN_HISTORY_SIZE codeDmitry Vyukov
2012-08-30tsan: use stack depot to describe heap blocksDmitry Vyukov
2012-08-30asan/tsan: first version of "stack depot"Dmitry Vyukov
2012-08-29[ASan] fix flakiness of Linux-specific clone_test: waitpid should better be p...Alexey Samsonov
2012-08-29For invalid pointers passed to free_common check whether they are actually sk...Alexander Potapenko