aboutsummaryrefslogtreecommitdiff
path: root/cachegrind
AgeCommit message (Expand)Author
2009-06-25Fix 'make check' for automake-1.7. Fixes bugs 197898 and 197901.njn
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-19DARWIN sync: cachegrind filter change.njn
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-04-24Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch.njn
2009-04-24Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S)njn
2009-04-24Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from thenjn
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-12A couple more VG_DMSG conversions.njn
2009-03-12Added some shortcuts for VG_(message)(), and used them in a few places (butnjn
2009-03-10Updated copyright years.njn
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2009-02-23Some more test/build cleanups missed in prior commits.njn
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-01-26Cachegrind/Callgrind: allow for cache sizes other than only powers of twoweidendo
2009-01-22Rename all the arch/OS/platform-related variables in configure.in to make itnjn
2009-01-22- No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used fornjn
2009-01-21Replace some 4-space indents with 3-space indents. Merged from DARWIN.njn
2009-01-08trunk/memcheck/tests/Makefile.amnjn
2009-01-07callgrind/tests/filter_stderrnjn
2009-01-02Add some more Intel cache configuration values needed for Atomtom
2009-01-02Remove spurious newlines from messages.tom
2009-01-02Add some more Intel L2 and L3 cache configuration values.tom
2008-10-30A clarification.njn
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart
2008-05-29Fix a bug in Massif and Cachegrind, whereby if program's forked, the childnjn
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-12-30Add const qualifiers to appropriate arguments of OSet routines.tom
2007-11-23Fixed up the log file mess throughout, including the docs. This killednjn
2007-11-22Update documents in preparation for 3.3.0, and restructure themsewardj
2007-11-09Track vex r1793: make all tools able to handle the new IR memory bussewardj
2007-09-23Fix various format string errors, courtesy of Florian Krohm.njn
2007-09-17Add a section to the cachegrind manual suggesting how to act on the results.njn
2007-09-17Add section on how to use Cachegrind's results.njn
2007-09-17minor tweaknjn
2007-09-17Split the OSet interface into two parts: "OSetGen_", which is the existingnjn
2007-09-17Add directory-reading of debug info to cachegrind.njn
2007-07-09Get rid of VG_(getcwd) and replace it with a pair of functions,sewardj
2007-06-05Apparently 'index' shadows a global decl on some targets; therefore rename.sewardj
2007-05-23Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to datesewardj
2007-05-08Add branch-misprediction profiling to Cachegrind. When the (new) flagsewardj
2007-04-15Fix some copyright notices:njn
2007-04-02Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), butnjn
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj
2007-02-08Add cg_merge, a program for merging (adding) cachegrind output files,sewardj
2007-02-08Add a new flag --cachegrind-log-file to cg_annotate, which tells itsewardj
2007-02-07* Add new flag --cachegrind-out-file to specify the output filesewardj