summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2011-09-07mmt: importMarcin Slusarz1-0/+2
2011-08-08I am an idiot: remove the beginnings of an experimental tool that Injn1-2/+0
2011-08-08Fix a Massif bug: when realloc'ing a block, any values in the part of thenjn1-0/+2
2011-07-12Build system fixes so as to temporarily disable the GDBserver onsewardj1-1/+7
2011-07-11The pthread.h on Android has no definition for pthread_rwlock_t, whichsewardj1-0/+20
2011-07-11Introduce the concept of platform variants. These allow furthersewardj1-0/+76
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-134/+8
2011-06-07Add glibc 2.14 support. Patch from Dmitry Djachenko <dimhen@gmail.com>.tom1-1/+8
2011-06-05Mention the "3.x" Linux kernel version explicitly in the kernel version confi...bart1-2/+2
2011-06-05Make Valgrind build on Linux kernel 3.0 and beyond. Closes #274926. An officialbart1-1/+1
2011-05-15Added configure tests for the compiler flags -Wno-nonnull and -Wno-overflow.bart1-0/+46
2011-05-11Rename 'exp-ptrcheck' to 'exp-sgcheck' and hope this does not causesewardj1-4/+4
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj1-0/+1
2011-04-15Un-break configure check for VSX (a POWER7 extension). Fixes #271042.sewardj1-1/+1
2011-04-15Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changessewardj1-0/+32
2011-04-13s390x: rewrite some testcases. To make my testing and debugging lifesewardj1-44/+0
2011-04-05Testcases for s390x conditional load and store. See #269209.sewardj1-0/+16
2011-04-03Also consider libpthread when testing for functions. Removed test for floor().bart1-1/+1
2011-03-24Test separately whether g++ and/or gcc support built-in functions for atomicbart1-1/+28
2011-03-17Removed an obsolete configure test.bart1-1/+0
2011-03-12Added AC_LANG_SOURCE() invocations where appropriate.bart1-6/+4
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj1-2/+57
2011-02-10Add glibc 2.13 support. Patch from Dmitry Djachenko in bug #265964.tom1-1/+8
2011-01-17Add build system goop for testing SSE4.2 instructions.sewardj1-4/+29
2010-11-12Rework the strcasecmp stuff a little, based on Jakub Jelinek's patchtom1-1/+0
2010-11-12Add replacements for strcasecmp and related functions which havetom1-0/+1
2010-10-18Removed the Qt4 configure tests because these are no longer necessary.bart1-114/+1
2010-10-15Bump version number on the trunk.sewardj1-1/+1
2010-10-13Documentation update for 3.6.0 (not including NEWS).sewardj1-1/+3
2010-10-12Add DHAT as an experimental tool. DHAT (a Dynamic Heap Analysis Tool)sewardj1-0/+2
2010-10-08Removed the configure test for __builtin_frame_address() again because it is ...bart1-23/+0
2010-10-06amd64-linux: add suitable CFI annotations so that unwinding throughsewardj1-0/+23
2010-09-28Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com).sewardj1-0/+22
2010-09-14Added configure test that checks whether the assembler supports the SSE4a ins...bart1-0/+18
2010-09-03Add tests for new PowerISA_2.05 instructions available on Power6 CPUs.sewardj1-0/+3
2010-09-03Followup to r11333: rename HAVE_ALTIVEC back to HAS_ALTIVEC, since thesewardj1-1/+1
2010-09-03Un-break feature detection for Altivec, so that the Altivec testssewardj1-2/+2
2010-08-15Made sure that the CFLAGS variable specified on the configure command linebart1-1/+1
2010-07-29Comment-only change.sewardj1-1/+1
2010-07-05Convert x86-darwin to amd64-darwin at configure time, because Macs report asnjn1-13/+8
2010-07-01Merged the MACOSX106 branch to the trunk. Merge command:njn1-23/+81
2010-06-30Added cg_diff.njn1-0/+1
2010-06-13Remove link_tool_exe.c and replace it with perl scripts that do thesewardj1-7/+11
2010-06-10Follow-up for r11164: made sure that the --build-id=none configure test works...bart1-3/+2
2010-06-08Added a configure test for the linker flag --build-id=none.bart1-0/+20
2010-05-29Can be processed again with autoconf 2.59 and before, which does not have AC_...bart1-2/+8
2010-05-15Changes:bart1-109/+11
2010-05-13Added support for glibc 2.12.bart1-1/+18
2010-04-29Refactoring: replaced two AC_TRY_COMPILE() occurrences by AC_CHECK_MEMBER().bart1-30/+14
2010-04-29Removed sem_init() test again.bart1-1/+0