- 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
- 45fb4d3 by njn · 17 years ago
- a07c2e1 by sewardj · 17 years ago
- 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
- 1c5bcb1 Get rid of the use of explicit register variables in the ppc32-linux by sewardj · 18 years ago
- 1319b49 by njn · 18 years ago
- 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
- f5c1a7f Merge r6125: Function-wrapping macros and associated stuff, for AIX. by sewardj · 18 years ago
- c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
- 315dc8d Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722). by sewardj · 18 years ago
- 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
- e4b0bf0 Update copyright dates. by sewardj · 18 years ago
- 479db77 Add a helpful comment. by njn · 18 years ago
- 7eca0cc Recent GCCs (3.4+ at least) optimize static unused functions out, so by sewardj · 19 years ago
- 7fd15d6 Make the BSD-style license notices slightly more accurate. by njn · 19 years ago
- dbf7ca7 by njn · 19 years ago
- cd63639 Add missing CALL_FN_* macros for ppc64-linux. by sewardj · 19 years ago
- ead61df Add CALL_FN_* missing cases for ppc32-linux. by sewardj · 19 years ago
- a50f9dc Complete CALL_FN_W_* wrappers for amd64-linux. by sewardj · 19 years ago
- 5ce4b15 Add missing x86-linux CALL_FN_W_11W macro. by sewardj · 19 years ago
- 45fa5b0 Add a couple of missing cases. Function wrapping is really ugly :-( by sewardj · 19 years ago
- 9e8b07a Add a missing case. by sewardj · 19 years ago
- 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 19 years ago
- 38de099 Make fn wrapping work again on ppc32-linux. by sewardj · 19 years ago
- 66226cc x86 function wrapping fixes. by sewardj · 19 years ago
- c885844 Make amd64 function wrapping work again following recent changes. by sewardj · 19 years ago
- d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 19 years ago
- 9734b20 ppc64-linux function wrapping support (does not work properly) by sewardj · 19 years ago
- 1a85f4f by sewardj · 19 years ago
- 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
- 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
- e6f883e Remove bogus legacy declarations, from the time when the AMD64 by njn · 19 years ago
- 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
- 3dd0a91 by njn · 19 years ago
- 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
- 30d76c6 Minor rearrangement, no functional change. by njn · 19 years ago
- 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
- 26aba4d No need to generate valgrind.h from valgrind.h.in. We can just use the by njn · 19 years ago[Renamed (95%) from include/valgrind.h.in]
- f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 19 years ago
- 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 20 years ago
- de4a4ab Sort out amd64 issues. by sewardj · 20 years ago
- 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
- b5f6f51 by sewardj · 20 years ago
- b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
- c616819 by njn · 20 years ago
- ca0518d by njn · 20 years ago
- d4795be Cleanups for baseBlock removal: fix some comments, remove two decls by njn · 20 years ago
- fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
- 69d9c46 Code formatting changes only. by nethercote · 20 years ago
- 5426544 Comment cleanups only. by nethercote · 20 years ago
- b2decc3 tweak by nethercote · 20 years ago
- e90c683 by nethercote · 20 years ago[Renamed (94%) from include/valgrind.h]
- 85c8a50 Removed comma at the end of an enumerator list - this is allowed by thughes · 20 years ago
- bc0bb83 Memory pool support. by rjwalsh · 20 years ago
- 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
- bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
- c9b3655 mark the braced expression as C(++) extension by mueller · 21 years ago
- a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
- 39de4b4 Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new client by fitzhardinge · 21 years ago
- d799418 by njn · 21 years ago
- 6e69ecd by njn · 21 years ago
- c229f5b These client requests were moved to include/vg_skin.h a while ago, but I forgot by njn · 21 years ago
- 4c79121 by njn · 22 years ago
- 057c65f by njn · 22 years ago
- 47363ab by njn · 22 years ago
- 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 22 years ago
- 3e88418 ----------------------------------------------------------------------------- by njn · 22 years ago
- 285f77f Comment change only: remove discussion of --client-perms flag and clarify by sewardj · 22 years ago
- 34a257c Various fixes to the client-perms include files to stop gccs yelping by sewardj · 22 years ago
- 6591dc2 A little cpp magic to cause compilation to fail if valgrind.h is included by sewardj · 22 years ago
- 37091fb Merge patch from JeremyF: by sewardj · 22 years ago
- 3404251 Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
- c953984 by njn · 22 years ago
- e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
- 57f12d3 Fix typo in VALGRIND_MAKE_WRITABLE. by sewardj · 22 years ago
- 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
- 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 23 years ago
- 2e93c50 by sewardj · 23 years ago
- de4a1d0 Initial revision by sewardj · 23 years ago