aboutsummaryrefslogtreecommitdiff
path: root/massif
AgeCommit message (Expand)Author
2009-07-01Add some more functions to the default --alloc-fns list. Had to tweak hownjn
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-21DARWIN sync: make VG_MIN_MALLOC_SZB 16 bytes where appropriate. Add anothernjn
2009-05-19tweak testnjn
2009-05-19DARWIN sync wibble.njn
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-05-06Fix bug #191182, where printing the leak checker results was really slow ifnjn
2009-04-27Make the graphs drawn by ms_print less confusing.njn
2009-04-24Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from thenjn
2009-04-17Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch.njn
2009-04-15Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWINnjn
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-13Remove an unused, empty .exp file that was somehow still hanging around.njn
2009-03-12Added some shortcuts for VG_(message)(), and used them in a few places (butnjn
2009-03-11Un-break 'make dist'.bart
2009-03-10Updated copyright years.njn
2009-02-25Remove WERROR. It's not much use because getting Valgrind to build withoutnjn
2009-02-25Remove toobig-allocs.c -- it was unreliable and didn't test anynjn
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2009-02-23Fix some more 'make check' warnings, ones that appear on non-Linuxnjn
2009-02-23Get rid of all "make check" compile warnings, except for the ones fromnjn
2009-02-22Test files were being passed multiple arch options (eg. "-m32 -m64") whennjn
2009-02-19Various build system clean-ups and simplifications:njn
2009-02-18Merged r9101 (make Massif tests work if VG_MIN_MALLOC_SZB==16) from thenjn
2009-02-17In the core, include malloc_usable_size() as one of the functions that mustnjn
2009-02-12Filter out everything after "(below main)" in a line. This will help withnjn
2009-02-10Merge r9106 (fix a minor stack entry display bug) from the DARWIN branch.njn
2009-02-10Cleaned up the mess that was the treatment of "below main" functions such asnjn
2009-02-03Fix a minor defect: only the first 14 chars of the 18 chars in thenjn
2009-01-22Rename all the arch/OS/platform-related variables in configure.in to make itnjn
2008-11-08Mark allocation operators as no-inline so as to make the test moresewardj
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-05-29Fix a bug in Massif and Cachegrind, whereby if program's forked, the childnjn
2008-05-13Stop massif segfaulting due to stack overflow, when printing snapshotssewardj
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj
2008-03-03Update for the new VG_(ssort) algorithm.njn
2008-03-03Merge in the DATASYMS branch.sewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2008-01-31fix typonjn
2008-01-29Massif: --time-unit=ms was broken in the ms_print script. People obviouslynjn
2008-01-29comment-only changenjn
2008-01-29Add an alternative .post.exp output for Massif's long-names test.njn
2008-01-20When truncating long lines in the output file, make sure they end with anjn
2007-12-04Minor Massif docs clarifications.njn
2007-12-04tweak messagenjn
2007-12-04Two changes:njn
2007-12-03Comment-only change.njn
2007-11-28- Remove extraneous 'o' (will be stored in svn server for possiblesewardj
2007-11-27Clarify peak-taking details.njn