aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer
AgeCommit message (Expand)AuthorFilesLines
2019-01-12Remove svn:executable property from a couple of text filesJakub Jelinek1-0/+0
2018-12-27Cherry pick libsanitizer patch (https://reviews.llvm.org/D54856).Martin Liska3-7/+12
2018-11-09Include patch in LOCAL_PATCHES.Martin Liska2-0/+5
2018-11-09Fallback in libsanitizer for scudo sanitizer (PR sanitizer/87892).Martin Liska2-0/+10
2018-11-08[PATCH, rs6000] Disable ASLR in sanitizer on powerpc64.Bill Seurer2-0/+16
2018-11-06Enable libsanitizer on Solaris (PR sanitizer/80953)Rainer Orth2-0/+10
2018-11-06Cherry-pick Solaris sanitizer fixes (PR sanitizer/80953)Rainer Orth7-22/+48
2018-11-05Fix sanitizer frame unwind on 32-bit ABIs (again)Segher Boessenkool3-3/+18
2018-11-05Fix build on sparc64-linux-gnu.Martin Liska2-2/+8
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers13-1838/+3027
2018-10-31Update LOCAL_PATCHES after libsanitizer merge.Martin Liska2-4/+7
2018-10-31New local GCC patch for CAN_SANITIZE_UB ifdef.Martin Liska2-0/+7
2018-10-31Revert https://reviews.llvm.org/D40908 which changes asan offset to 1<<44.Martin Liska2-1/+5
2018-10-31Apply LOCAL_PATCHES and remove not used ones.Martin Liska7-24/+41
2018-10-31Update build system: include new files and run autoheader, autoconf, automakeMartin Liska9-27/+88
2018-10-31backport: All source files: Merge from upstream 345033.Martin Liska240-3391/+25041
2018-10-31Update merge script and HOWTO_MERGE documentation.Martin Liska3-5/+15
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-18/+18
2018-08-02Cherry-pick compiler-rt revision 338606 (PR sanitizer/86022).Martin Liska2-1/+7
2018-08-01Cherry-pick compiler-rt revision 318044 and 319180.Marek Polacek3-38/+95
2018-07-26libsanitizer: Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu3-0/+21
2018-07-05RevertJakub Jelinek7-54/+44
2018-07-04re PR sanitizer/84250 (Symbol collision when using both Address and Undefined...Maxim Ostapenko7-30/+65
2018-06-13re PR sanitizer/86090 ([ASAN] ASAN does not properly configure libbacktrace.)Denis Khalikov4-2/+14
2018-05-31re PR sanitizer/86012 (libsanitizer build failure on sparc64-linux-gnu)Matthias Klose2-1/+7
2018-05-24libsanitizer: Use pre-computed size of struct ustat for LinuxH.J. Lu2-2/+21
2018-04-26If someone has access to a 64-bit mips-linux system to test this (with the ob...Hans-Peter Nilsson2-1/+10
2018-04-26As mentioned in <http://gcc.gnu.org/ml/gcc/2018-03/msg00133.html> the bogus a...Hans-Peter Nilsson3-3/+13
2018-04-26This appears to be present in compiler-rt upstream, but as part of more intru...Hans-Peter Nilsson2-1/+6
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-7/+10
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2-1/+6
2018-04-18re PR sanitizer/85389 (posix_memalign() crash with address sanitizer when pas...Bill Seurer2-1/+7
2018-03-19re PR sanitizer/84761 (AddressSanitizer is not compatible with glibc 2.27 on ...Jakub Jelinek2-14/+40
2018-03-14rs6000: Fix sanitizer frame unwind on 32-bit ABIsSegher Boessenkool2-3/+16
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2-1/+21
2018-02-06Add upstream svn rev for PR sanitizer/82825.Rainer Orth1-1/+1
2018-02-05Cherry-pick libsanitizer pointer-pair tristate option.Martin Liska3-4/+14
2018-01-17Guard against undefined weak symbols before Mac OS X 10.9 (PR sanitizer/82825)Rainer Orth2-1/+13
2018-01-13Allow for lack of VM_MEMORY_OS_ALLOC_ONCE on Mac OS X (PR sanitizer/82824)Rainer Orth2-1/+13
2017-12-05invoke.texi: Document the options.Martin Liska6-7/+107
2017-11-17Enable building libsanitizer with Intel CETIgor Tsimbalist21-18/+187
2017-11-08re PR bootstrap/82670 (UBSAN bootstrap broken after recent libsanitizer merge)Jakub Jelinek3-13/+10
2017-11-05[libsanitizer] Remove semicolon after do {} while (0) in macro bodyTom de Vries3-3/+10
2017-10-20re PR sanitizer/82595 (bootstrap fails in libsanitizer on powerpc64-unknown-l...Jakub Jelinek4-18/+61
2017-10-19ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch builtins...Jakub Jelinek261-5763/+14251
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