Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -1/+1 |
2010-03-14 | Improve performance of the fallback path when a translation is not | sewardj | 1 | -11/+89 |
2010-01-01 | Merge from branches/ARM, all parts of the ARM-Linux port except for | sewardj | 1 | -6/+21 |
2009-07-15 | Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. | sewardj | 1 | -10/+10 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -8/+10 |
2009-03-10 | Updated copyright years. | njn | 1 | -1/+1 |
2009-02-24 | Remove a number of unused parameters, found with -Wunused-parameter. | njn | 1 | -2/+1 |
2008-09-18 | Merge all remaining changes from branches/PTRCHECK. These are some | sewardj | 1 | -1/+2 |
2008-07-07 | Merged FORMATCHECK branch (r8368) to trunk. | bart | 1 | -6/+6 |
2008-05-29 | Allow 64-byte line sizes (PA6T cpu). | sewardj | 1 | -1/+1 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -1/+1 |
2007-02-11 | Redo the dispatcher's fast-cache mechanism (VG_(tt_fast) et al) to be | sewardj | 1 | -61/+126 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-12-24 | Non-functional commit: track IR renaming in vex r1689. | sewardj | 1 | -4/+4 |
2006-10-17 | Ensure VG_(tt_fastN) always stays as an array of NULLs if BB profiling | sewardj | 1 | -1/+1 |
2006-10-17 | Track SysRes change. | sewardj | 1 | -5/+7 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-04-07 | Oops: when adding translations to the auxiliary transtab, don't forget to | sewardj | 1 | -0/+2 |
2006-01-13 | Use VG_(am_mmap_anon_float_valgrind) to allocate the unredirected | tom | 1 | -2/+10 |
2006-01-12 | Merge in function wrapping support from the FNWRAP branch. That | sewardj | 1 | -0/+167 |
2005-12-26 | More dispatcher tuning for ppc32/64. Makes a big difference for | sewardj | 1 | -1/+1 |
2005-12-23 | Track changes to PPC naming convention - VEX r1504 | cerion | 1 | -2/+2 |
2005-12-13 | Improve vg_SP_update_pass() to catch more constant offset cases. Improves | njn | 1 | -3/+3 |
2005-11-29 | Add framework for ppc64 support. Apologies in advance for the | sewardj | 1 | -1/+1 |
2005-11-13 | Hook the ppc32 stuff up to the revised CPU detection machinery, and | sewardj | 1 | -1/+5 |
2005-10-19 | Snap up some easy pickings pointed out by cachegrinding nulgrind on ppc32. | sewardj | 1 | -3/+13 |
2005-10-18 | Change the core-tool interface so that tools are fully aware of both | sewardj | 1 | -0/+2 |
2005-10-18 | Add extra auxiliary data structures which make it possible to quickly | sewardj | 1 | -47/+617 |
2005-10-12 | Notify the tool via tool_discard_basic_block_info() about translations | sewardj | 1 | -0/+5 |
2005-10-12 | Redo the way cachegrind generates instrumentation code, so that it can | sewardj | 1 | -1/+6 |
2005-10-06 | Changed some overflow-prone counters from UInt to ULong. | njn | 1 | -6/+6 |
2005-09-30 | When a sector is full, debug-print TC/TT loading for it, so as to give | sewardj | 1 | -1/+10 |
2005-09-28 | Increase some sizes to deal better with the new multigigabyte world: | sewardj | 1 | -2/+2 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 1 | -9/+42 |
2005-07-26 | Make VG_(discard_translations) 64-bit clean. As JosefW points out, it | sewardj | 1 | -5/+5 |
2005-07-26 | Fix a very suspicious-looking bug in the translation-discard stuff. | sewardj | 1 | -1/+1 |
2005-07-07 | Support for self modifying code on unfriendly platforms (x86, amd64) | sewardj | 1 | -7/+14 |
2005-06-30 | Restrict assertion to cache lines we know we need. | sewardj | 1 | -2/+2 |
2005-06-29 | It's official. I am a moron. | sewardj | 1 | -1/+1 |
2005-06-29 | ppc32: reinstate collection of cache-line-size info from the auxv | sewardj | 1 | -11/+22 |
2005-06-26 | Break up VG_(show_BB_profile)(), and move half of it into m_main. This | njn | 1 | -89/+16 |
2005-06-26 | Combine the percentify() functions from Cachegrind and m_transtab into | njn | 1 | -30/+4 |
2005-06-26 | Remove empty sanity check function. And clean up sanity checking in | njn | 1 | -9/+0 |
2005-06-20 | Finally, valgrind on ppc32. | cerion | 1 | -0/+22 |
2005-06-20 | Remove some unnecessary #includes, comment some others. | njn | 1 | -4/+4 |
2005-06-19 | Move VG_(bbs_done) out of main and make it local in scheduler.c. This | njn | 1 | -1/+1 |
2005-06-19 | Final commit for the initial modularisation pass: | njn | 1 | -1/+1 |
2005-06-11 | Modularised the libc low-level memory management stuff (mmap, etc). | njn | 1 | -0/+1 |
2005-06-04 | Modularised assertions and panics in m_libcassert. | njn | 1 | -0/+1 |
2005-06-03 | Modularise printing functions in m_libcprint. | njn | 1 | -0/+1 |