summaryrefslogtreecommitdiff
path: root/libsanitizer
AgeCommit message (Expand)Author
2018-05-24libsanitizer: Use pre-computed size of struct ustat for LinuxH.J. Lu
2018-04-26If someone has access to a 64-bit mips-linux system to test this (with the ob...Hans-Peter Nilsson
2018-04-26As mentioned in <http://gcc.gnu.org/ml/gcc/2018-03/msg00133.html> the bogus a...Hans-Peter Nilsson
2018-04-26This appears to be present in compiler-rt upstream, but as part of more intru...Hans-Peter Nilsson
2018-04-24Regenerate configure of target librariesH.J. Lu
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm
2018-04-18re PR sanitizer/85389 (posix_memalign() crash with address sanitizer when pas...Bill Seurer
2018-03-19re PR sanitizer/84761 (AddressSanitizer is not compatible with glibc 2.27 on ...Jakub Jelinek
2018-03-14rs6000: Fix sanitizer frame unwind on 32-bit ABIsSegher Boessenkool
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist
2018-02-06Add upstream svn rev for PR sanitizer/82825.Rainer Orth
2018-02-05Cherry-pick libsanitizer pointer-pair tristate option.Martin Liska
2018-01-17Guard against undefined weak symbols before Mac OS X 10.9 (PR sanitizer/82825)Rainer Orth
2018-01-13Allow for lack of VM_MEMORY_OS_ALLOC_ONCE on Mac OS X (PR sanitizer/82824)Rainer Orth
2017-12-05invoke.texi: Document the options.Martin Liska
2017-11-17Enable building libsanitizer with Intel CETIgor Tsimbalist
2017-11-08re PR bootstrap/82670 (UBSAN bootstrap broken after recent libsanitizer merge)Jakub Jelinek
2017-11-05[libsanitizer] Remove semicolon after do {} while (0) in macro bodyTom de Vries
2017-10-20re PR sanitizer/82595 (bootstrap fails in libsanitizer on powerpc64-unknown-l...Jakub Jelinek
2017-10-19ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch builtins...Jakub Jelinek
2017-10-05Add sanitizer_linux_x86_64.lo if __x86_64__ is defined by $CCH.J. Lu
2017-10-02backtrace-rename.h (backtrace_uncompress_zdebug): Define.Jakub Jelinek
2017-08-07* include/system/sys/ptrace.h: New file.Jakub Jelinek
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek
2017-07-14re PR sanitizer/81066 (sanitizer_stoptheworld_linux_libcdep.cc:276:22: error:...Jakub Jelinek
2017-04-06Cherry-pick upstream r299036 from libsanitizer (PR sanitizer/80166).Martin Liska
2017-03-22re PR sanitizer/78158 (Strange data race detection with thread sanitizer)Jakub Jelinek
2017-02-16re PR sanitizer/79562 (sanitizer breaks bootstrap of x86_64-*-freebsd)Andreas Tobler
2017-02-11re PR sanitizer/79341 (Many Asan tests fail on s390)Jakub Jelinek
2017-02-03re PR sanitizer/78663 (Hundreds of asan failures on x86_64-apple-darwin10 at ...Maxim Ostapenko
2017-01-31s390.c (s390_asan_shadow_offset): New function.Jakub Jelinek
2017-01-24* configure.tgt: Enable tsan and lsan on powerpc64{,le}-*-linux*.Jakub Jelinek
2017-01-24re PR sanitizer/79168 (libtsan fails to link when cross compiling GCC tip for...Jakub Jelinek
2017-01-21re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2017-01-10re PR sanitizer/78992 (Incorrect sigaction definition on 32-bit sparc)James Clarke
2016-11-30Add PR sanitizer/78532 patch to libsanitizer/LOCAL_PATCHES.Maxim Ostapenko
2016-11-30re PR sanitizer/78532 (libsanitizer fails to build on sparc64-linux-gnu)Maxim Ostapenko
2016-11-29Remove r242480 from libsanitizer/LOCAL_PATCHESMarkus Trippelsdorf
2016-11-20Add PR sanitizer/78267 patch to libsanitizer/LOCAL_PATCHESRainer Orth
2016-11-20Fix libsanitizer build on OS X 10.1[01], macOS 10.12 (PR sanitizer/78267)Rainer Orth
2016-11-16Add revsison to libsanitizer/LOCAL_PATCHESMarkus Trippelsdorf
2016-11-16Fix PR78294 - thread sanitizer broken when using ld.goldMarkus Trippelsdorf
2016-11-16LOCAL_PATCHES: New file.Maxim Ostapenko
2016-11-16re PR sanitizer/78307 (missing symbols in libubsan without changing the soname)Maxim Ostapenko
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose
2016-11-09asan_globals.cc (RegisterGlobal): Do not call CheckODRViolationViaPoisoning.Maxim Ostapenko
2016-11-09sanitizer_stacktrace.cc (GetCanonicFrame): Assume we compiled code with GCC w...Maxim Ostapenko
2016-11-09re PR sanitizer/63958 (bootstrap failure in the sanitizer libs on sparc-linux...Maxim Ostapenko