Age | Commit message (Expand) | Author | Files | Lines |
2010-10-06 | Change Cachegrind/Callgrind to talk about the LL (last-level) cache instead | njn | 1 | -77/+78 |
2010-09-27 | Speed up the --cache-sim=no case. | njn | 1 | -6/+45 |
2010-09-27 | In Cachegrind, allow --cache-sim=no --branch-sim=no. Sometimes just getting | njn | 1 | -18/+13 |
2010-09-02 | Fix branch predictor simulation in Cachegrind | weidendo | 1 | -53/+59 |
2010-07-06 | Make error messages at start-up more consistent. Every line of such | njn | 1 | -42/+46 |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -2/+2 |
2009-11-26 | Track vex r1930 (Change the IR representation of load linked and store | sewardj | 1 | -0/+16 |
2009-08-31 | Fix another enum type error spotted by gcc-4.5. | sewardj | 1 | -1/+1 |
2009-08-07 | Tidy up of messaging: | sewardj | 1 | -1/+1 |
2009-07-15 | Merge cachegrind/ changes from branches/MESSAGING_TIDYUP r10464. | sewardj | 1 | -72/+75 |
2009-07-01 | Merge in branches/DCAS. | sewardj | 1 | -0/+21 |
2009-05-28 | Merge the DARWIN branch onto the trunk. | njn | 1 | -3/+4 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -2/+2 |
2009-03-15 | Fix all the non-VEX problems identified with the Clang Static Analyzer. | njn | 1 | -10/+5 |
2009-03-12 | Added some shortcuts for VG_(message)(), and used them in a few places (but | njn | 1 | -80/+70 |
2009-03-10 | Updated copyright years. | njn | 1 | -2/+2 |
2009-02-25 | atoll() is a terrible function -- you can't do any error checking with it. | njn | 1 | -35/+33 |
2009-01-26 | Cachegrind/Callgrind: allow for cache sizes other than only powers of two | weidendo | 1 | -11/+5 |
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 |