1. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  2. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  3. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  4. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  5. b4ba16d Remove dead code. by njn · 18 years ago
  6. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  7. bb6311c by njn · 18 years ago
  8. 5e120ef Fix error in aix zeropage handling. by sewardj · 18 years ago
  9. 25482bb Fix suppression-matching bogon (Paul Floyd). by sewardj · 18 years ago
  10. 6362bb5 Make it possible to suppress, and auto-generate suppressions for, by sewardj · 18 years ago
  11. 43fcfd9 by sewardj · 18 years ago
  12. 05a4673 Merge r6112: by sewardj · 18 years ago
  13. c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
  14. ba7b458 Add a comment about marking static memory as defined. by njn · 18 years ago
  15. 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
  16. 3f5f556 Fix copy-n-paste error to do with ppc64-linux stack redzone handling by sewardj · 18 years ago
  17. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  18. 1cf56cf Assertion is too restrictive; it's possible to validly get an by sewardj · 18 years ago
  19. f218491 Vectorise copy_address_range_perms for common cases. This gives about by sewardj · 18 years ago
  20. ca54af3 by njn · 18 years ago
  21. 4cf530b Use better variable names. by njn · 18 years ago
  22. dbf7ca7 by njn · 18 years ago
  23. a7c7ebd Change to some better function names. by njn · 18 years ago
  24. 45e8125 Change some uses of bytes to bits for consistency. by njn · 18 years ago
  25. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  26. fb1e9ad Add a new kind of memory-painting primitive, which is: 'make_defined'. by sewardj · 18 years ago
  27. c2c12c2 Reinstate the SET/GET_VBITS client requests. by sewardj · 18 years ago
  28. 7d647cb get_abit_and_vbyte/get_abit can be a significant bottleneck when by sewardj · 18 years ago
  29. f5c8e37 Extend stack-permissions-change fast-case machinery to handle +/- 112, by sewardj · 18 years ago
  30. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 18 years ago
  31. 2e1a677 Valgrind-side handling (fast case) for the ppc64 ELF stack redzone. by sewardj · 18 years ago
  32. 62eae5f Increase size of the largest guest state handled. by sewardj · 18 years ago
  33. 7894793 Fix a casting bug in the LOADV8 slow (misaligned) case spotted by Nick. by sewardj · 19 years ago
  34. 13a4926 Remove remaining profiling gunk from Memcheck. by njn · 19 years ago
  35. fe5115a Remove the old profiling stuff from Memcheck. by njn · 19 years ago
  36. d55121e Fixed to check whether __builtin_expect is supported before using it. by tom · 19 years ago
  37. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  38. 71ef8e7 Fix obscure memcheck bug found by Nick. This could cause false by sewardj · 19 years ago
  39. 90c524e Remove horribly out-of-date comment. by njn · 19 years ago
  40. f3418c0 Get rid of old flags that memcheck no longer has. by sewardj · 19 years ago
  41. 0ded7a4 memcheck: make --partial-loads-ok=yes work again, but now make it by sewardj · 19 years ago
  42. 20b4a15 Make the usage message a little neater and more self-consistent. by njn · 19 years ago
  43. ae986ca Build fixes for gcc-2.96. The system now builds and regtests with the by sewardj · 19 years ago
  44. 8162371 Add a comment about Memcheck not doing anything for mprotect. by njn · 19 years ago
  45. 9273eb9 %u -> %lu by sewardj · 19 years ago
  46. 34483bc Increase some sizes to deal better with the new multigigabyte world: by sewardj · 19 years ago
  47. 6929333 Remove now-unused "shadow_memory" need. by njn · 19 years ago
  48. 45f4e7c by sewardj · 19 years ago
  49. f66dbfc Whoops... I guess the regtests don't exercise that code... by njn · 19 years ago
  50. 1d0cb0d by njn · 19 years ago
  51. 1262727 Remove more now-unnecessary casts, thanks to the recent VgHashTable changes. by njn · 19 years ago
  52. 4bd67b5 by njn · 19 years ago
  53. 8cf88b7 Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}). by sewardj · 19 years ago
  54. 2e59585 Track Vex API change (r1239, introduction of endianness-indications in by sewardj · 19 years ago
  55. af839f5 by njn · 19 years ago
  56. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  57. c7561b9 by njn · 19 years ago
  58. 1fa7d2c Be quieter when outputting XML. by sewardj · 19 years ago
  59. f536bbb by njn · 19 years ago
  60. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
  61. aba741d Increase the number of auxmaps from 500 to 20000. This should be by sewardj · 19 years ago
  62. 132bfcc by njn · 19 years ago
  63. 36a20fa by njn · 19 years ago
  64. 97405b2 by njn · 19 years ago
  65. 09890d8 Dither by sewardj · 19 years ago
  66. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  67. 02bc4b8 by njn · 19 years ago
  68. 2a3a1a7 Create a fast version of MC_(helperc_MAKE_STACK_UNINIT), so as not to by sewardj · 19 years ago
  69. 826ec49 Use the new IRStmt_AbiHints created by the amd64 front end. This by sewardj · 19 years ago
  70. 717cde5 by njn · 19 years ago
  71. 51d827b by njn · 19 years ago
  72. 9636482 Avoid compiler warnings. by njn · 19 years ago
  73. 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 19 years ago
  74. 5ab96ac Avoid bogus compiler warning. by njn · 19 years ago
  75. 2c27f70 Fix really stupid bug I introduced during recent 64-bitification of by sewardj · 19 years ago
  76. e4ccc01 Fix compile warnings on 32-bit platforms, hopefully without breaking by sewardj · 19 years ago
  77. 21f7ff4 Define N_PRIMARY_MAP to actually generate a 64-bit constant on 64-bit by sewardj · 19 years ago
  78. 05fe85e Reinstate the leak checker; it works at least on x86. by sewardj · 19 years ago
  79. f9d8161 Add 64-bit fast case handlers for loads/stores. On amd64, by sewardj · 19 years ago
  80. 11bcc4e Handle 8-byte value-check failures using a special fast-case fn (like by sewardj · 19 years ago
  81. c859fbf Tidy up: remove lots of old code, rearrange order of functions somewhat. by sewardj · 19 years ago
  82. f3d57dd mc_LOADVn_slow: When loading from invalid addresses, mark loaded data by sewardj · 19 years ago
  83. 23eb2fd Mostly finish fixing fast-path cases. Also enhance sanity checking. by sewardj · 19 years ago
  84. 5d28efc Finish off fast cases for {LOAD,STORE}V{4,2,1} and do an inspection of by sewardj · 19 years ago
  85. c1a2cda * Crank up the memcheck event-counting system, and enhance it to by sewardj · 19 years ago
  86. 6cf40ff Fix a bunch of 64-bit cases required amd64. Stop to ponder whether by sewardj · 19 years ago
  87. 45d94cc by sewardj · 19 years ago
  88. 8a97c6d by njn · 19 years ago
  89. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  90. 9fb73db by njn · 19 years ago
  91. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  92. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  93. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  94. d01fef7 by njn · 19 years ago
  95. c504748 Looks like the monkeys-with-typewriters department wrote the size-8 by sewardj · 19 years ago
  96. edc75ab Merge in the revised client request stuff from 2.4.X. This significantly by sewardj · 19 years ago
  97. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 19 years ago
  98. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 19 years ago
  99. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  100. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago