1. 27fec90 by nethercote · 20 years ago
  2. e3a5372 by nethercote · 20 years ago
  3. 0987528 Add missing SSE case for Memcheck's instrumentation (sigh). by nethercote · 20 years ago
  4. 0e5d2e3 SETV and TESTV never have an ArchReg as their first argument. by nethercote · 20 years ago
  5. 3360680 Fix new override test. by rjwalsh · 21 years ago
  6. c184d14 Update test for recent "recently" fix. by rjwalsh · 21 years ago
  7. 7250b8f Suppressions of jump errors were broken, because the size was zero and by nethercote · 21 years ago
  8. f798eee Changed error message from: by nethercote · 21 years ago
  9. 7159a8a Added 2nd expected stderr output for trivialleak; often one of the 1000 blocks by nethercote · 21 years ago
  10. 975d6e6 Added more floating point instruction tests. by thughes · 21 years ago
  11. 989df35 Fix typo in FPU eflags fix. by thughes · 21 years ago
  12. d88f415 For FPU/MMX/SSE instructions which don't reference any memory, make memcheck by thughes · 21 years ago
  13. 86da252 Added more floating point instruction tests. by thughes · 21 years ago
  14. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 21 years ago
  15. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 21 years ago
  16. e712c42 Ignore valgrind core files. by thughes · 21 years ago
  17. 18467b7 Filter out the ": core dumped" message from test results as the user by thughes · 21 years ago
  18. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 21 years ago
  19. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
  20. 07713b3 Anonymise path names for libc's built with debg symbols. by thughes · 21 years ago
  21. 88002aa Add an alternate (appropriately filtered) result for some systems. by thughes · 21 years ago
  22. 3120de0 Fix expected standard error output for mmxext tests to resolve by thughes · 21 years ago
  23. c18e9bb Use Tom's instruction set tests on all tools which do instrumentation, so by fitzhardinge · 21 years ago
  24. a66033c Turn off warning with -q. by nethercote · 21 years ago
  25. 79dd3ce Add some alternate regression test results for older libc's. by thughes · 21 years ago
  26. abcf612 Remove comma from last element of enum; C++ apparently doesn't allow it. by nethercote · 21 years ago
  27. 31212bc Patch from Bartosz Taudul: latest GCC requires regparm(n) attributes on both by nethercote · 21 years ago
  28. 74729ef Update and add various .cvsignore files. by nethercote · 21 years ago
  29. a81e916 Now doing pre_mem_read()s on the args to execve(), so eg. Memcheck can check by nethercote · 21 years ago
  30. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  31. b973698 Make output more thread-independent. by nethercote · 21 years ago
  32. ceaeb3b Change test so output doesn't depend on thread scheduling. by nethercote · 21 years ago
  33. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  34. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  35. eed7ecb Make badrw.c conform to C89; split things onto separate lines so it's by fitzhardinge · 21 years ago
  36. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  37. 9800fd3 In the fast sanity check for these tools which use shadow memory, by jseward · 21 years ago
  38. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  39. 2aeb3f7 CVS_SILENT ignore by mueller · 21 years ago
  40. 535cc6e Fix compilation on FreeBSD. extracted from patch by Doug Rabson <dfr@nlsystems.com> by mueller · 21 years ago
  41. 00a8a6f fix comment by mueller · 21 years ago
  42. b19cff6 Add an implementation of strnlen for memcheck, from Tom Hughes. by jseward · 21 years ago
  43. 0845ef8 Add overlap checking for stpcpy(). by jseward · 21 years ago
  44. dc8778a Add a vanilla implementation of stpcpy(). Does not do overlap checking by jseward · 21 years ago
  45. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  46. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  47. 1c76dc4 When merging multiple symbols with the same address, rather than always by fitzhardinge · 21 years ago
  48. db23332 by nethercote · 21 years ago
  49. 0f19bce Make --leak-check observe -q properly -- only prints out errors, not general by nethercote · 21 years ago
  50. b916f2d Remove out-of-date limitations from tech docs. by nethercote · 21 years ago
  51. 8e53678 *8 is probably overkill by fitzhardinge · 21 years ago
  52. 136f927 fprintf needs more than 8k of stack, so boost the sigaltstack size. by fitzhardinge · 21 years ago
  53. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  54. e121c6c updating .cvsignore by mueller · 21 years ago
  55. 137bc55 by nethercote · 21 years ago
  56. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  57. 262eedf Remove the Memcheck==Valgrind fallacy from Memcheck's start-up message. by nethercote · 21 years ago
  58. 3b390c7 by nethercote · 21 years ago
  59. 77eba60 by nethercote · 21 years ago
  60. f0f911c Only set the thread's status to WaitSys if we're actually waiting for by fitzhardinge · 21 years ago
  61. 1e6d765 Fixed bug in overlap check in strncpy() -- it was assuming the src was 'n' by nethercote · 21 years ago
  62. d3de730 Added a regtest that uses pthreads -- there weren't any. by nethercote · 21 years ago
  63. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  64. b111685 Clean up and extend some of the SSE instrumentation cases. by sewardj · 21 years ago
  65. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  66. c5918d9 We expect new output with the syscalls changes. by jsgf · 21 years ago
  67. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  68. 32a17d1 Whoops, forgot to commit changes to Makefile.am when I added the 'new_nothrow' by njn · 21 years ago
  69. 5cebf57 Added interceptions for: by njn · 21 years ago
  70. 247f32f Handle SSE5. by sewardj · 21 years ago
  71. d799418 by njn · 21 years ago
  72. 6e69ecd by njn · 21 years ago
  73. d0eab5f by njn · 21 years ago
  74. 06072ec Removed sort_hash_array(). Changed VG_(HT_to_sorted_array)() to by njn · 21 years ago
  75. 207c41e by njn · 21 years ago
  76. b2d4432 Remove extraneous tabs from Memcheck --trace-codegen output. by njn · 21 years ago
  77. 89409f8 Remove two pieces of identical code used by Memcheck and Addrcheck, and put by njn · 21 years ago
  78. b6d9b54 implement all SSE(2) ucodes. now I can run mplayer in valgrind :) by daywalker · 21 years ago
  79. 667c98f typo by daywalker · 21 years ago
  80. e9cab14 by njn · 21 years ago
  81. 37d06f2 Suppress a couple more messages when -q applies. by sewardj · 21 years ago
  82. c2699f6 by njn · 21 years ago
  83. f962a76 Forgot to add these files for the writev regression test. by njn · 21 years ago
  84. aca67c5 by njn · 21 years ago
  85. 0d14a56 Trivial assertion fix -- the SSE3 instructions can be of size 8. by njn · 21 years ago
  86. 7360f8e by njn · 21 years ago
  87. b6cae9f Fixed overlap errors so the hacky strdup'ing of strings isn't necessary; by njn · 21 years ago
  88. fa509e2 Minor fix: errors on MMX_MemRd instructions were erroneously being called by njn · 21 years ago
  89. 7201b2a Comment-only change by njn · 21 years ago
  90. 3ceec24 Add memcmp() to our collection of functions we do ourselves. by sewardj · 21 years ago
  91. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  92. 398044f by njn · 21 years ago
  93. 7271864 by njn · 21 years ago
  94. e8b5c05 by njn · 21 years ago
  95. 66fe05a Added overlap checking to Addrcheck, mostly just moving things around. In by njn · 21 years ago
  96. dda830a Fix bugs in overlap detection. Tom Hughes <thh@cyberscience.com> by sewardj · 21 years ago
  97. ea5cf54 Make sure all the regression tests get included in the tarball created by sewardj · 21 years ago
  98. 47984f3 Run -q by sewardj · 21 years ago
  99. 58bef2e Add test for correct errno handling in threaded programs. by sewardj · 21 years ago
  100. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago