summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [compiler-rt] Set valid PC calling __asan_report_error SetErrorReportCallback...Vitaly Buka2017-01-051-1/+2
* [compiler-rt] Make macros use __sanitizer::uptr instead of just uptr.Vitaly Buka2017-01-051-9/+10
* [asan] Fix comparison in BufferedStackTrace::LocatePcInTraceVitaly Buka2017-01-051-11/+6
* Revert "[sancov] introducing SANCOV_OPTIONS"Mike Aizatsky2017-01-056-170/+4
* [sancov] force default flags for windowsMike Aizatsky2017-01-052-3/+6
* [sancov] enabling tests on ppc and s390Mike Aizatsky2017-01-051-1/+2
* fixing build, accidentally deleted two linesMike Aizatsky2017-01-051-0/+2
* [sancov] workaround for absence of weak symbols on winMike Aizatsky2017-01-051-0/+2
* [sancov] workaround for absence of weak symbols on winMike Aizatsky2017-01-051-2/+1
* [gtest] Teach the sanitizer's custom gtest compilations to disableChandler Carruth2017-01-052-0/+2
* [sancov] introducing SANCOV_OPTIONSMike Aizatsky2017-01-056-4/+163
* break overly long line in sanitizer_win.ccBob Haarman2017-01-051-1/+2
* fix warning about noreturn in sanitizer_win's internal__exit()Bob Haarman2017-01-051-1/+15
* [compiler-rt] suppress LNK4221 warning when creating static librariesBob Haarman2017-01-041-0/+11
* [XRay] [compiler-rt] Include argv[0] in the log file name.Dean Michael Berris2017-01-032-6/+29
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-0318-1189/+127
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-0318-127/+1189
* Decrease kLargeMalloc block size in ASAN unit tests.Evgeniy Stepanov2016-12-281-1/+3
* Fix unit test broken by D27873.Evgeniy Stepanov2016-12-281-1/+1
* [asan] Mark printf-m test as unsupported on windows.Evgeniy Stepanov2016-12-271-1/+1
* [asan] Fix handling of %m in printf interceptor.Evgeniy Stepanov2016-12-273-4/+21
* [compiler-rt] Fix compilation error after r290626Vitaly Buka2016-12-271-1/+3
* [compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka2016-12-276-55/+42
* [asan] Fix test broken by r290540Vitaly Buka2016-12-271-12/+14
* test: filter out -fPIE/-pie on WindowsSaleem Abdulrasool2016-12-273-2/+11
* [tsan] Fix string to bool conversion warnings in tsan testsVitaly Buka2016-12-271-3/+3
* [inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina2016-12-261-2/+2
* [sanitizer] Define some CPU type symbols (like CPU_SUBTYPE_X86_64_H) when the...Kuba Mracek2016-12-251-0/+14
* Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin2016-12-232-6/+2
* [XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch2016-12-232-2/+6
* [scudo] Use the macro get_test_cc_for_arch for the testsKostya Kortchinsky2016-12-231-10/+1
* [tests] Add missing "int_lib.h" includes and extend guardsMichal Gorny2016-12-232-1/+3
* [compiler-rt] Define COMMON_INTERCEPT_FUNCTION_MEMCPY for tsan and esanVitaly Buka2016-12-231-0/+4
* Fix interceptors setup broken after r290382Vitaly Buka2016-12-233-15/+13
* Replace WRAP in interceptors with memset, memmove and memcpy implementationVitaly Buka2016-12-223-142/+186
* Expose thread local quarantine size as ASAN option.Evgeniy Stepanov2016-12-227-8/+64
* Improve ThreadedQuarantineTest heap memory measurements.Evgeniy Stepanov2016-12-221-1/+7
* Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin2016-12-222-4/+2
* [XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch2016-12-222-2/+4
* [compiler-rt] Add missing includes of <errno.h> and <iterator>Krzysztof Parzyszek2016-12-221-0/+2
* [XRay] [compiler-rt] Move machine-dependent code into machine-dependent filesDiana Picus2016-12-227-139/+209
* Increase the treshold in unit test to accomodate for qurantine size increase.Evgeniy Stepanov2016-12-211-1/+2
* Reduce the size of quarantine cache in ASAN_LOW_MEMORY configuration.Evgeniy Stepanov2016-12-214-5/+8
* [scudo] ARM32 supportKostya Kortchinsky2016-12-202-2/+2
* Fix build breakage on FreeBSD after rL289878/rL289881Dimitry Andric2016-12-203-3/+5
* Make this REQUIRES match the other REQUIRES lines that mention requiringChandler Carruth2016-12-201-1/+1
* Fixup for r290119: Only run debug_alloc_stack.cc on Darwin until I figure out...Kuba Mracek2016-12-191-0/+3
* More fixup for r290119: Make the ifdef work.Kuba Mracek2016-12-191-2/+2
* Another fix-up for r290119: Include stdint.h so we have uint64_t on Linux.Kuba Mracek2016-12-191-0/+1
* Fix-up for r290119 - don't check global size, it might not be available when ...Kuba Mracek2016-12-191-1/+1