summaryrefslogtreecommitdiff
path: root/memcheck/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2010-07-01Merged the MACOSX106 branch to the trunk. Merge command:njn1-2/+2
2010-06-13Remove link_tool_exe.c and replace it with perl scripts that do thesewardj1-2/+2
2010-06-02Add a new program (link_tool_exe.c) and use this to link the toolsewardj1-2/+18
2009-08-05More docs build tweaks:njn1-0/+2
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn1-171/+81
2009-05-28Merge the DARWIN branch onto the trunk.njn1-0/+43
2009-05-06Fix bug #191182, where printing the leak checker results was really slow ifnjn1-0/+2
2009-01-22Rename all the arch/OS/platform-related variables in configure.in to make itnjn1-6/+6
2008-05-02Move the error management code for Memcheck into a new file,sewardj1-1/+2
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj1-1/+2
2006-10-17Merge r6086:sewardj1-4/+44
2006-03-27Merge in the COMPVBITS branch to the trunk. This is a big change tonjn1-6/+4
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-0/+20
2005-11-07Dual architecture support - this commit is a major rework of the buildtom1-14/+62
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj1-8/+9
2005-05-13Removed mc_asm.h, which is no longer needed since Memcheck has no njn1-1/+0
2005-05-10Modularised the malloc/free stuff into two modules: m_mallocfree for thenjn1-2/+3
2005-05-09Rename mac_needs.c as mac_shared.c, which is much more sensible andnjn1-1/+1
2005-05-08Moved mc_errcontext.c into mc_main.c, since it was very small and there wasnjn1-1/+0
2005-04-22Mostly finish fixing fast-path cases. Also enhance sanity checking.sewardj1-0/+1
2005-03-14Reinstate Addrcheck. Some of the tests fail -- some of the leak onesnjn1-2/+1
2004-11-26Removed mc_helpers.S, which is no longer used.njn1-2/+1
2004-11-22Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so.njn1-3/+3
2004-11-08Improved Memcheck's error checking messages in two significant ways:nethercote1-1/+0
2004-10-20Build vg_replace_malloc.c into a library, because it makes the Makefiles a bitnethercote1-3/+5
2004-09-02Arch-abstraction:nethercote1-1/+1
2004-09-01Use Makefile.am includes. This gets rid of 110 lines of repetitive Makefile.amnethercote1-15/+3
2004-08-23Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments innethercote1-1/+1
2004-06-29Make VPATH builds work so that valgrind can be built in a differentthughes1-1/+1
2004-03-12Fix "make distcheck", and also make sure that the generated archivefitzhardinge1-4/+4
2003-12-16This jumbo-checkin is the Full Virtualization checkin. This eliminatesfitzhardinge1-4/+13
2003-07-22Added overlap checking to Addrcheck, mostly just moving things around. Innjn1-2/+2
2003-06-12Some Makefile.am changes. Lots of them affected:njn1-5/+4
2003-04-17reapply automake fixes. make check will now generate the binaries whichdaywalker1-2/+2
2003-04-15-----------------------------------------------------------------------------njn1-0/+5
2003-04-08This commit moves some skin-specific stuff out of core, and generallynjn1-5/+3
2003-02-28Change a bunch of AM_CFLAGS, AM_CXXFLAGS to CFLAGS, CXXFLAGS.sewardj1-2/+2
2003-02-25fix make distcheck with newer automakedaywalker1-3/+4
2002-12-08Merge patch from JeremyF:sewardj1-1/+3
2002-11-18Overview:njn1-2/+1
2002-11-12Changed Makefiles so that the following files are installed:njn1-2/+6
2002-10-01Fix build problems on SuSE 8.1 -- -I.. not included in compile cmdssewardj1-1/+3
2002-09-23Fixups to get "make dist" to work -- mostly involving regression test files.njn251-1/+1
2002-09-23Changed lots of files for the new core/ + skin/ directory structure:njn251-157/+11
2002-09-23Files updated, added and removed in order to turn the ERASER branch into HEADnjn251-29/+95
2002-07-13Include valgrind.spec and valgrind.spec.in in tarballs.sewardj1-1/+2
2002-07-01Add helpful info for package builders.sewardj1-1/+1
2002-06-08Removed the need for the user to generate a cache simulation -- now donjn1-1/+2
2002-06-04A new kind of error: PThread errors. Used to report detected misuse insewardj1-0/+3
2002-05-18Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATHsewardj1-1/+2