summaryrefslogtreecommitdiff
path: root/cachegrind
AgeCommit message (Expand)AuthorFilesLines
2009-08-31Fix another enum type error spotted by gcc-4.5.sewardj1-1/+1
2009-08-28Add support for the L2 cache on Intel T4200.sewardj1-1/+4
2009-08-17Remove an empty <itemizedlist> which was causing the PDF doc build to fail.sewardj1-2/+0
2009-08-12Update .exp files for r10783.njn1-1/+1
2009-08-10Make "option" terminology consistent some more. Also tweaked the mempoolnjn1-6/+6
2009-08-09Make usage messages given by -h and man pages consistent for the scripts.njn2-2/+3
2009-08-07Tidy up of messaging:sewardj1-1/+1
2009-08-07Add a manpage for cg_annotate. Now only valgrind-listener and cg_merge lacknjn3-2/+79
2009-08-07Went over the FAQ. Also tweaked vg-entities.xml a bit.njn1-1/+1
2009-08-07Thoroughly overhauled the Cachegrind manual chapter, mostly by puttingnjn2-722/+646
2009-08-05More docs build tweaks:njn2-1/+2
2009-08-04Overhaul Massif's manual, and a few minor related things.njn1-2/+1
2009-08-04Various manual fix-ups:njn1-8/+7
2009-07-30Use <variablelist> for ms_print's and cg_annotate's options list.njn1-64/+95
2009-07-30Improve the "acting on Cachegrind's info" section.njn1-5/+55
2009-07-30We currently use a mix of <option> and <computeroutput> tags for commandnjn1-49/+45
2009-07-29Started overhauling the documentation:njn1-20/+19
2009-07-15Merge cachegrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj4-96/+99
2009-07-01Merge in branches/DCAS.sewardj1-0/+21
2009-06-25Fix 'make check' for automake-1.7. Fixes bugs 197898 and 197901.njn1-0/+1
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn7-124/+67
2009-05-28Merge the DARWIN branch onto the trunk.njn3-4/+29
2009-05-19DARWIN sync: cachegrind filter change.njn1-2/+2
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn1-2/+2
2009-04-24Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch.njn1-3/+3
2009-04-24Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S)njn1-1/+1
2009-04-24Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from thenjn1-2/+4
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn1-10/+5
2009-03-12A couple more VG_DMSG conversions.njn2-6/+4
2009-03-12Added some shortcuts for VG_(message)(), and used them in a few places (butnjn2-115/+92
2009-03-10Updated copyright years.njn9-10/+10
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn1-35/+33
2009-02-23Some more test/build cleanups missed in prior commits.njn1-1/+6
2009-02-22Test files were being passed multiple arch options (eg. "-m32 -m64") whennjn1-0/+3
2009-02-19Various build system clean-ups and simplifications:njn1-7/+2
2009-01-26Cachegrind/Callgrind: allow for cache sizes other than only powers of twoweidendo8-46/+44
2009-01-22Rename all the arch/OS/platform-related variables in configure.in to make itnjn2-7/+7
2009-01-22- No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used fornjn4-20/+2
2009-01-21Replace some 4-space indents with 3-space indents. Merged from DARWIN.njn2-9/+9
2009-01-08trunk/memcheck/tests/Makefile.amnjn3-14/+2
2009-01-07callgrind/tests/filter_stderrnjn3-334/+3
2009-01-02Add some more Intel cache configuration values needed for Atomtom2-4/+26
2009-01-02Remove spurious newlines from messages.tom2-8/+8
2009-01-02Add some more Intel L2 and L3 cache configuration values.tom2-2/+28
2008-10-30A clarification.njn1-10/+6
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj2-5/+9
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart1-3/+3
2008-05-29Fix a bug in Massif and Cachegrind, whereby if program's forked, the childnjn2-7/+23
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj9-10/+10
2007-12-30Add const qualifiers to appropriate arguments of OSet routines.tom1-2/+2