summaryrefslogtreecommitdiff
path: root/libsanitizer
Commit message (Expand)AuthorAgeFilesLines
* re PR sanitizer/84761 (AddressSanitizer is not compatible with glibc 2.27 on ...Jakub Jelinek2018-03-192-14/+40
* rs6000: Fix sanitizer frame unwind on 32-bit ABIsSegher Boessenkool2018-03-142-3/+16
* CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2018-02-192-1/+21
* Add upstream svn rev for PR sanitizer/82825.Rainer Orth2018-02-061-1/+1
* Cherry-pick libsanitizer pointer-pair tristate option.Martin Liska2018-02-053-4/+14
* Guard against undefined weak symbols before Mac OS X 10.9 (PR sanitizer/82825)Rainer Orth2018-01-172-1/+13
* Allow for lack of VM_MEMORY_OS_ALLOC_ONCE on Mac OS X (PR sanitizer/82824)Rainer Orth2018-01-132-1/+13
* invoke.texi: Document the options.Martin Liska2017-12-056-7/+107
* Enable building libsanitizer with Intel CETIgor Tsimbalist2017-11-1721-18/+187
* re PR bootstrap/82670 (UBSAN bootstrap broken after recent libsanitizer merge)Jakub Jelinek2017-11-083-13/+10
* [libsanitizer] Remove semicolon after do {} while (0) in macro bodyTom de Vries2017-11-053-3/+10
* re PR sanitizer/82595 (bootstrap fails in libsanitizer on powerpc64-unknown-l...Jakub Jelinek2017-10-204-18/+61
* ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch builtins...Jakub Jelinek2017-10-19261-5763/+14251
* Add sanitizer_linux_x86_64.lo if __x86_64__ is defined by $CCH.J. Lu2017-10-052-0/+8
* backtrace-rename.h (backtrace_uncompress_zdebug): Define.Jakub Jelinek2017-10-022-0/+6
* * include/system/sys/ptrace.h: New file.Jakub Jelinek2017-08-072-0/+11
* re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek2017-07-284-0/+46
* re PR sanitizer/81066 (sanitizer_stoptheworld_linux_libcdep.cc:276:22: error:...Jakub Jelinek2017-07-145-7/+12
* Cherry-pick upstream r299036 from libsanitizer (PR sanitizer/80166).Martin Liska2017-04-062-1/+8
* re PR sanitizer/78158 (Strange data race detection with thread sanitizer)Jakub Jelinek2017-03-222-1/+23
* re PR sanitizer/79562 (sanitizer breaks bootstrap of x86_64-*-freebsd)Andreas Tobler2017-02-162-6/+7
* re PR sanitizer/79341 (Many Asan tests fail on s390)Jakub Jelinek2017-02-115-15/+68
* re PR sanitizer/78663 (Hundreds of asan failures on x86_64-apple-darwin10 at ...Maxim Ostapenko2017-02-033-10/+28
* s390.c (s390_asan_shadow_offset): New function.Jakub Jelinek2017-01-312-0/+9
* * configure.tgt: Enable tsan and lsan on powerpc64{,le}-*-linux*.Jakub Jelinek2017-01-242-1/+8
* re PR sanitizer/79168 (libtsan fails to link when cross compiling GCC tip for...Jakub Jelinek2017-01-249-0/+28
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-2113-12/+29
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-1712-4/+50
* re PR sanitizer/78992 (Incorrect sigaction definition on 32-bit sparc)James Clarke2017-01-102-2/+11
* Add PR sanitizer/78532 patch to libsanitizer/LOCAL_PATCHES.Maxim Ostapenko2016-11-302-0/+5
* re PR sanitizer/78532 (libsanitizer fails to build on sparc64-linux-gnu)Maxim Ostapenko2016-11-302-0/+18
* Remove r242480 from libsanitizer/LOCAL_PATCHESMarkus Trippelsdorf2016-11-292-1/+4
* Add PR sanitizer/78267 patch to libsanitizer/LOCAL_PATCHESRainer Orth2016-11-202-0/+5
* Fix libsanitizer build on OS X 10.1[01], macOS 10.12 (PR sanitizer/78267)Rainer Orth2016-11-202-1/+7
* Add revsison to libsanitizer/LOCAL_PATCHESMarkus Trippelsdorf2016-11-162-0/+5
* Fix PR78294 - thread sanitizer broken when using ld.goldMarkus Trippelsdorf2016-11-162-0/+6
* LOCAL_PATCHES: New file.Maxim Ostapenko2016-11-162-0/+8
* re PR sanitizer/78307 (missing symbols in libubsan without changing the soname)Maxim Ostapenko2016-11-166-1/+71
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-152-1/+4
* asan_globals.cc (RegisterGlobal): Do not call CheckODRViolationViaPoisoning.Maxim Ostapenko2016-11-092-19/+6
* sanitizer_stacktrace.cc (GetCanonicFrame): Assume we compiled code with GCC w...Maxim Ostapenko2016-11-092-2/+8
* re PR sanitizer/63958 (bootstrap failure in the sanitizer libs on sparc-linux...Maxim Ostapenko2016-11-093-3/+77
* All source files: Merge from upstream 285547.Maxim Ostapenko2016-11-09211-5347/+14569
* re PR sanitizer/77567 (ASAN: Bugus error "alloc-dealloc-mismatch (malloc vs o...Jakub Jelinek2016-09-212-10/+57
* re PR sanitizer/77396 (address sanitizer crashes if all static global variab...Jakub Jelinek2016-09-052-3/+9
* re PR sanitizer/71042 (libtsan requires __pointer_chk_guard@GLIBC_PRIVATE (6))Jakub Jelinek2016-08-123-12/+80
* Revert 2015-11-09 sanitizer/obstack configuryAlan Modra2016-07-2513-72/+22
* re PR sanitizer/71160 (libasan: Backport support for malloc within dlsym)Jakub Jelinek2016-05-172-10/+39
* Cherry-pick r266868 from upstream.Maxim Ostapenko2016-04-212-1/+10
* re PR sanitizer/68824 (libtsan is missing the __interceptor___tls_get_addr sy...Jakub Jelinek2016-01-192-0/+21