This is the 2nd installment of the cache info reorganisation.
[ambi/valgrind.git] / coregrind / m_tooliface.c
2012-10-07 florianThis is the 2nd installment of the cache info reorganis...
2012-08-05 sewardjUpdate copyright dates to include 2012.
2011-10-23 sewardjUpdate all copyright dates, from 20xy-2010 to 20xy...
2010-05-03 sewardjUpdate copyright dates to 2010.
2009-08-15 sewardjWhen generating XML output for suppressions, print...
2009-07-24 njnA fix for bug 186796: suppression symbol names were...
2009-07-15 sewardjMerge coregrind/ changes from branches/MESSAGING_TIDYUP...
2009-07-01 sewardjMerge in branches/DCAS.
2009-03-10 njnUpdated copyright years.
2009-02-17 njnIn the core, include malloc_usable_size() as one of...
2009-01-15 njnIntroduce a new type, PtrdiffT. Replace lots of uses...
2008-09-18 sewardjMerge all remaining changes from branches/PTRCHECK...
2008-05-01 sewardjMerge branches/OTRACK_BY_INSTRUMENTATION into the trunk...
2008-03-03 sewardjMerge in the DATASYMS branch.
2008-02-11 sewardjUpdate copyright dates ("200X-2007" --> "200X-2008").
2007-11-25 sewardjCore-tool iface changes needed to support exp-drd ...
2007-11-09 sewardjMerge (from branches/THRCHECK) the following two change...
2007-08-28 sewardjMerge, from CGTUNE branch, a cleaned up version of...
2007-01-08 sewardjUpdate copyright dates.
2006-12-28 sewardjGet rid of the core-tool events pre_mutex_lock, post_mu...
2006-12-24 njnSplit the thread_runstate event into two, start_client_...
2006-12-24 sewardjNon-functional commit: track IR renaming in vex r1689.
2006-12-23 sewardjChange the core-tool interface 'thread_run' event to...
2006-11-14 dirkchange void* to Addr in mutex helpers. patch by Bard...
2006-06-05 sewardjUpdate copyright dates.
2006-04-16 njnRemove tool-specific code (which says which tools allow...
2006-02-12 sewardjExtend stack-permissions-change fast-case machinery...
2006-01-17 sewardjThese files all speak about instrumentation functions.
2005-10-18 sewardjChange the core-tool interface so that tools are fully...
2005-10-12 sewardjRedo the way cachegrind generates instrumentation code...
2005-09-27 njnRemove now-unused "shadow_memory" need.
2005-09-27 sewardjThis commit merges in changes from branches/ASPACEM...
2005-06-24 njnMoved the mman VG_(*_native)() functions into m_aspacem...
2005-06-23 njnRemoved the VGA_/VGO_/VGP_ prefixes for arch/OS/platfor...
2005-06-21 njnMalloc replacement worked very much like a 'need',...
2005-06-21 njnTweaked m_tooliface to reduce its dependencies on other...
2005-06-21 njnDon't #include pub_core_debuginfo.h in pub_core_aspacem...
2005-06-20 njnRemove some unnecessary #includes, comment some others.
2005-06-19 njnFinal commit for the initial modularisation pass:
2005-06-12 njnFinished the modularisation of vg_mylibc.c, which meant...
2005-06-11 njnMove some decls out of tool.h into the new file pub_too...
2005-06-11 njnHaving moved VG_(arena_strdup)() out of core.h, core...
2005-06-07 sewardjA major overhaul of all machinery to do with syscalls...
2005-06-04 njnModularised assertions and panics in m_libcassert.
2005-06-03 njnModularise printing functions in m_libcprint.
2005-05-17 sewardjcomment-only wibble
2005-05-15 njnDon't mix backticks and apostrophes when quoting words...
2005-05-10 njnModularised the core/tool interface ('details', 'needs...