Age | Commit message (Expand) | Author | Files | Lines |
2011-03-07 | Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind | sewardj | 1 | -1/+2 |
2010-07-01 | Merged the MACOSX106 branch to the trunk. Merge command: | njn | 1 | -2/+5 |
2010-06-30 | Added cg_diff. | njn | 1 | -1/+1 |
2010-06-13 | Remove link_tool_exe.c and replace it with perl scripts that do the | sewardj | 1 | -2/+2 |
2010-06-02 | Add a new program (link_tool_exe.c) and use this to link the tool | sewardj | 1 | -0/+13 |
2010-01-01 | Merge from branches/ARM, all parts of the ARM-Linux port except for | sewardj | 1 | -1/+2 |
2009-08-07 | Add a manpage for cg_annotate. Now only valgrind-listener and cg_merge lack | njn | 1 | -1/+3 |
2009-08-05 | More docs build tweaks: | njn | 1 | -0/+2 |
2009-06-24 | This commit merges the BUILD_TWEAKS branch onto the trunk. It has the | njn | 1 | -84/+50 |
2009-05-28 | Merge the DARWIN branch onto the trunk. | njn | 1 | -0/+20 |
2009-01-22 | Rename all the arch/OS/platform-related variables in configure.in to make it | njn | 1 | -6/+6 |
2007-05-08 | Add branch-misprediction profiling to Cachegrind. When the (new) flag | sewardj | 1 | -1/+1 |
2007-02-08 | Add cg_merge, a program for merging (adding) cachegrind output files, | sewardj | 1 | -0/+9 |
2006-10-17 | Merge r6086: | sewardj | 1 | -4/+24 |
2005-11-29 | Add framework for ppc64 support. Apologies in advance for the | sewardj | 1 | -0/+11 |
2005-11-07 | Dual architecture support - this commit is a major rework of the build | tom | 1 | -10/+35 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 1 | -6/+5 |
2005-07-02 | Fixed 'make dist'. In particular, all the arch/platform-specific files | njn | 1 | -1/+4 |
2005-06-10 | Put arch-specific Cachegrind code in files in the main cachegrind/ | njn | 1 | -11/+4 |
2004-11-27 | Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, | njn | 1 | -1/+2 |
2004-11-22 | Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. | njn | 1 | -4/+4 |
2004-09-11 | Arch-abstraction: | nethercote | 1 | -0/+2 |
2004-09-11 | Arch-abstraction: | nethercote | 1 | -1/+9 |
2004-09-01 | Use Makefile.am includes. This gets rid of 110 lines of repetitive Makefile.am | nethercote | 1 | -13/+1 |
2004-08-23 | Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in | nethercote | 1 | -2/+1 |
2004-06-29 | Make VPATH builds work so that valgrind can be built in a different | thughes | 1 | -1/+2 |
2004-03-12 | Fix "make distcheck", and also make sure that the generated archive | fitzhardinge | 1 | -2/+2 |
2004-01-04 | Folded cg_sim_{gen,I1,D1,L2}.c into cg_sim.c, which makes a lot more sense and | nethercote | 1 | -5/+1 |
2003-12-16 | This jumbo-checkin is the Full Virtualization checkin. This eliminates | fitzhardinge | 1 | -0/+6 |
2003-06-12 | Some Makefile.am changes. Lots of them affected: | njn | 1 | -10/+4 |
2003-04-17 | reapply automake fixes. make check will now generate the binaries which | daywalker | 1 | -1/+1 |
2003-02-28 | Change a bunch of AM_CFLAGS, AM_CXXFLAGS to CFLAGS, CXXFLAGS. | sewardj | 1 | -1/+1 |
2003-02-25 | fix make distcheck with newer automake | daywalker | 1 | -3/+2 |
2002-09-30 | Makefile.am wibbles: | njn | 1 | -2/+1 |
2002-09-23 | Fixups to get "make dist" to work -- mostly involving regression test files. | njn25 | 1 | -1/+2 |
2002-09-23 | Changed lots of files for the new core/ + skin/ directory structure: | njn25 | 1 | -163/+15 |
2002-09-23 | Files updated, added and removed in order to turn the ERASER branch into HEAD | njn25 | 1 | -29/+95 |
2002-07-13 | Include valgrind.spec and valgrind.spec.in in tarballs. | sewardj | 1 | -1/+2 |
2002-07-01 | Add helpful info for package builders. | sewardj | 1 | -1/+1 |
2002-06-08 | Removed the need for the user to generate a cache simulation -- now do | njn | 1 | -1/+2 |
2002-06-04 | A new kind of error: PThread errors. Used to report detected misuse in | sewardj | 1 | -0/+3 |
2002-05-18 | Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH | sewardj | 1 | -1/+2 |
2002-05-13 | Use $(srcdir) to specify the location of the linker script | gobry | 1 | -5/+2 |
2002-05-10 | Insert hacks, only partially successful, to make 'make distcheck' work | sewardj | 1 | -2/+5 |
2002-05-10 | More symbol versioning stuff | sewardj | 1 | -1/+1 |
2002-05-10 | Add a version script so as to create the right versioned symbols for | sewardj | 1 | -1/+2 |
2002-05-01 | Build and install 'cachegrind' along with 'valgrind'. | sewardj | 1 | -1/+1 |
2002-04-29 | Config/build/install vg_annotate and vg_cachegen correctly. | sewardj | 1 | -4/+0 |
2002-04-29 | New files: | njn | 1 | -2/+9 |
2002-04-26 | Administrivia. | sewardj | 1 | -1/+1 |