summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [ASan] Quick-fix tests for new string interceptors.Yury Gribov2015-06-108-17/+17
* [asan] Fixup to r239134. This test does pass on darwin.Anna Zaks2015-06-081-1/+1
* [asan] Disable asan for aarch64.Evgeniy Stepanov2015-06-081-1/+1
* [asan] Enable AArch64 build of ASan runtime and tests.Evgeniy Stepanov2015-06-081-1/+1
* [asan] Fix Android build for API >= 21.Evgeniy Stepanov2015-06-081-1/+1
* [asan] Fix build of AsanNoinstTest on Android.Evgeniy Stepanov2015-06-081-0/+2
* [ASan] Bump maximum allowed malloc() size in ASan allocator to 1Tb.Alexey Samsonov2015-06-051-2/+2
* [ASan] Add process basename to log name and error message toYury Gribov2015-06-054-13/+50
* [tsan] Disable a flaky test.Evgeniy Stepanov2015-06-041-0/+2
* [ASan] Fix Darwin and Windows builds.Yury Gribov2015-06-042-12/+0
* [ASan] Make binary name reader cross-platform.Yury Gribov2015-06-0411-35/+51
* [ASan] Move ASan runtime library self-checks to a more appropriate place.Yury Gribov2015-06-042-4/+7
* [sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas2015-06-048-26/+75
* [asan] Fix undefined MAP_NORESERVE on FreeBSD.Evgeniy Stepanov2015-06-041-0/+7
* [Sanitizers] Add *SAN_OPTIONS to possibly_dangerous_env_varsFilipe Cabecinhas2015-06-041-1/+3
* Tests: disable test of /proc filesystem on Darwin.Tim Northover2015-06-021-1/+1
* [ASan] Fixed tests to pass on Darwin. Patch by Maria Guseva!Yury Gribov2015-06-024-4/+8
* [sanitizer] Add -lrt to dyndd link line.Evgeniy Stepanov2015-05-291-0/+1
* profile: Fix link errors in this test on darwinJustin Bogner2015-05-294-9/+6
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-2920-54/+166
* Use sanitizer_atomic_clang.h with clang-cl instead of the MSVC variantReid Kleckner2015-05-291-1/+1
* [ASan] Fix flaky tests (see https://llvm.org/bugs/show_bug.cgi?id=23230).Yury Gribov2015-05-292-12/+22
* [asan] Add new(unsigned int) to ASan interface list.Evgeniy Stepanov2015-05-281-5/+12
* Use /usr/bin/env to find pythonEd Maste2015-05-282-2/+2
* [ASan] Disable alloca tests on ARM targets due to flakiness.Yury Gribov2015-05-284-8/+4
* [ASan] XFAIL VLA tests on ARM and PowerPC. Patch by Max Ostapenko!Yury Gribov2015-05-284-0/+9
* [ASan] Add new interceptors to asan_win_dll_thunk.cc to fix build errors on W...Yury Gribov2015-05-281-0/+4
* [sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov2015-05-2824-11/+503
* [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov2015-05-288-0/+172
* [asan] Fix build dependency issues with ASan version list file.Evgeniy Stepanov2015-05-271-2/+15
* Test case for PR 23499.Diego Novillo2015-05-272-1/+6
* [msan] Fix mmap test on Fedora.Evgeniy Stepanov2015-05-261-1/+2
* [msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov2015-05-244-12/+75
* [dfsan] ignore more __sanitizer callbacksKostya Serebryany2015-05-231-5/+3
* builtins: mark functions as aapcs on WindowsSaleem Abdulrasool2015-05-221-1/+5
* [darwin] fix libcompiler_rt.dylib buildNick Kledzik2015-05-201-1/+1
* Revert some of "Silence some CMake 3.3 dev warnings in compiler-rt"Reid Kleckner2015-05-201-6/+0
* Silence some CMake 3.3 dev warnings in compiler-rtReid Kleckner2015-05-202-1/+7
* Factor out LTO detection to common configuration.Peter Collingbourne2015-05-192-23/+30
* CFI: Remove <utility> include.Peter Collingbourne2015-05-191-1/+0
* [ASan/Win] Add DLL thunk for new coverage hookReid Kleckner2015-05-191-0/+1
* [sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur2015-05-194-4/+8
* [asan] Disable static-tls test on PowerPC.Evgeniy Stepanov2015-05-171-0/+2
* [sanitizer] Recognize static TLS in __tls_get_addr interceptor.Evgeniy Stepanov2015-05-167-3/+66
* [tsan] deflakify one more tsan testKostya Serebryany2015-05-141-0/+4
* [Builtins] Wire half-precision conversions through cc_kext makefiles.Ahmed Bougacha2015-05-141-0/+3
* [Builtins] Wire half-precision conversions through Darwin makefiles.Ahmed Bougacha2015-05-143-3/+12
* [Builtins] Implement f2h/h2f by jumping to trunc/extend.Ahmed Bougacha2015-05-142-4/+8
* Include missing 'sanitizer_platform_limits_posix.h'Ismail Pazarbasi2015-05-121-0/+1
* Call system's sigfillset and sigprocmask functions from sanitizersIsmail Pazarbasi2015-05-121-0/+7