Age | Commit message (Expand) | Author | Files | Lines |
2019-03-13 | re PR sanitizer/80953 (Support libsanitizer on Solaris) | Eric Botcazou | 4 | -0/+35 |
2019-03-13 | re PR sanitizer/80953 (Support libsanitizer on Solaris) | Eric Botcazou | 6 | -35/+93 |
2019-03-06 | Charry pick libsanitizer r355488 (PR sanitizer/88684). | Martin Liska | 3 | -3/+12 |
2019-02-20 | libsanitizer: Restore internal_readlink for x32 | H.J. Lu | 2 | -1/+7 |
2019-01-23 | re PR sanitizer/89010 (Update URLs in libsanitizer/README.gcc) | Jonny Grant | 2 | -4/+9 |
2019-01-12 | Remove svn:executable property from a couple of text files | Jakub Jelinek | 1 | -0/+0 |
2018-12-27 | Cherry pick libsanitizer patch (https://reviews.llvm.org/D54856). | Martin Liska | 3 | -7/+12 |
2018-11-09 | Include patch in LOCAL_PATCHES. | Martin Liska | 2 | -0/+5 |
2018-11-09 | Fallback in libsanitizer for scudo sanitizer (PR sanitizer/87892). | Martin Liska | 2 | -0/+10 |
2018-11-08 | [PATCH, rs6000] Disable ASLR in sanitizer on powerpc64. | Bill Seurer | 2 | -0/+16 |
2018-11-06 | Enable libsanitizer on Solaris (PR sanitizer/80953) | Rainer Orth | 2 | -0/+10 |
2018-11-06 | Cherry-pick Solaris sanitizer fixes (PR sanitizer/80953) | Rainer Orth | 7 | -22/+48 |
2018-11-05 | Fix sanitizer frame unwind on 32-bit ABIs (again) | Segher Boessenkool | 3 | -3/+18 |
2018-11-05 | Fix build on sparc64-linux-gnu. | Martin Liska | 2 | -2/+8 |
2018-10-31 | Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). | Joseph Myers | 13 | -1838/+3027 |
2018-10-31 | Update LOCAL_PATCHES after libsanitizer merge. | Martin Liska | 2 | -4/+7 |
2018-10-31 | New local GCC patch for CAN_SANITIZE_UB ifdef. | Martin Liska | 2 | -0/+7 |
2018-10-31 | Revert https://reviews.llvm.org/D40908 which changes asan offset to 1<<44. | Martin Liska | 2 | -1/+5 |
2018-10-31 | Apply LOCAL_PATCHES and remove not used ones. | Martin Liska | 7 | -24/+41 |
2018-10-31 | Update build system: include new files and run autoheader, autoconf, automake | Martin Liska | 9 | -27/+88 |
2018-10-31 | backport: All source files: Merge from upstream 345033. | Martin Liska | 240 | -3391/+25041 |
2018-10-31 | Update merge script and HOWTO_MERGE documentation. | Martin Liska | 3 | -5/+15 |
2018-08-27 | Replace 8 spaces with a tabular in ChangeLog files. | Martin Liska | 1 | -18/+18 |
2018-08-02 | Cherry-pick compiler-rt revision 338606 (PR sanitizer/86022). | Martin Liska | 2 | -1/+7 |
2018-08-01 | Cherry-pick compiler-rt revision 318044 and 319180. | Marek Polacek | 3 | -38/+95 |
2018-07-26 | libsanitizer: Mark REAL(swapcontext) with indirect_return attribute on x86 | H.J. Lu | 3 | -0/+21 |
2018-07-05 | Revert | Jakub Jelinek | 7 | -54/+44 |
2018-07-04 | re PR sanitizer/84250 (Symbol collision when using both Address and Undefined... | Maxim Ostapenko | 7 | -30/+65 |
2018-06-13 | re PR sanitizer/86090 ([ASAN] ASAN does not properly configure libbacktrace.) | Denis Khalikov | 4 | -2/+14 |
2018-05-31 | re PR sanitizer/86012 (libsanitizer build failure on sparc64-linux-gnu) | Matthias Klose | 2 | -1/+7 |
2018-05-24 | libsanitizer: Use pre-computed size of struct ustat for Linux | H.J. Lu | 2 | -2/+21 |
2018-04-26 | If someone has access to a 64-bit mips-linux system to test this (with the ob... | Hans-Peter Nilsson | 2 | -1/+10 |
2018-04-26 | As mentioned in <http://gcc.gnu.org/ml/gcc/2018-03/msg00133.html> the bogus a... | Hans-Peter Nilsson | 3 | -3/+13 |
2018-04-26 | This appears to be present in compiler-rt upstream, but as part of more intru... | Hans-Peter Nilsson | 2 | -1/+6 |
2018-04-24 | Regenerate configure of target libraries | H.J. Lu | 2 | -1/+5 |
2018-04-19 | cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul... | Jakub Jelinek | 2 | -7/+10 |
2018-04-18 | re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used) | David Malcolm | 2 | -1/+6 |
2018-04-18 | re PR sanitizer/85389 (posix_memalign() crash with address sanitizer when pas... | Bill Seurer | 2 | -1/+7 |
2018-03-19 | re PR sanitizer/84761 (AddressSanitizer is not compatible with glibc 2.27 on ... | Jakub Jelinek | 2 | -14/+40 |
2018-03-14 | rs6000: Fix sanitizer frame unwind on 32-bit ABIs | Segher Boessenkool | 2 | -3/+16 |
2018-02-19 | CET shouldn't be enabled in 32-bit run-time libraries by defualt | Igor Tsimbalist | 2 | -1/+21 |
2018-02-06 | Add upstream svn rev for PR sanitizer/82825. | Rainer Orth | 1 | -1/+1 |
2018-02-05 | Cherry-pick libsanitizer pointer-pair tristate option. | Martin Liska | 3 | -4/+14 |
2018-01-17 | Guard against undefined weak symbols before Mac OS X 10.9 (PR sanitizer/82825) | Rainer Orth | 2 | -1/+13 |
2018-01-13 | Allow for lack of VM_MEMORY_OS_ALLOC_ONCE on Mac OS X (PR sanitizer/82824) | Rainer Orth | 2 | -1/+13 |
2017-12-05 | invoke.texi: Document the options. | Martin Liska | 6 | -7/+107 |
2017-11-17 | Enable building libsanitizer with Intel CET | Igor Tsimbalist | 21 | -18/+187 |
2017-11-08 | re PR bootstrap/82670 (UBSAN bootstrap broken after recent libsanitizer merge) | Jakub Jelinek | 3 | -13/+10 |
2017-11-05 | [libsanitizer] Remove semicolon after do {} while (0) in macro body | Tom de Vries | 3 | -3/+10 |
2017-10-20 | re PR sanitizer/82595 (bootstrap fails in libsanitizer on powerpc64-unknown-l... | Jakub Jelinek | 4 | -18/+61 |