summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-19[ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov
2013-12-19[Sanitizer] Delete unused StackTrace::PrintStack argumentAlexey Samsonov
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-12-19Fix -Werror compilation.Evgeniy Stepanov
2013-12-18[DFSan] New custom wrappersLorenzo Martignoni
2013-12-18[Sanitizers] Fix CL compile-time warning in the symbolizerTimur Iskhodzhanov
2013-12-18[Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-18[msan] Disable DynamoRio detection.Evgeniy Stepanov
2013-12-17[lsan] Remove the LSan-specific verbosity flag.Sergey Matveev
2013-12-17[lsan] Introduce print_suppressions flag.Sergey Matveev
2013-12-17Fix gen_dynamic_list.py for Python 3. Patch by Marcoen Hirschberg.Alexey Samsonov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-12-17[lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev
2013-12-17[LSan] Add a real test for suppressions file instead of duplicated test case.Alexey Samsonov
2013-12-17[msan] Tweak gethostbyname_r interceptor some more.Evgeniy Stepanov
2013-12-16[msan] Relax gethostbyname_r test condition.Evgeniy Stepanov
2013-12-16[msan] Fix gethostbyname_r and similar interceptors.Evgeniy Stepanov
2013-12-16[asan] fix the test so that it works even if stack size is unlimited by defaultKostya Serebryany
2013-12-16[asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...Kostya Serebryany
2013-12-13[msan] Fix strncat interceptor, add missing tests.Evgeniy Stepanov
2013-12-13[asan] add flag uar_noreserve to use noreserve mmap for fake stack. uar_nores...Kostya Serebryany
2013-12-13[sanitizer] Disable call wrapping when building for Go.Evgeniy Stepanov
2013-12-13[msan] Wrap indirect calls from sanitizer rtl when running under DR.Evgeniy Stepanov
2013-12-13[msan] Add a check for recursive __msan_init.Evgeniy Stepanov
2013-12-12[msan] Clean stack and TLS shadow on thread exit.Evgeniy Stepanov
2013-12-11[asan] when a fake stack is being unmapped also flush the corresponding shadowKostya Serebryany
2013-12-11[asan] if verbosity>=2, print the fake stack usage stats at thread exit; No f...Kostya Serebryany
2013-12-11[msandr] Remove one more use of std::string and put all STL headers under ifdef.Evgeniy Stepanov
2013-12-11[msandr] Remove std::string in dr_init for optimized hybrid execution.Evgeniy Stepanov
2013-12-11Only build embedded darwin variants if the compiler supports themTim Northover
2013-12-11[msan] Get stack limits with pthread_create interceptor.Evgeniy Stepanov
2013-12-11[TSan] Move declarations of __tsan_atomic functions to a public headerAlexey Samsonov
2013-12-11[TSan] Replace __tsan::OverrideFlags with __tsan::OnInitializeAlexey Samsonov
2013-12-10Fix minor gcc warnings.Matt Arsenault
2013-12-10[asan] relax HugeMallocTest so that it does not fail on small-RAM machinesKostya Serebryany
2013-12-10[asan] remove one test from SizedStackTest which relied on a now-wrong assump...Kostya Serebryany
2013-12-10[ASan] Fix StackTrace::SlowUnwindStack on WindowsTimur Iskhodzhanov
2013-12-10Revert a final patch that was committed without the author contributingChandler Carruth
2013-12-09Unbreak build by adding an implementation of PopStackFrames function.Richard Smith
2013-12-09Revert three patches which were committed without explicit contributionChandler Carruth
2013-12-09ubsan: Fix typo in 'TypeCheck/vptr.cpp' test to resolve 32bit failure.Will Dietz
2013-12-09Fix Windows build.Sergey Matveev
2013-12-09PR17977: don't assume EOWNERDEAD is always definedAlexey Samsonov
2013-12-09[lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev
2013-12-06Fix integer tests on platforms where uint64_t is 'unsigned long long'.Will Dietz
2013-12-06[asan] in SizedStackTest check the death string, also restrict one of the che...Kostya Serebryany
2013-12-06[msan] Allow strlen() (and similar functions) of shadow memory.Evgeniy Stepanov
2013-12-06[asan] rewrite asan's stack frame layout, compiler-rt partKostya Serebryany
2013-12-05PR16532: work around old GCC bug in interception_type_test.ccAlexey Samsonov