1. 2fc0c87 Removing the insn_* tests from helgrind, memcheck, addrcheck and by njn · 20 years ago
  2. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  3. cf45fd4 by njn · 20 years ago
  4. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  5. 9f649aa Make various other tools compile; also fix the stage2 linker script. by sewardj · 20 years ago
  6. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  7. fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
  8. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  9. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  10. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  11. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  12. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  13. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  14. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  15. 8b76fe5 by nethercote · 20 years ago
  16. d1b64b2 by nethercote · 20 years ago
  17. 928a5f7 by nethercote · 20 years ago
  18. 451eae9 by nethercote · 20 years ago
  19. fe42f19 wibble by nethercote · 20 years ago
  20. 48841f0 Add some alternate test results for glibc 2.2.5 systems. by thughes · 20 years ago
  21. 799fb80 by nethercote · 20 years ago
  22. ef5f955 Arch-abstraction: - final fix for insn_* test moving; they now work correctly by nethercote · 20 years ago
  23. 6a67435 Arch-abstraction: - things I forgot to do when moving the insn_* tests... by nethercote · 20 years ago
  24. bfd2019 Arch-abstraction: by nethercote · 20 years ago
  25. b625bcb by nethercote · 20 years ago
  26. 4388a40 by nethercote · 20 years ago
  27. 537e894 by nethercote · 20 years ago
  28. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  29. 215dfdc Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in by nethercote · 20 years ago
  30. 1420ab2 Remove 3 identical and self-admittedly spurious assertions. by nethercote · 20 years ago
  31. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  32. 829878e Add instruction tests for the LFENCE/MFENCE/SFENCE instructions. by thughes · 20 years ago
  33. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  34. 57e36b3 by nethercote · 20 years ago
  35. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  36. 6b4c514 Ignore all addrcheck test output files. by thughes · 20 years ago
  37. bc0bb83 Memory pool support. by rjwalsh · 20 years ago
  38. e3a5372 by nethercote · 20 years ago
  39. 42d9cd1 Addrcheck wasn't instrumenting MMX2a1_MemRd... whoops. Man, those instructions by nethercote · 20 years ago
  40. f798eee Changed error message from: by nethercote · 20 years ago
  41. 975d6e6 Added more floating point instruction tests. by thughes · 20 years ago
  42. 86da252 Added more floating point instruction tests. by thughes · 21 years ago
  43. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 21 years ago
  44. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 21 years ago
  45. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
  46. 3120de0 Fix expected standard error output for mmxext tests to resolve by thughes · 21 years ago
  47. c18e9bb Use Tom's instruction set tests on all tools which do instrumentation, so by fitzhardinge · 21 years ago
  48. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  49. eed7ecb Make badrw.c conform to C89; split things onto separate lines so it's by fitzhardinge · 21 years ago
  50. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  51. 9800fd3 In the fast sanity check for these tools which use shadow memory, by jseward · 21 years ago
  52. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  53. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  54. 5da1e17 Updated the README file. It had lots of out-of-date and incorrect information by nethercote · 21 years ago
  55. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  56. e121c6c updating .cvsignore by mueller · 21 years ago
  57. 137bc55 by nethercote · 21 years ago
  58. 3b390c7 by nethercote · 21 years ago
  59. 77eba60 by nethercote · 21 years ago
  60. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  61. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  62. d799418 by njn · 21 years ago
  63. da2e36d Tiny formatting changes by njn · 21 years ago
  64. 89409f8 Remove two pieces of identical code used by Memcheck and Addrcheck, and put by njn · 21 years ago
  65. c2699f6 by njn · 21 years ago
  66. 7271864 by njn · 21 years ago
  67. 66fe05a Added overlap checking to Addrcheck, mostly just moving things around. In by njn · 21 years ago
  68. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  69. 4855c05 Fix a whole lot more regression tests on Red Hat 7.3. by sewardj · 21 years ago
  70. af48a60 Add patch from Nick to get proper backtraces in by sewardj · 21 years ago
  71. 095c3bc Add some more SSE/SSE2 floating point instructions. by sewardj · 21 years ago
  72. abf8bf8 - Continue to clear up SSE insn emitters following recent cleanups re by sewardj · 21 years ago
  73. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  74. e3891fa Yet more SSE insns. by sewardj · 21 years ago
  75. 6bc4055 - Comment out SSE uinstrs which have not so far been used. by sewardj · 21 years ago
  76. 1863abc Teach AddrCheck about some SSE uinstrs. by sewardj · 21 years ago
  77. a63e2d7 by njn · 21 years ago
  78. 7d9f94d by njn · 21 years ago
  79. 47363ab by njn · 21 years ago
  80. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  81. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  82. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  83. d8ced86 by njn · 21 years ago
  84. 43c799e by njn · 21 years ago
  85. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  86. d5815ec by sewardj · 21 years ago
  87. d797101 Rationalise ucode generation for 4-byte moves into the MMX unit (movd). by sewardj · 21 years ago
  88. 3d7c9c8 by sewardj · 22 years ago
  89. 67aa818 by sewardj · 22 years ago
  90. f5ef185 fix make distcheck with newer automake by daywalker · 22 years ago
  91. b3f7c09 Committed Jeremy F's patch 86: by njn · 22 years ago
  92. bf310d9 When ignoring memcheck-style client requests for block permissions by sewardj · 22 years ago
  93. a81709d Remove the mechanism which allowed clients to set block permissions by sewardj · 22 years ago
  94. a75cd5a Recognise Leak suppressions. by sewardj · 22 years ago
  95. 99aac97 by sewardj · 22 years ago
  96. 5164748 by sewardj · 22 years ago
  97. 5de6ee0 whitespace and __inline__ trivial changes by sewardj · 22 years ago
  98. d8033d9 by sewardj · 22 years ago
  99. 78210aa by sewardj · 22 years ago
  100. c0d8f68 by sewardj · 22 years ago