Age | Commit message (Expand) | Author | Files | Lines |
2005-12-08 | Fix minor Cachegrind bug that was occasionally causing misattributions of | njn | 1 | -3/+9 |
2005-12-05 | Change hp2ps to output .ps files in the same dir that the .hp input files | njn | 3 | -1/+9 |
2005-12-03 | Tidying up stuff re generating manpage from *.xml docs | de | 1 | -25/+51 |
2005-11-29 | Add directories missed in r5250 (ppc64 first checkin). | sewardj | 1 | -0/+0 |
2005-11-29 | Add framework for ppc64 support. Apologies in advance for the | sewardj | 3 | -0/+75 |
2005-11-18 | Minor doc tweaks, mostly white space | de | 1 | -5/+3 |
2005-11-17 | document | njn | 1 | -1/+6 |
2005-11-17 | Change the cannot-detect-cache-config message on PPC32 so we can filter | njn | 2 | -2/+2 |
2005-11-17 | Filter out I-have-no-idea-what-your-caches-are message, so these tests | sewardj | 1 | -1/+2 |
2005-11-15 | Complete documentation trawl for 3.1.0. | sewardj | 1 | -10/+10 |
2005-11-13 | Inline cachesim_*_doref(). This gains about 5--10% in speed. | njn | 1 | -1/+4 |
2005-11-12 | Remove commented-out x86/AMD64 stuff from PPC32 file. | njn | 1 | -276/+2 |
2005-11-11 | Add -m32 for assembly code when possible. | tom | 1 | -1/+2 |
2005-11-11 | Allow 32 bit x86 tests to run on amd64 machines. | tom | 2 | -2/+12 |
2005-11-10 | Cachegrind was aborting if it hit a client request. Now it doesn't. | njn | 5 | -3/+19 |
2005-11-07 | Dual architecture support - this commit is a major rework of the build | tom | 1 | -10/+35 |
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-20 | Oops, un-break cachegrind regtesting following r4951. | sewardj | 1 | -2/+2 |
2005-10-19 | Clarify the P4 warning message a bit. | sewardj | 1 | -2/+2 |
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 | 2 | -17/+17 |
2005-10-10 | Update cache simulator for 64 bit addresses. This probably won't have | njn | 1 | -7/+7 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 3 | -18/+29 |
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-16 | Fixes for #110657, based on Jakub Jelinek's patch: | njn | 2 | -5/+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-04 | Replace out-of-date email address. | njn | 2 | -2/+2 |
2005-08-02 | Fixed a bug in Cachegrind: it was adding instrumentation after | njn | 1 | -27/+79 |
2005-07-27 | Ignore prefetch information when decoding Intel cache details. Patch | tom | 1 | -0/+4 |
2005-07-25 | fix breakage/wibbles | njn | 1 | -1/+1 |
2005-07-23 | A commit which is almost all trivial change. | sewardj | 1 | -3/+6 |
2005-07-20 | Add a CPUID case, thanks to Josef W. | njn | 2 | -0/+2 |
2005-07-08 | Don't bomb cachegrind at startup. | sewardj | 1 | -17/+15 |
2005-07-03 | Remove dead function. | njn | 1 | -10/+0 |
2005-07-03 | Changed m_hashtable.c to allow the size of the hash table to be specified | njn | 1 | -3/+3 |
2005-07-02 | Removed the remnants of the attempt at an ARM port, because it had | njn | 2 | -48/+0 |
2005-07-02 | Don't need a foo_SOURCES line if the program has only a single source file | njn | 1 | -2/+0 |
2005-07-02 | Fixed 'make dist'. In particular, all the arch/platform-specific files | njn | 1 | -1/+4 |