summaryrefslogtreecommitdiff
path: root/libsanitizer/configure
Commit message (Expand)AuthorAgeFilesLines
* Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu2020-08-171-2/+3
* x86: Also check if -fcf-protection worksH.J. Lu2020-08-171-0/+3
* x86: Default CET run-time support to autoH.J. Lu2020-08-171-2/+2
* Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki2020-01-241-3/+30
* Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki2019-09-271-6/+16
* [libsanitizer] Fix PR bootstrap/91455Iain Sandoe2019-08-151-96/+95
* Libsanitizer merge from trunk r368656.Martin Liska2019-08-141-95/+96
* Remove obsolete Solaris 10 supportRainer Orth2019-05-141-6/+0
* Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers2018-10-311-694/+1007
* Update build system: include new files and run autoheader, autoconf, automakeMartin Liska2018-10-311-4/+4
* re PR sanitizer/86090 ([ASAN] ASAN does not properly configure libbacktrace.)Denis Khalikov2018-06-131-1/+1
* Regenerate configure of target librariesH.J. Lu2018-04-241-1/+1
* cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2018-04-191-7/+6
* re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2018-04-181-1/+1
* CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2018-02-191-1/+16
* Enable building libsanitizer with Intel CETIgor Tsimbalist2017-11-171-2/+82
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-171-2/+21
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-151-1/+0
* All source files: Merge from upstream 285547.Maxim Ostapenko2016-11-091-2/+4
* Revert 2015-11-09 sanitizer/obstack configuryAlan Modra2016-07-251-36/+2
* configure.ac: Replace the hard-coded -ldl requirement for link_sanitizer_comm...Andreas Tobler2016-01-141-3/+45
* Update libsanitizer obstack interceptorsAlan Modra2015-11-091-2/+36
* Fix bootstrap on x86_64-apple-darwin14 after r229119.Max Ostapenko2015-10-221-19/+97
* libsanitizer merge from upstream r250806.Max Ostapenko2015-10-211-54/+19
* libsanitizer: Bump to automake 1.11.6Michael Haubenwallner2015-05-131-9/+14
* re PR sanitizer/64839 (libsanitizer shouldn't require <rpc/xdr.h>)Yury Gribov2015-04-131-2/+44
* configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.Matthias Klose2015-01-271-52/+53
* Include TSAN dependent sources for 64 bit i?86 target. Venkataramanan Kumar2015-01-241-4/+0
* Conditionally include target specific files while building TSAN 2015-01-25...Venkataramanan Kumar2015-01-231-2/+9
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-211-3/+3
* re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2014-11-111-1/+1
* re PR sanitizer/57316 (build failure in libsanitizer)Yury Gribov2014-01-231-2/+49
* * sanitizer_common/sanitizer_symbolizer_libbacktrace.hJakub Jelinek2014-01-091-4/+6
* re PR sanitizer/59136 (llvm-symbolizer shouldn't be started always)Jakub Jelinek2014-01-091-968/+3189
* Add -lm to link_sanitizer_commonH.J. Lu2013-12-051-1/+1
* re PR sanitizer/59063 (ASAN: segfault in __interceptor_clock_gettime)Jakub Jelinek2013-11-291-3/+91
* re PR sanitizer/59061 (Port leaksanitizer)Jakub Jelinek2013-11-221-2/+17
* libsanitizer merge from upstream r191666Kostya Serebryany2013-11-041-1/+13
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2013-09-201-5/+11
* Merge ubsan into trunk.Marek Polacek2013-08-301-1/+13
* Remove "-I" from LIBSTDCXX_RAW_CXX_LDFLAGSH.J. Lu2013-01-071-1/+1
* Use libstdc++-raw-cxx.m4 in libjavaH.J. Lu2012-12-121-2/+6
* Add libstdc++-raw-cxx.m4 and use it in libsanitizerH.J. Lu2012-12-111-2/+29
* Fix PR55599/sanitizer by disabling static libasan on darwinJack Howarth2012-12-061-1/+1
* [libsanitizer] Fix PR55521 by switching libsanitizer from mach_override to ma...Kostya Serebryany2012-12-041-11/+11
* Don't use -I for libstdc++-v3 header filesH.J. Lu2012-11-291-20/+2
* Use explicit -I for libstdc++-v3 header filesH.J. Lu2012-11-291-2/+20
* [libsanitizer] add mach_override and enable libsanitizer on darwinJack Howarth2012-11-241-2/+21
* Makefile.am (AM_CXXFLAGS): Remove -Wno-variadic-macros.Jakub Jelinek2012-11-231-12/+229
* tsan: New directory.Wei Mi2012-11-221-2/+33