Daily bump.
[gcc.git] / libsanitizer / configure
2021-01-05 Samuel ThibaultUpdate GNU/Hurd configure support
2020-12-05 Iain SandoeDarwin : Update libtool and dependencies for Darwin20...
2020-11-29 John David AnglinFix hppa64-hpux11 build to remove source paths from...
2020-11-25 Matthew Malcomsonlibsanitizer: Only build libhwasan when targeting...
2020-11-25 Matthew Malcomsonlibsanitizer: Tie the hwasan library into our build...
2020-05-29 H.J. LuAvoid nested save_CFLAGS and save_LDFLAGS
2020-05-15 H.J. Lux86: Also check if -fcf-protection works
2020-05-14 H.J. Lux86: Default CET run-time support to auto
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2019-09-27 Maciej W. RozyckiRegenerate `configure' scripts for `uclinuxfdpiceabi...
2019-08-15 Iain Sandoe[libsanitizer] Fix PR bootstrap/91455
2019-08-14 Martin LiskaLibsanitizer merge from trunk r368656.
2019-05-14 Rainer OrthRemove obsolete Solaris 10 support
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-31 Martin LiskaUpdate build system: include new files and run autohead...
2018-06-13 Denis Khalikovre PR sanitizer/86090 ([ASAN] ASAN does not properly...
2018-04-24 H.J. LuRegenerate configure of target libraries
2018-04-19 Jakub Jelinekcet.m4 (GCC_CET_FLAGS): Default to --disable-cet, repla...
2018-04-18 David Malcolmre PR jit/85384 (libgccjit does not work if --with...
2018-02-19 Igor TsimbalistCET shouldn't be enabled in 32-bit run-time libraries...
2017-11-17 Igor TsimbalistEnable building libsanitizer with Intel CET
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2016-11-15 Matthias Kloseconfig-ml.in: Remove references to GCJ.
2016-11-08 Maxim OstapenkoAll source files: Merge from upstream 285547.
2016-07-25 Alan ModraRevert 2015-11-09 sanitizer/obstack configury
2016-01-14 Andreas Toblerconfigure.ac: Replace the hard-coded -ldl requirement...
2015-11-09 Alan ModraUpdate libsanitizer obstack interceptors
2015-10-22 Max OstapenkoFix bootstrap on x86_64-apple-darwin14 after r229119.
2015-10-21 Max Ostapenkolibsanitizer merge from upstream r250806.
2015-05-13 Michael Haubenwallnerlibsanitizer: Bump to automake 1.11.6
2015-04-13 Yury Gribovre PR sanitizer/64839 (libsanitizer shouldn't require...
2015-01-27 Matthias Kloseconfigure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.
2015-01-24 Venkataramanan KumarInclude TSAN dependent sources for 64 bit i?86 target.
2015-01-23 Venkataramanan KumarConditionally include target specific files while build...
2014-11-21 H.J. LuAlways use PIC option with -shared in libtool
2014-11-11 Francois-Xavier... re PR target/63610 (Fixing the libtool bug for Yosemite...
2014-01-23 Yury Gribovre PR sanitizer/57316 (build failure in libsanitizer)
2014-01-09 Jakub Jelinek* sanitizer_common/sanitizer_symbolizer_libbacktrace.h
2014-01-09 Jakub Jelinekre PR sanitizer/59136 (llvm-symbolizer shouldn't be...
2013-12-05 H.J. LuAdd -lm to link_sanitizer_common
2013-11-29 Jakub Jelinekre PR sanitizer/59063 (ASAN: segfault in __interceptor_...
2013-11-22 Jakub Jelinekre PR sanitizer/59061 (Port leaksanitizer)
2013-11-04 Kostya Serebryanylibsanitizer merge from upstream r191666
2013-09-20 Alan Modralibtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove...
2013-08-30 Marek PolacekMerge ubsan into trunk.
2013-01-07 H.J. LuRemove "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS
2012-12-12 H.J. LuUse libstdc++-raw-cxx.m4 in libjava
2012-12-11 H.J. LuAdd libstdc++-raw-cxx.m4 and use it in libsanitizer
2012-12-06 Jack HowarthFix PR55599/sanitizer by disabling static libasan on...
2012-12-04 Kostya Serebryany[libsanitizer] Fix PR55521 by switching libsanitizer...
2012-11-29 H.J. LuDon't use -I for libstdc++-v3 header files
2012-11-29 H.J. LuUse explicit -I for libstdc++-v3 header files
2012-11-24 Jack Howarth[libsanitizer] add mach_override and enable libsanitize...
2012-11-23 Jakub JelinekMakefile.am (AM_CXXFLAGS): Remove -Wno-variadic-macros.
2012-11-22 Wei Mitsan: New directory.
2012-11-16 Tom Tromeyconfigure.ac: Invoke AM_MAINTAINER_MODE.
2012-11-15 H.J. LuProperly set MULTISUBDIR and gcc_version
2012-11-15 H.J. LuAdd support for multilib run-time libraries
2012-11-14 H.J. LuDon't set AC_CONFIG_AUX_DIR
2012-11-14 H.J. LuUpdate configure.ac for GCC tree and remove unused...
2012-11-12 Wei MiImport the asan runtime library into GCC tree