summaryrefslogtreecommitdiff
path: root/libsanitizer
Commit message (Expand)AuthorAgeFilesLines
* re PR sanitizer/86012 (libsanitizer build failure on sparc64-linux-gnu)Matthias Klose2018-05-312-1/+7
* libsanitizer: Use pre-computed size of struct ustat for LinuxH.J. Lu2018-05-242-2/+21
* If someone has access to a 64-bit mips-linux system to test this (with the ob...Hans-Peter Nilsson2018-04-262-1/+10
* As mentioned in <http://gcc.gnu.org/ml/gcc/2018-03/msg00133.html> the bogus a...Hans-Peter Nilsson2018-04-263-3/+13
* This appears to be present in compiler-rt upstream, but as part of more intru...Hans-Peter Nilsson2018-04-262-1/+6
* Regenerate configure of target librariesH.J. Lu2018-04-242-1/+5
* cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2018-04-192-7/+10
* re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2018-04-182-1/+6
* re PR sanitizer/85389 (posix_memalign() crash with address sanitizer when pas...Bill Seurer2018-04-182-1/+7
* 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