1. 543a63f by nethercote · 20 years ago
  2. 1aec032 Strengthened the unit self-test, by also testing foreach_map(), the other by nethercote · 20 years ago
  3. e65e47b Added a unit self-test -- a test program that incorporates a small part of by nethercote · 20 years ago
  4. d41cd6c Add alternate results for some tests that use mmap. by thughes · 20 years ago
  5. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  6. 2306bc8 Update second expected output to match the first. by nethercote · 20 years ago
  7. b497149 Remove reference to --tool=memcheck being the default. by thughes · 20 years ago
  8. 7246d52 Remove spurious (void) cast from VALGRIND_CHECK_DEFINED so that it by thughes · 20 years ago
  9. 1c85a56 Fix grammar by nethercote · 20 years ago
  10. c470211 Avoid spurious warning about using posix_memalign() by nethercote · 20 years ago
  11. c06e213 Arch-abstraction: by nethercote · 20 years ago
  12. 776ac36 Update docs for filename change. by nethercote · 20 years ago
  13. 5a2664c by nethercote · 20 years ago
  14. 4606320 by nethercote · 20 years ago
  15. d4b17c0 Update .cvsignore for recently added regression tests. by nethercote · 20 years ago
  16. 4388a40 by nethercote · 20 years ago
  17. ce47126 by nethercote · 20 years ago
  18. 56ee542 Remove three unnecessary compile-time warnings. by nethercote · 20 years ago
  19. 537e894 by nethercote · 20 years ago
  20. 7bddb34 Prevent a memcpy of zero bytes from complaining if one or both of the by thughes · 20 years ago
  21. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  22. 215dfdc Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in by nethercote · 20 years ago
  23. 1420ab2 Remove 3 identical and self-admittedly spurious assertions. by nethercote · 20 years ago
  24. 2d5b816 by nethercote · 20 years ago
  25. f6a1d50 by nethercote · 20 years ago
  26. 05675c8 Comment changes only -- compacting by nethercote · 20 years ago
  27. 885dd91 by nethercote · 20 years ago
  28. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  29. 829878e Add instruction tests for the LFENCE/MFENCE/SFENCE instructions. by thughes · 20 years ago
  30. ea169c0 Include new_override.stdout.exp in 'make dist'. by nethercote · 20 years ago
  31. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  32. 57e36b3 by nethercote · 20 years ago
  33. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  34. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  35. d84cf52 Update .cvsignore files by nethercote · 20 years ago
  36. f854867 by nethercote · 20 years ago
  37. bc0bb83 Memory pool support. by rjwalsh · 20 years ago
  38. 27fec90 by nethercote · 20 years ago
  39. e3a5372 by nethercote · 20 years ago
  40. 0987528 Add missing SSE case for Memcheck's instrumentation (sigh). by nethercote · 20 years ago
  41. 0e5d2e3 SETV and TESTV never have an ArchReg as their first argument. by nethercote · 20 years ago
  42. 3360680 Fix new override test. by rjwalsh · 20 years ago
  43. c184d14 Update test for recent "recently" fix. by rjwalsh · 20 years ago
  44. 7250b8f Suppressions of jump errors were broken, because the size was zero and by nethercote · 20 years ago
  45. f798eee Changed error message from: by nethercote · 20 years ago
  46. 7159a8a Added 2nd expected stderr output for trivialleak; often one of the 1000 blocks by nethercote · 20 years ago
  47. 975d6e6 Added more floating point instruction tests. by thughes · 20 years ago
  48. 989df35 Fix typo in FPU eflags fix. by thughes · 20 years ago
  49. d88f415 For FPU/MMX/SSE instructions which don't reference any memory, make memcheck by thughes · 20 years ago
  50. 86da252 Added more floating point instruction tests. by thughes · 20 years ago
  51. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 20 years ago
  52. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 20 years ago
  53. e712c42 Ignore valgrind core files. by thughes · 20 years ago
  54. 18467b7 Filter out the ": core dumped" message from test results as the user by thughes · 20 years ago
  55. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  56. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
  57. 07713b3 Anonymise path names for libc's built with debg symbols. by thughes · 21 years ago
  58. 88002aa Add an alternate (appropriately filtered) result for some systems. by thughes · 21 years ago
  59. 3120de0 Fix expected standard error output for mmxext tests to resolve by thughes · 21 years ago
  60. c18e9bb Use Tom's instruction set tests on all tools which do instrumentation, so by fitzhardinge · 21 years ago
  61. a66033c Turn off warning with -q. by nethercote · 21 years ago
  62. 79dd3ce Add some alternate regression test results for older libc's. by thughes · 21 years ago
  63. abcf612 Remove comma from last element of enum; C++ apparently doesn't allow it. by nethercote · 21 years ago
  64. 31212bc Patch from Bartosz Taudul: latest GCC requires regparm(n) attributes on both by nethercote · 21 years ago
  65. 74729ef Update and add various .cvsignore files. by nethercote · 21 years ago
  66. a81e916 Now doing pre_mem_read()s on the args to execve(), so eg. Memcheck can check by nethercote · 21 years ago
  67. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  68. b973698 Make output more thread-independent. by nethercote · 21 years ago
  69. ceaeb3b Change test so output doesn't depend on thread scheduling. by nethercote · 21 years ago
  70. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  71. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  72. eed7ecb Make badrw.c conform to C89; split things onto separate lines so it's by fitzhardinge · 21 years ago
  73. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  74. 9800fd3 In the fast sanity check for these tools which use shadow memory, by jseward · 21 years ago
  75. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  76. 2aeb3f7 CVS_SILENT ignore by mueller · 21 years ago
  77. 535cc6e Fix compilation on FreeBSD. extracted from patch by Doug Rabson <dfr@nlsystems.com> by mueller · 21 years ago
  78. 00a8a6f fix comment by mueller · 21 years ago
  79. b19cff6 Add an implementation of strnlen for memcheck, from Tom Hughes. by jseward · 21 years ago
  80. 0845ef8 Add overlap checking for stpcpy(). by jseward · 21 years ago
  81. dc8778a Add a vanilla implementation of stpcpy(). Does not do overlap checking by jseward · 21 years ago
  82. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  83. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  84. 1c76dc4 When merging multiple symbols with the same address, rather than always by fitzhardinge · 21 years ago
  85. db23332 by nethercote · 21 years ago
  86. 0f19bce Make --leak-check observe -q properly -- only prints out errors, not general by nethercote · 21 years ago
  87. b916f2d Remove out-of-date limitations from tech docs. by nethercote · 21 years ago
  88. 8e53678 *8 is probably overkill by fitzhardinge · 21 years ago
  89. 136f927 fprintf needs more than 8k of stack, so boost the sigaltstack size. by fitzhardinge · 21 years ago
  90. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  91. e121c6c updating .cvsignore by mueller · 21 years ago
  92. 137bc55 by nethercote · 21 years ago
  93. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  94. 262eedf Remove the Memcheck==Valgrind fallacy from Memcheck's start-up message. by nethercote · 21 years ago
  95. 3b390c7 by nethercote · 21 years ago
  96. 77eba60 by nethercote · 21 years ago
  97. f0f911c Only set the thread's status to WaitSys if we're actually waiting for by fitzhardinge · 21 years ago
  98. 1e6d765 Fixed bug in overlap check in strncpy() -- it was assuming the src was 'n' by nethercote · 21 years ago
  99. d3de730 Added a regtest that uses pthreads -- there weren't any. by nethercote · 21 years ago
  100. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago