Char/HChar and constness fixes. Mostly cost center
[ambi/valgrind.git] / coregrind / m_transtab.c
2012-10-27 florianChar/HChar and constness fixes. Mostly cost center
2012-08-05 sewardjUpdate copyright dates to include 2012.
2012-04-24 sewardjFor --profile-flags=, weight the counts by the number...
2012-04-23 sewardjDisable debug printing w.r.t. sector unlinking.
2012-04-20 sewardjMerge branches/TCHAIN from r12476 (its creation point...
2012-04-20 sewardjChanges needed to make t-chaining work on ppc64-linux...
2012-04-20 sewardjFill in some more bits to do with t-chaining for ppc64
2012-04-05 philippeTCHAIN: remove caused_discard* argument to VG_(translate)
2012-04-04 philippeFix assert due to gdbserver discarding translation
2012-04-02 sewardjAdd translation chaining support for amd64, x86 and ARM
2011-10-23 sewardjUpdate all copyright dates, from 20xy-2010 to 20xy...
2011-03-07 sewardjAdd a port to IBM z/Architecture (s390x) running Linux...
2011-01-10 sewardjMemcheck, None: update avg translation size to be more...
2010-05-03 sewardjUpdate copyright dates to 2010.
2010-03-14 sewardjImprove performance of the fallback path when a transla...
2010-01-01 sewardjMerge from branches/ARM, all parts of the ARM-Linux...
2009-07-15 sewardjMerge coregrind/ changes from branches/MESSAGING_TIDYUP...
2009-05-18 njnMerged non-Darwin-specific parts of r9397,r9423,r9490...
2009-03-10 njnUpdated copyright years.
2009-02-24 njnRemove a number of unused parameters, found with -Wunus...
2008-09-18 sewardjMerge all remaining changes from branches/PTRCHECK...
2008-07-07 bartMerged FORMATCHECK branch (r8368) to trunk.
2008-05-29 sewardjAllow 64-byte line sizes (PA6T cpu).
2008-02-11 sewardjUpdate copyright dates ("200X-2007" --> "200X-2008").
2007-02-11 sewardjRedo the dispatcher's fast-cache mechanism (VG_(tt_fast...
2007-01-08 sewardjUpdate copyright dates.
2006-12-24 sewardjNon-functional commit: track IR renaming in vex r1689.
2006-10-17 sewardjEnsure VG_(tt_fastN) always stays as an array of NULLs...
2006-10-17 sewardjTrack SysRes change.
2006-06-05 sewardjUpdate copyright dates.
2006-04-07 sewardjOops: when adding translations to the auxiliary transta...
2006-01-13 tomUse VG_(am_mmap_anon_float_valgrind) to allocate the...
2006-01-12 sewardjMerge in function wrapping support from the FNWRAP...
2005-12-26 sewardjMore dispatcher tuning for ppc32/64. Makes a big diffe...
2005-12-23 cerionTrack changes to PPC naming convention - VEX r1504
2005-12-13 njnImprove vg_SP_update_pass() to catch more constant...
2005-11-29 sewardjAdd framework for ppc64 support. Apologies in advance...
2005-11-13 sewardjHook the ppc32 stuff up to the revised CPU detection...
2005-10-19 sewardjSnap up some easy pickings pointed out by cachegrinding...
2005-10-18 sewardjChange the core-tool interface so that tools are fully...
2005-10-18 sewardjAdd extra auxiliary data structures which make it possi...
2005-10-12 sewardjNotify the tool via tool_discard_basic_block_info(...
2005-10-12 sewardjRedo the way cachegrind generates instrumentation code...
2005-10-06 njnChanged some overflow-prone counters from UInt to ULong.
2005-09-30 sewardjWhen a sector is full, debug-print TC/TT loading for...
2005-09-28 sewardjIncrease some sizes to deal better with the new multigi...
2005-09-27 sewardjThis commit merges in changes from branches/ASPACEM...
2005-07-26 sewardjMake VG_(discard_translations) 64-bit clean. As JosefW...
2005-07-26 sewardjFix a very suspicious-looking bug in the translation...
2005-07-07 sewardjSupport for self modifying code on unfriendly platforms...
2005-06-30 sewardjRestrict assertion to cache lines we know we need.
2005-06-29 sewardjIt's official. I am a moron.
2005-06-29 sewardjppc32: reinstate collection of cache-line-size info...
2005-06-26 njnBreak up VG_(show_BB_profile)(), and move half of it...
2005-06-26 njnCombine the percentify() functions from Cachegrind...
2005-06-26 njnRemove empty sanity check function. And clean up sanit...
2005-06-20 cerionFinally, valgrind on ppc32.
2005-06-20 njnRemove some unnecessary #includes, comment some others.
2005-06-19 njnMove VG_(bbs_done) out of main and make it local in...
2005-06-19 njnFinal commit for the initial modularisation pass:
2005-06-11 njnModularised the libc low-level memory management stuff...
2005-06-04 njnModularised assertions and panics in m_libcassert.
2005-06-03 njnModularise printing functions in m_libcprint.
2005-06-02 njnStarted modularising vg_mylibc. Put all the standalone...
2005-05-31 njnModularised all the debug info stuff as m_debuginfo...
2005-05-16 njnAdded module m_options for holding all the command...
2005-05-13 njnModularised vg_transtab.c as m_transtab.