Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-11-23 | Fixed up the log file mess throughout, including the docs. This killed | njn | 3 | -171/+75 |
2007-11-22 | Update documents in preparation for 3.3.0, and restructure them | sewardj | 1 | -7/+12 |
2007-11-09 | Track vex r1793: make all tools able to handle the new IR memory bus | sewardj | 1 | -1/+1 |
2007-09-23 | Fix various format string errors, courtesy of Florian Krohm. | njn | 1 | -1/+1 |
2007-09-17 | Add a section to the cachegrind manual suggesting how to act on the results. | njn | 1 | -12/+15 |
2007-09-17 | Add section on how to use Cachegrind's results. | njn | 1 | -3/+41 |
2007-09-17 | minor tweak | njn | 1 | -3/+3 |
2007-09-17 | Split the OSet interface into two parts: "OSetGen_", which is the existing | njn | 1 | -25/+28 |
2007-09-17 | Add directory-reading of debug info to cachegrind. | njn | 2 | -2/+15 |
2007-07-09 | Get rid of VG_(getcwd) and replace it with a pair of functions, | sewardj | 1 | -1/+1 |
2007-06-05 | Apparently 'index' shadows a global decl on some targets; therefore rename. | sewardj | 1 | -16/+16 |
2007-05-23 | Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date | sewardj | 1 | -72/+58 |
2007-05-08 | Add branch-misprediction profiling to Cachegrind. When the (new) flag | sewardj | 5 | -159/+797 |
2007-04-15 | Fix some copyright notices: | njn | 2 | -4/+4 |
2007-04-02 | Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), but | njn | 1 | -0/+9 |
2007-02-25 | Get rid of the type XArrayStrings in m_clientstate and use new generic | sewardj | 1 | -4/+5 |
2007-02-08 | Add cg_merge, a program for merging (adding) cachegrind output files, | sewardj | 3 | -2/+1652 |
2007-02-08 | Add a new flag --cachegrind-log-file to cg_annotate, which tells it | sewardj | 2 | -12/+51 |
2007-02-07 | * Add new flag --cachegrind-out-file to specify the output file | sewardj | 2 | -18/+86 |
2007-01-22 | Add missing item. | njn | 1 | -0/+4 |
2007-01-08 | Update copyright dates. | sewardj | 5 | -6/+6 |
2006-12-24 | Non-functional commit: track IR renaming in vex r1689. | sewardj | 1 | -56/+56 |
2006-12-10 | Fix 'make html-docs' and 'make print-docs'. | sewardj | 1 | -1/+2 |
2006-11-25 | Use the newly-added dopyIRBBExceptStmts() in tools. | njn | 1 | -6/+2 |
2006-11-23 | Cachegrind/Callgrind: Fix cache parameter detection | weidendo | 2 | -6/+43 |
2006-11-22 | Fix obscure bug in cache simulation, found by Ulrich Drepper. | njn | 1 | -22/+9 |
2006-10-21 | Update for recent removal of Cachegrind tech docs. | njn | 1 | -1/+1 |
2006-10-21 | Link to dissertation with a proper link. | njn | 1 | -1/+2 |
2006-10-21 | Removed the file format description from cg_annotate.in, because it's in the | njn | 3 | -615/+90 |
2006-10-21 | - Update comments about Cachegrind file format. | njn | 1 | -12/+9 |
2006-10-17 | Track SysRes change. | sewardj | 1 | -2/+2 |
2006-10-17 | Merge r6086: | sewardj | 2 | -8/+39 |
2006-10-15 | Move functions which deal with bad command line options from m_main | sewardj | 1 | -1/+1 |
2006-10-14 | Create a new module, m_vki, and move all knowledge about the kernel | sewardj | 1 | -0/+1 |
2006-10-12 | Cachegrind: Update cache parameter detection | weidendo | 2 | -8/+16 |
2006-08-01 | Print the same text as micro_ops_warn on x86; doing otherwise defeats the | sewardj | 1 | -2/+2 |
2006-06-05 | Update copyright dates. | sewardj | 5 | -6/+6 |
2006-04-18 | - Fix indentation in one section of Cachegrind | njn | 1 | -24/+30 |
2006-01-22 | Index the BB_info table by redirected guest address, not | sewardj | 1 | -2/+3 |
2006-01-22 | Test to check that cachegrind's BB_info management system isn't | sewardj | 5 | -2/+61 |
2006-01-17 | These files all speak about instrumentation functions. | sewardj | 1 | -3/+5 |
2006-01-04 | amd64-linux adjustments as a followup to r5493. | sewardj | 1 | -0/+3 |
2006-01-04 | Somewhat rehash the biarch-build machinery so as to (1) formalise the | sewardj | 3 | -3/+13 |
2005-12-24 | Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fast | njn | 1 | -3/+3 |
2005-12-23 | ppc64-linux fixes. | sewardj | 1 | -1/+4 |
2005-12-22 | Add the name of the input file to cg_annotate's output. | njn | 1 | -0/+1 |
2005-12-21 | Fixed cg_annotate bug -- when using the --sort option the primary threshold | njn | 1 | -10/+59 |
2005-12-19 | Remove all remaining profiling gunk. | njn | 1 | -37/+0 |