summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tsan: add __tsan_java_finalize interface functionDmitry Vyukov2014-06-274-0/+39
* [ASan] When iterating over segments on OSX, treat the segments' initialAlexander Potapenko2014-06-251-2/+4
* [msan] Fix bad interaction between with-calls mode and chained origin tracking.Evgeniy Stepanov2014-06-255-14/+58
* [sanitizer] Fix build on platforms where dtls support is disabled.Evgeniy Stepanov2014-06-251-1/+1
* [msan] Fix false positive on dynamic tls.Evgeniy Stepanov2014-06-257-14/+34
* Remove ARM XFAIL from passing testGreg Fitzgerald2014-06-241-1/+0
* [asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders2014-06-245-11/+56
* [msan] Fix origin copying.Evgeniy Stepanov2014-06-242-6/+36
* [msan] Print stats even on successful run with atexit=1.Evgeniy Stepanov2014-06-244-6/+10
* tsan: fix code formattingDmitry Vyukov2014-06-211-1/+1
* builtins: assembly routines are not staticSaleem Abdulrasool2014-06-211-1/+1
* tsan: fix windows build scriptDmitry Vyukov2014-06-201-1/+1
* tsan: add Go build script for freebsdDmitry Vyukov2014-06-201-5/+16
* tsan: port to freebsdDmitry Vyukov2014-06-201-2/+16
* tsan: fix freebsd buildDmitry Vyukov2014-06-201-0/+7
* tsan: remove unused header includeDmitry Vyukov2014-06-201-1/+0
* tsan: remove unused header includeDmitry Vyukov2014-06-201-1/+0
* tsan: remove unused header includeDmitry Vyukov2014-06-201-1/+0
* [asan] when reporting an ODR violation, also print the stack traces where the...Kostya Serebryany2014-06-204-15/+62
* Provide mul for IEEE quad. From GuanHong Liu.Joerg Sonnenberger2014-06-193-0/+121
* Provide add and sub for IEEE quad. From GuanHong Liu.Joerg Sonnenberger2014-06-195-0/+210
* [sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov2014-06-196-11/+165
* Revert "[sanitizer] Intercept pthread_*attr_get*."Arnold Schwaighofer2014-06-186-103/+11
* [sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov2014-06-186-11/+103
* [msan] Intercept __getdelim.Evgeniy Stepanov2014-06-182-5/+15
* [msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.Evgeniy Stepanov2014-06-181-0/+25
* [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=321 f...Alexander Potapenko2014-06-183-2/+438
* [msan] Fix handling of multiplication by a constant with a number of trailing...Evgeniy Stepanov2014-06-171-0/+27
* builtins: add it blocks for Thumb-2Saleem Abdulrasool2014-06-163-8/+38
* compiler-rt: prefer thumb over ARMSaleem Abdulrasool2014-06-1610-0/+31
* Swap getdtablesize() for sysconf(_SC_OPEN_MAX).Dan Albert2014-06-161-1/+1
* [sanitizer] Support PTRACE_GETEVENTMSG in the ptrace() interceptor.Sergey Matveev2014-06-163-1/+5
* Add Guan-Hong Liu.Joerg Sonnenberger2014-06-161-0/+4
* [asan] initialze varaibles to avoid a (false positive) report from gcc's -Wma...Kostya Serebryany2014-06-161-2/+2
* Fix building InstrProfilingFile.c on FreeBSDViktor Kutuzov2014-06-151-1/+0
* Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit ...Viktor Kutuzov2014-06-152-9/+88
* Exclude Android from the tests for valloc/pvalloc.Dan Albert2014-06-142-2/+4
* [Sanitizer] Merge AnsiColorDecorator and SanitizerCommonDecorator, use the la...Alexey Samsonov2014-06-132-18/+23
* [UBSan] Respect runtime flag for colorizing reportsAlexey Samsonov2014-06-131-2/+2
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-137-18/+15
* [asan] Fix mmap-ed coverage with coverage=0.Evgeniy Stepanov2014-06-112-2/+20
* [asan] Run Android test with asanwrapper.Evgeniy Stepanov2014-06-111-1/+1
* [asan] Exclude non-executable mappings from coverage.Evgeniy Stepanov2014-06-116-15/+21
* [asan] One more coverage test.Evgeniy Stepanov2014-06-111-8/+34
* [asan] Fix coverage-android test to avoid name conflict.Evgeniy Stepanov2014-06-111-6/+3
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-101-0/+3
* [sanitizer] Relax sanity checks in ioctl decoding.Evgeniy Stepanov2014-06-102-4/+29
* [asan] Disable a flaky test.Evgeniy Stepanov2014-06-101-1/+4
* [TSan] Exclude blacklist tests from manual test runnerAlexey Samsonov2014-06-091-2/+5
* [asan] Remove dependency of tests on runtime library in standalone build.Evgeniy Stepanov2014-06-091-2/+4