Age | Commit message (Expand) | Author | Files | Lines |
2008-11-08 | Mark allocation operators as no-inline so as to make the test more | sewardj | 1 | -6/+6 |
2008-09-18 | Merge all remaining changes from branches/PTRCHECK. These are some | sewardj | 1 | -10/+17 |
2008-05-29 | Fix a bug in Massif and Cachegrind, whereby if program's forked, the child | njn | 2 | -8/+22 |
2008-05-13 | Stop massif segfaulting due to stack overflow, when printing snapshots | sewardj | 1 | -3/+9 |
2008-05-01 | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This adds | sewardj | 1 | -1/+1 |
2008-03-03 | Update for the new VG_(ssort) algorithm. | njn | 1 | -5/+5 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 1 | -1/+3 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -2/+2 |
2008-01-31 | fix typo | njn | 1 | -1/+1 |
2008-01-29 | Massif: --time-unit=ms was broken in the ms_print script. People obviously | njn | 1 | -4/+4 |
2008-01-29 | comment-only change | njn | 1 | -3/+3 |
2008-01-29 | Add an alternative .post.exp output for Massif's long-names test. | njn | 1 | -0/+51 |
2008-01-20 | When truncating long lines in the output file, make sure they end with a | njn | 6 | -6/+154 |
2007-12-04 | Minor Massif docs clarifications. | njn | 1 | -1/+30 |
2007-12-04 | tweak message | njn | 1 | -3/+3 |
2007-12-04 | Two changes: | njn | 1 | -26/+56 |
2007-12-03 | Comment-only change. | njn | 1 | -0/+3 |
2007-11-28 | - Remove extraneous 'o' (will be stored in svn server for possible | sewardj | 1 | -2/+3 |
2007-11-27 | Clarify peak-taking details. | njn | 1 | -9/+13 |
2007-11-27 | Massif doc fixes, mostly from Julian. | njn | 1 | -23/+25 |
2007-11-27 | Minor updates. | njn | 1 | -46/+1 |
2007-11-27 | This should have gone in with r7233. | njn | 4 | -9/+9 |
2007-11-27 | Update test output for a recent graph-drawing change. Update some notes. | njn | 1 | -1/+4 |
2007-11-26 | Minor tweak to drawing of peak and detailed snapshot bars on the graph. | njn | 3 | -16/+20 |
2007-11-26 | Minor tweak to x-axis positioning of bars. | njn | 16 | -203/+197 |
2007-11-26 | - Rewrote documentation. | njn | 36 | -444/+879 |
2007-11-23 | Fixed up the log file mess throughout, including the docs. This killed | njn | 1 | -121/+6 |
2007-11-22 | Add support for %q in --massif-out-file. Todo: use this mechanism for the | njn | 1 | -21/+58 |
2007-11-20 | Do Massif output file name properly. Default is massif.out.%p, where %p | njn | 59 | -65/+132 |
2007-11-17 | Spelling fixes and misc tidying for the manual. (Brian Gough) | sewardj | 1 | -1/+2 |
2007-11-12 | Another attempt at fixing some Massif regtest failures. | njn | 6 | -12/+12 |
2007-11-12 | Fix verbose output filtering for Massif. | njn | 1 | -2/+2 |
2007-11-11 | - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the | njn | 11 | -34/+29 |
2007-11-11 | Add four 'strtoll' variants, which are like 'atoll' but let you detect if | njn | 4 | -4/+4 |
2007-11-10 | Filter out some of Massif's verbose output that varies from machine to | njn | 8 | -46/+57 |
2007-11-10 | Changed Massif to record the 'slop' heap bytes caused by rounding asked-for | njn | 48 | -2056/+2070 |
2007-11-09 | Stop xsltproc barfing on un-escaped '&'. | sewardj | 1 | -1/+1 |
2007-11-09 | Merge (from branches/THRCHECK) the following amd64-linux stack unwind | sewardj | 1 | -1/+2 |
2007-11-09 | Fix tag. | sewardj | 1 | -1/+1 |
2007-11-03 | Fix gcc-2.96 build failures. | sewardj | 3 | -15/+15 |
2007-11-02 | Update todo notes | njn | 1 | -1/+19 |
2007-11-02 | Fix a Makefile issue that I think caused automated testing to fail on | njn | 1 | -1/+1 |
2007-11-02 | Change ms_print to ms_print.in, link it into the build/install system. | njn | 2 | -3/+5 |
2007-11-02 | Filter out libc differences. All Massif tests now pass on the AMD64 machine | njn | 2 | -2/+2 |
2007-11-02 | Fix 64-bit Massif breakage, caused by problems with integer arithmetic on | njn | 1 | -1/+5 |
2007-11-01 | Merged the MASSIF2 branch to the trunk. Main changes: | njn | 169 | -5110/+6902 |
2007-09-24 | fix various format string errors | dirk | 1 | -5/+5 |
2007-09-23 | Fix various format string errors, courtesy of Florian Krohm. | njn | 1 | -1/+1 |
2007-09-14 | fix division by zero's | dirk | 1 | -6/+9 |
2007-08-28 | Move a 'break' around. | sewardj | 1 | -1/+1 |