aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer
AgeCommit message (Expand)AuthorFilesLines
2017-10-05Add sanitizer_linux_x86_64.lo if __x86_64__ is defined by $CCH.J. Lu2-0/+8
2017-10-02backtrace-rename.h (backtrace_uncompress_zdebug): Define.Jakub Jelinek2-0/+6
2017-08-07* include/system/sys/ptrace.h: New file.Jakub Jelinek2-0/+11
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek4-0/+46
2017-07-14re PR sanitizer/81066 (sanitizer_stoptheworld_linux_libcdep.cc:276:22: error:...Jakub Jelinek5-7/+12
2017-04-06Cherry-pick upstream r299036 from libsanitizer (PR sanitizer/80166).Martin Liska2-1/+8
2017-03-22re PR sanitizer/78158 (Strange data race detection with thread sanitizer)Jakub Jelinek2-1/+23
2017-02-16re PR sanitizer/79562 (sanitizer breaks bootstrap of x86_64-*-freebsd)Andreas Tobler2-6/+7
2017-02-11re PR sanitizer/79341 (Many Asan tests fail on s390)Jakub Jelinek5-15/+68
2017-02-03re PR sanitizer/78663 (Hundreds of asan failures on x86_64-apple-darwin10 at ...Maxim Ostapenko3-10/+28
2017-01-31s390.c (s390_asan_shadow_offset): New function.Jakub Jelinek2-0/+9
2017-01-24* configure.tgt: Enable tsan and lsan on powerpc64{,le}-*-linux*.Jakub Jelinek2-1/+8
2017-01-24re PR sanitizer/79168 (libtsan fails to link when cross compiling GCC tip for...Jakub Jelinek9-0/+28
2017-01-21re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek13-12/+29
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek12-4/+50
2017-01-10re PR sanitizer/78992 (Incorrect sigaction definition on 32-bit sparc)James Clarke2-2/+11
2016-11-30Add PR sanitizer/78532 patch to libsanitizer/LOCAL_PATCHES.Maxim Ostapenko2-0/+5
2016-11-30re PR sanitizer/78532 (libsanitizer fails to build on sparc64-linux-gnu)Maxim Ostapenko2-0/+18
2016-11-29Remove r242480 from libsanitizer/LOCAL_PATCHESMarkus Trippelsdorf2-1/+4
2016-11-20Add PR sanitizer/78267 patch to libsanitizer/LOCAL_PATCHESRainer Orth2-0/+5
2016-11-20Fix libsanitizer build on OS X 10.1[01], macOS 10.12 (PR sanitizer/78267)Rainer Orth2-1/+7
2016-11-16Add revsison to libsanitizer/LOCAL_PATCHESMarkus Trippelsdorf2-0/+5
2016-11-16Fix PR78294 - thread sanitizer broken when using ld.goldMarkus Trippelsdorf2-0/+6
2016-11-16LOCAL_PATCHES: New file.Maxim Ostapenko2-0/+8
2016-11-16re PR sanitizer/78307 (missing symbols in libubsan without changing the soname)Maxim Ostapenko6-1/+71
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-1/+4
2016-11-09asan_globals.cc (RegisterGlobal): Do not call CheckODRViolationViaPoisoning.Maxim Ostapenko2-19/+6
2016-11-09sanitizer_stacktrace.cc (GetCanonicFrame): Assume we compiled code with GCC w...Maxim Ostapenko2-2/+8
2016-11-09re PR sanitizer/63958 (bootstrap failure in the sanitizer libs on sparc-linux...Maxim Ostapenko3-3/+77
2016-11-09All source files: Merge from upstream 285547.Maxim Ostapenko211-5347/+14569
2016-09-21re PR sanitizer/77567 (ASAN: Bugus error "alloc-dealloc-mismatch (malloc vs o...Jakub Jelinek2-10/+57
2016-09-05re PR sanitizer/77396 (address sanitizer crashes if all static global variab...Jakub Jelinek2-3/+9
2016-08-12re PR sanitizer/71042 (libtsan requires __pointer_chk_guard@GLIBC_PRIVATE (6))Jakub Jelinek3-12/+80
2016-07-25Revert 2015-11-09 sanitizer/obstack configuryAlan Modra13-72/+22
2016-05-17re PR sanitizer/71160 (libasan: Backport support for malloc within dlsym)Jakub Jelinek2-10/+39
2016-04-21Cherry-pick r266868 from upstream.Maxim Ostapenko2-1/+10
2016-01-19re PR sanitizer/68824 (libtsan is missing the __interceptor___tls_get_addr sy...Jakub Jelinek2-0/+21
2016-01-14configure.ac: Replace the hard-coded -ldl requirement for link_sanitizer_comm...Andreas Tobler3-4/+56
2015-11-24Move ptrace.h to appropriate place.Max Ostapenko2-1/+6
2015-11-24Fix libsanitizer build with old kernel headers on ARM after r230739.Max Ostapenko2-0/+11
2015-11-23libsanitizer merge from upstream r253555.Max Ostapenko65-778/+1709
2015-11-09Update libsanitizer obstack interceptorsAlan Modra14-11/+99
2015-10-23Update HOWTO_MERGE file for libsanitizer.Maxim Ostapenko1-18/+31
2015-10-22Fix bootstrap on x86_64-apple-darwin14 after r229119.Max Ostapenko5-31/+128
2015-10-21HOWTO_MERGE: New file.Max Ostapenko2-0/+30
2015-10-21sanitizer_stacktrace.cc (GetCanonicFrame): Assume we compiled code with GCC w...Max Ostapenko2-2/+8
2015-10-21re PR bootstrap/63888 (bootstrap failed when configured with -with-build-conf...Max Ostapenko2-1/+14
2015-10-21re PR sanitizer/63958 (bootstrap failure in the sanitizer libs on sparc-linux...Max Ostapenko3-3/+76
2015-10-21libsanitizer merge from upstream r250806.Max Ostapenko218-6443/+12307
2015-09-09Fix sanitizer/67258 by cherry picking upstream patchMarkus Trippelsdorf2-3/+8