1. 9afc7dc Add a regtest for the false-uninitialised-value-report bug fixed by vex r1675. by sewardj · 18 years ago
  2. 805de29 Fix a man page bug. by njn · 18 years ago
  3. f1962d3 Fix bug in memcheck's instrumenter introduced in r6319. Big comment by sewardj · 18 years ago
  4. a087148 Observe the rule that requires all instrumenters to copy verbatim any by sewardj · 18 years ago
  5. 43fcfd9 by sewardj · 18 years ago
  6. a3c78f3 Updated expected with-TOC output. by sewardj · 18 years ago
  7. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  8. 72a28b2 Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  9. 05a4673 Merge r6112: by sewardj · 18 years ago
  10. 31b9ce1 Merge r6111: by sewardj · 18 years ago
  11. aed0536 Merge r6109: by sewardj · 18 years ago
  12. 3d8dcf8 Merge r6108: by sewardj · 18 years ago
  13. 1eff82b by sewardj · 18 years ago
  14. 634ba77 wibble by sewardj · 18 years ago
  15. 4cfea4f by sewardj · 18 years ago
  16. 4eee476 by sewardj · 18 years ago
  17. ae0e07b Expand the first para of the custom-allocator section so it says what by sewardj · 18 years ago
  18. af92f45 Regression tests for Graydon Hoare's enhanced mempool stuff, from by sewardj · 18 years ago
  19. c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
  20. ce10c26 Excellent documentation from Graydon Hoare on his mempool client-request work. by sewardj · 18 years ago
  21. ba7b458 Add a comment about marking static memory as defined. by njn · 18 years ago
  22. 7982056 Merge (from 3_2_BRANCH) r6048 (SuSE 10.1 (ppc32) minor fixes) by sewardj · 18 years ago
  23. 7fd62e9 Add a regtest for #133694 (munmapping of segments below by sewardj · 18 years ago
  24. 8aeeaa9 A small fix to the "mempool trim" client request; the previous version by sewardj · 18 years ago
  25. ef68c5b Regression test for #132146. by sewardj · 18 years ago
  26. d874687 Update expected output following Graydon H's leak checker fixes. by sewardj · 18 years ago
  27. 5bee4f8 Followup to r5991: when leak checking, treat zero-sized blocks as if by sewardj · 18 years ago
  28. 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
  29. 3cf26a5 Leak checking fixes from Graydon Hoare: by sewardj · 18 years ago
  30. de3ad73 When doing leak checks, don't poke around in device segments as this by sewardj · 18 years ago
  31. 3f5f556 Fix copy-n-paste error to do with ppc64-linux stack redzone handling by sewardj · 18 years ago
  32. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  33. 3024d03 Sigh .. now fix for 32-bit targets. by sewardj · 18 years ago
  34. 3cbed8c Fix gcc pedantry on 64-bit platforms by sewardj · 18 years ago
  35. a7bd8cc Update expected output. by sewardj · 18 years ago
  36. 1cf56cf Assertion is too restrictive; it's possible to validly get an by sewardj · 18 years ago
  37. 183375a A 1 page stack isn't big enough for this test on ppc32-linux. by sewardj · 18 years ago
  38. 42a32a2 Update expected output following vex r1619. by sewardj · 18 years ago
  39. 49ceddc Yet more messing with masking approximate results. by sewardj · 18 years ago
  40. 7f1f7a8 Apparently Intel's rcpps etc approximations are more approximate than by sewardj · 18 years ago
  41. 5b0acb0 Update expected results following change in r5898. by sewardj · 18 years ago
  42. 2de0441 Add masking for results of rcpps/rcpss/rsqrtps/rsqrtps so as to give by sewardj · 18 years ago
  43. dbdb36f Comprehensive tests for bt{s,r,c,}{w,l,q} on amd64. by sewardj · 18 years ago
  44. 1636922 Test x86 {push,pop}{w,l}. by sewardj · 18 years ago
  45. f218491 Vectorise copy_address_range_perms for common cases. This gives about by sewardj · 18 years ago
  46. e26e42f Add another test of permissions range copying (copy_address_range_perms). by sewardj · 18 years ago
  47. e5b662b Get rid of executable permissions on C source file. by sewardj · 18 years ago
  48. ca54af3 by njn · 18 years ago
  49. 5bac8e5 On x86, don't use x87 registers for 8-byte FP loads/stores; instead by sewardj · 18 years ago
  50. 36c11e9 Commit a patch from Olly Betts which avoids a possible problem with by njn · 18 years ago
  51. 4cf530b Use better variable names. by njn · 18 years ago
  52. fc3b5ba Test program which uses templates to generate very long stabs (debug by sewardj · 18 years ago
  53. e250412 Un-break make dist. by sewardj · 18 years ago
  54. bca134f Add 64-bit test output. by sewardj · 18 years ago
  55. 3dfd9f0 Don't print an address on stdout as it doesn't get automagically by sewardj · 18 years ago
  56. dc6734b Another shadow memory test. This one does a huge number of loads and by sewardj · 18 years ago
  57. 2229db0 In check_all, allow two different acceptable byte values, so as to by sewardj · 18 years ago
  58. b2963ad Partial fix for the sh-mem.c failure on PPC32. This should make it work by njn · 18 years ago
  59. 7fd15d6 Make the BSD-style license notices slightly more accurate. by njn · 18 years ago
  60. dbf7ca7 by njn · 18 years ago
  61. a7c7ebd Change to some better function names. by njn · 18 years ago
  62. 45e8125 Change some uses of bytes to bits for consistency. by njn · 18 years ago
  63. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  64. eb662fa Update expected output following r5785; also add a missing 's'. by sewardj · 18 years ago
  65. a895e4e Mess with this even more so that fn_1 doesn't return zero. by sewardj · 18 years ago
  66. e638a8d Updated expected output following r5753. by sewardj · 18 years ago
  67. b70b96a TRASH_IREGS: add enough live variables to make ppc32 spill (not easy) by sewardj · 18 years ago
  68. f4f22d5 Majorly beef up this test: by sewardj · 18 years ago
  69. 0928fed Fix comment typo. by sewardj · 18 years ago
  70. fb1e9ad Add a new kind of memory-painting primitive, which is: 'make_defined'. by sewardj · 18 years ago
  71. 1c85d5c Oops, missed out of r5724. by sewardj · 18 years ago
  72. ae43d04 Regression test for memcheck's SET/GET_VBITS client requests. by sewardj · 18 years ago
  73. c2c12c2 Reinstate the SET/GET_VBITS client requests. by sewardj · 18 years ago
  74. 7d647cb get_abit_and_vbyte/get_abit can be a significant bottleneck when by sewardj · 18 years ago
  75. 776de2c Apparently on SLES9 the dynamic linker is called (soname'd) ld64.so.1. by sewardj · 18 years ago
  76. f5c8e37 Extend stack-permissions-change fast-case machinery to handle +/- 112, by sewardj · 18 years ago
  77. 39eb667 Fix minor anomaly pointed out by icc9. by sewardj · 18 years ago
  78. 453e8f8 Get rid of general case in mkLazy3 and instead add new cases as they appear. by sewardj · 18 years ago
  79. e91cea7 Track vex r1573 (introduction of 4-arg IR primops for ppc fmadd/fmsub). by sewardj · 18 years ago
  80. b0e1ccc This causes problems on setups where ld.so is mapped at just over 1M: by sewardj · 18 years ago
  81. c7e8c74 Test program aimed at exercising x87 insns a bit on amd64. by sewardj · 18 years ago
  82. bee2c28 Add a check for fsincos. by sewardj · 18 years ago
  83. 672f778 Yet more x86 instruction tests, mostly aimed at wierd/transcendental x87 insns. by sewardj · 18 years ago
  84. d6075eb Tidy up a couple more x86-related primops following rounding changes. by sewardj · 18 years ago
  85. 22ac5f4 Followup to r5605: fixes for x86 by sewardj · 18 years ago
  86. ed69fdb by sewardj · 18 years ago
  87. 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 18 years ago
  88. 4f3e0f2 Track vex r1553 (addition of Iop_Est8FRecip, case Iop_Est5FRSqrt) by sewardj · 18 years ago
  89. 02fd0d7 Test program to check the behaviour of a bunch of FP functions. by sewardj · 18 years ago
  90. 48e7bc4 Use perf/fbench as a simple FP test too. This is a modified copy, not a symlink. by sewardj · 18 years ago
  91. 46712cd Use the bz2 test in perf/ as a regression-test, just as a moderately by sewardj · 18 years ago
  92. 5a6d7e4 Wibble by sewardj · 18 years ago
  93. c885844 Make amd64 function wrapping work again following recent changes. by sewardj · 18 years ago
  94. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 18 years ago
  95. 134d1aa More function wrapping tests. by sewardj · 18 years ago
  96. 7d5c209 Track line number changes. by sewardj · 18 years ago
  97. 80d9eac More __libc_start_main -> "(below_main)" changes. by sewardj · 18 years ago
  98. 2da8f33 Update with new expected outputs. by sewardj · 18 years ago
  99. 9e9864c Suppressions-tests fixes. by sewardj · 18 years ago
  100. 4658b35 Fixes to track the "(below main)" change. by sewardj · 18 years ago