Age | Commit message (Expand) | Author | Files | Lines |
2008-09-18 | Merge all remaining changes from branches/PTRCHECK. These are some | sewardj | 1 | -4/+7 |
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 | 1 | -7/+10 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -2/+2 |
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 | 1 | -53/+9 |
2007-11-09 | Track vex r1793: make all tools able to handle the new IR memory bus | sewardj | 1 | -1/+1 |
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 | 1 | -1/+12 |
2007-07-09 | Get rid of VG_(getcwd) and replace it with a pair of functions, | sewardj | 1 | -1/+1 |
2007-05-08 | Add branch-misprediction profiling to Cachegrind. When the (new) flag | sewardj | 1 | -149/+526 |
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-07 | * Add new flag --cachegrind-out-file to specify the output file | sewardj | 1 | -16/+62 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -2/+2 |
2006-12-24 | Non-functional commit: track IR renaming in vex r1689. | sewardj | 1 | -56/+56 |
2006-11-25 | Use the newly-added dopyIRBBExceptStmts() in tools. | njn | 1 | -6/+2 |
2006-10-17 | Track SysRes change. | sewardj | 1 | -2/+2 |
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-06-05 | Update copyright dates. | sewardj | 1 | -2/+2 |
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-17 | These files all speak about instrumentation functions. | sewardj | 1 | -3/+5 |
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-19 | Remove all remaining profiling gunk. | njn | 1 | -37/+0 |
2005-12-08 | Fix minor Cachegrind bug that was occasionally causing misattributions of | njn | 1 | -3/+9 |
2005-11-10 | Cachegrind was aborting if it hit a client request. Now it doesn't. | njn | 1 | -2/+3 |
2005-11-01 | Make ULong_width(0) return 1 instead of 1431655765. This stops | sewardj | 1 | -0/+1 |
2005-10-23 | Don't assume the first statement is an IRMark, since it could instead | sewardj | 1 | -4/+10 |
2005-10-19 | rm unused var | sewardj | 1 | -4/+0 |
2005-10-18 | Change the core-tool interface so that tools are fully aware of both | sewardj | 1 | -9/+17 |
2005-10-16 | A small Cachegrind cleanup: previously it was copying some things (eg. | njn | 1 | -138/+90 |
2005-10-15 | Cachegrind cleanups: | njn | 1 | -44/+43 |
2005-10-15 | OSet-ified Cachegrind: | njn | 1 | -261/+242 |
2005-10-12 | Tiny comment/code layout tweaks; no functional change. | njn | 1 | -9/+8 |
2005-10-12 | Get rid of bbSeenBefore and associated logic: it appears to be | sewardj | 1 | -38/+27 |
2005-10-12 | rm trigram stuff. | sewardj | 1 | -36/+1 |
2005-10-12 | Redo the way cachegrind generates instrumentation code, so that it can | sewardj | 1 | -316/+601 |
2005-10-10 | Convert some native types to our types. | njn | 1 | -6/+6 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 1 | -6/+13 |
2005-09-25 | actually, they're unsigned | njn | 1 | -2/+2 |
2005-09-25 | Print longs as longs. | njn | 1 | -2/+2 |
2005-09-13 | Don't print the client's argv[i] if it's null, and related changes. | njn | 1 | -4/+4 |
2005-08-12 | Cachegrind should not assert when it encounters a client request. | njn | 1 | -6/+8 |
2005-08-11 | Get rid of some stupidity: | njn | 1 | -8/+5 |
2005-08-02 | Fixed a bug in Cachegrind: it was adding instrumentation after | njn | 1 | -27/+79 |
2005-07-23 | A commit which is almost all trivial change. | sewardj | 1 | -3/+6 |
2005-07-03 | Remove dead function. | njn | 1 | -10/+0 |