summaryrefslogtreecommitdiff
path: root/cachegrind
AgeCommit message (Expand)AuthorFilesLines
2011-09-06Allow overriding not-supported auto-detected cache configsweidendo4-140/+252
2011-08-19Add more info about cache sizes.florian1-0/+57
2011-08-19Report the detected cache configuration with "-v -v" before wetom1-0/+10
2011-08-15Add missing break statements to example code. Fix to #264644.tom1-3/+3
2011-06-27Suppress warning about associativity change for testsweidendo1-2/+2
2011-06-13Try to handle LL caches which are of size 50% above a power of 2 (eg,sewardj1-0/+53
2011-06-10Add cpuid cache values from Intel SDM 5/11weidendo1-1/+4
2011-06-10Teach cachegrind/callgrind how to parse the cache descriptiontom1-9/+64
2011-06-09Use the precomputed sets_min_1 value consistently when maskingtom1-1/+1
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj4-2/+80
2010-12-17Added a --mod-funcname option to cg_diff.njn2-1/+31
2010-10-12Fix up printing of the can't-autodetect-params message and thesewardj4-4/+5
2010-10-07Update stderr filters so that regtests pass on machines with 3-level caches.sewardj1-1/+1
2010-10-06Change Cachegrind/Callgrind to talk about the LL (last-level) cache insteadnjn15-245/+330
2010-09-27Speed up the --cache-sim=no case.njn1-6/+45
2010-09-27In Cachegrind, allow --cache-sim=no --branch-sim=no. Sometimes just gettingnjn1-18/+13
2010-09-02Fix branch predictor simulation in Cachegrindweidendo1-53/+59
2010-07-06Make error messages at start-up more consistent. Every line of suchnjn1-42/+46
2010-07-01Merged the MACOSX106 branch to the trunk. Merge command:njn1-2/+5
2010-06-30Added cg_diff.njn4-19/+472
2010-06-22Fix bug in the previous commit.njn1-2/+2
2010-06-22Allow negative numbers in the cachegrind.out.* file. Also protect againstnjn1-5/+13
2010-06-22Make better use of references, allowing data structure updates to be morenjn1-35/+32
2010-06-13Remove link_tool_exe.c and replace it with perl scripts that do thesewardj1-2/+2
2010-06-02Add a new program (link_tool_exe.c) and use this to link the toolsewardj1-0/+13
2010-05-03Update copyright dates to 2010.sewardj9-10/+10
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj3-2/+62
2009-11-26Track vex r1930 (Change the IR representation of load linked and storesewardj1-0/+16
2009-10-28Add support for some more Intel cache descriptors to stop Core i7 basedtom1-3/+9
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