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