Age | Commit message (Expand) | Author | Files | Lines |
2011-04-03 | git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-86... | bart | 2 | -5/+6 |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -1/+1 |
2009-07-01 | Remove the --all option from vg_perf. It's useless now that there are | njn | 1 | -17/+1 |
2009-06-24 | This commit merges the BUILD_TWEAKS branch onto the trunk. It has the | njn | 1 | -2/+2 |
2009-04-15 | Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN | njn | 3 | -7/+6 |
2009-03-10 | Updated copyright years. | njn | 1 | -1/+1 |
2009-02-25 | Remove WERROR. It's not much use because getting Valgrind to build without | njn | 1 | -1/+1 |
2009-02-23 | Fix some more 'make check' warnings, ones that appear on non-Linux | njn | 1 | -1/+1 |
2009-02-23 | Get rid of all "make check" compile warnings, except for the ones from | njn | 2 | -12/+20 |
2009-02-19 | Various build system clean-ups and simplifications: | njn | 1 | -2/+1 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -1/+1 |
2007-08-27 | updating licensing wording | dirk | 1 | -2/+2 |
2007-02-02 | Simplify some Perl. | njn | 1 | -2/+2 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-12-28 | Avoid name clash on ppc64-linux. | sewardj | 1 | -1/+1 |
2006-11-22 | An extension of the previous commit: the vg_perf --tools option is so useful | njn | 9 | -26/+5 |
2006-11-22 | Add a useful --tools option to vg_perf, which lets you override the "tools" | njn | 1 | -4/+12 |
2006-11-03 | Just use the first two letters of the toolname as the abbreviation. | njn | 1 | -11/+4 |
2006-11-03 | Fix for nested subdirs | njn | 1 | -1/+3 |
2006-11-03 | Perf script: | njn | 1 | -1/+2 |
2006-10-17 | AIX build fixes. | sewardj | 1 | -10/+0 |
2006-10-17 | Merge r6207: | sewardj | 1 | -4/+5 |
2006-10-17 | Merge r6205: | sewardj | 1 | -1/+1 |
2006-10-17 | Merge r6216: | sewardj | 1 | -11/+11 |
2006-10-17 | Merge r6121: Don't define uchar; it might already be defined. | sewardj | 1 | -2/+1 |
2006-10-14 | Print native time to two places. Perhaps it would be better to adjust | sewardj | 1 | -1/+1 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-04-06 | Fix vg_perf to work with older Valgrind versions. | njn | 1 | -2/+5 |
2006-03-30 | Avoid compile warnings for tinycc. | njn | 2 | -9/+11 |
2006-03-27 | Avoid unnecessary whitespace at end of printed lines. | njn | 1 | -4/+4 |
2006-01-22 | Use the bz2 test in perf/ as a regression-test, just as a moderately | sewardj | 1 | -6/+40 |
2006-01-22 | rm unneeded headers | sewardj | 3 | -42/+0 |
2006-01-09 | Unbreak make dist. | sewardj | 1 | -1/+2 |
2006-01-04 | Somewhat rehash the biarch-build machinery so as to (1) formalise the | sewardj | 1 | -2/+5 |
2005-12-28 | In fbench, compute sin/cos/sqrt from "first principles", so that the | sewardj | 2 | -3/+14 |
2005-12-26 | Attempt to make tinycc work on ppc32, by (1) getting rid of various | sewardj | 4 | -49/+5795 |
2005-12-25 | add extra note about tinycc | njn | 1 | -1/+3 |
2005-12-23 | Change default --reps value from 3 to 1. | njn | 1 | -1/+1 |
2005-12-20 | Add a new performance benchmark: tinycc. | njn | 6 | -4/+21909 |
2005-12-17 | Add a malloc/free stress test. | njn | 5 | -3/+54 |
2005-12-15 | Improvments to vg_perf: | njn | 1 | -2/+18 |
2005-12-15 | Make this work on platforms where r != x. | sewardj | 1 | -2/+7 |
2005-12-14 | Added a stress test which measures the cost of translation. | njn | 5 | -9/+101 |
2005-12-14 | Ensure that f() doesn't get inlined. | njn | 1 | -1/+2 |
2005-12-14 | Add --vg option to vg_perf, which lets you specify one or more Valgrinds | njn | 1 | -48/+63 |
2005-12-13 | whoops | njn | 1 | -1/+1 |
2005-12-13 | Added a --reps option to control how many times each program is run. | njn | 1 | -5/+14 |
2005-12-13 | remove bogus whitespace | njn | 1 | -1/+1 |
2005-12-13 | Die if a performance benchmark is missing. | njn | 1 | -1/+1 |
2005-12-13 | Use user time instead of wall-clock time. | njn | 1 | -5/+5 |