1. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  2. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  3. d01fef7 by njn · 19 years ago
  4. a4f899c Bah, get the compiler-warning avoidance right this time. by njn · 19 years ago
  5. 15b30d9 Avoid compile warning. by njn · 19 years ago
  6. 4627586 Use a macro to add declarations for functions like memcpy(), so that GCC by njn · 19 years ago
  7. 1c39800 amd64-linux build fix by sewardj · 19 years ago
  8. 1f8b3e7 De-convolute somewhat the client request usage for reporting overlap errors. by njn · 19 years ago
  9. 6751613 make function names more uniform by njn · 19 years ago
  10. 43fe47a Track recent jmp_with_stack hackery. by sewardj · 19 years ago
  11. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 19 years ago
  12. 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 19 years ago
  13. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 19 years ago
  14. 29faa50 Make existing tools aware of IR instruction marks. (They ignore them, though). by sewardj · 19 years ago
  15. ce7ec7d Add another possible .stderr output for memcheck/tests/writev. by sewardj · 19 years ago
  16. 9bd43d5 Remove pth_once from memcheck/tests. It already exists in by sewardj · 19 years ago
  17. 1008bfc Update expected outputs to include missing stack frames that old UCode by sewardj · 19 years ago
  18. 5fd5453 Make scalar.c slightly more robust against certain kinds of failures. by njn · 19 years ago
  19. ab63bbb Tweak manuel2 so that the Memcheck-detected error is more reliable, and that by njn · 19 years ago
  20. 036a491 Don't let GCC4.0 inline memcpy() and memcmp(), else the tests fail. by njn · 19 years ago
  21. c504748 Looks like the monkeys-with-typewriters department wrote the size-8 by sewardj · 19 years ago
  22. edc75ab Merge in the revised client request stuff from 2.4.X. This significantly by sewardj · 19 years ago
  23. 211dc45 gcc-2.96 build fixes. by sewardj · 19 years ago
  24. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 19 years ago
  25. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 19 years ago
  26. 76754cf Commit half-baked attempts to get memcheck and addrcheck to build. by sewardj · 19 years ago
  27. 562241e Make MAC_(print_malloc_stats) local by moving it and associated stuff to by njn · 19 years ago
  28. 21f9195 Documentation update. This should bring the core of the documentation by njn · 19 years ago
  29. 6a32942 by njn · 19 years ago
  30. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  31. 499eaad by njn · 19 years ago
  32. 796ad0c by njn · 19 years ago
  33. 5200388 These files are no longer needed. Bye! by sewardj · 19 years ago
  34. b5f6f51 by sewardj · 19 years ago
  35. cbdddcf by sewardj · 19 years ago
  36. 20d38f2 Track renaming of Vex's Iop_*128* primops to Iop_*V128*. by sewardj · 20 years ago
  37. 681be30 Handle Add64/Sub64 (naively). by sewardj · 20 years ago
  38. acd2e91 Add support for 64-bit SIMD primops. by sewardj · 20 years ago
  39. bd598e1 Handle IRStmt_MFence in the tools. by sewardj · 20 years ago
  40. d5204dc Finishing installing PaulM's improved accuracy handling for Add/Sub, by sewardj · 20 years ago
  41. e50a1b1 mkUifU: add missing case by sewardj · 20 years ago
  42. db67f5f Handle Iop_Sar16. by sewardj · 20 years ago
  43. a1d9330 Complete enough 128-bit vector stuff in memcheck so that SSE2 works. by sewardj · 20 years ago
  44. 0b07059 Support for 64x2 vector floating point. by sewardj · 20 years ago
  45. 170ee21 Stuff to make Memcheck work with SSE1 instructions. by sewardj · 20 years ago
  46. 3245c91 Basics for 128-bit SIMD code. by sewardj · 20 years ago
  47. 7010f6e Fix enough stuff so that x86 MMX tests work. by sewardj · 20 years ago
  48. e9e16d3 Fix enough stuff so that x86 floating point tests work properly. by sewardj · 20 years ago
  49. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  50. b729e0d 64-bit cleanness: don't assume 32 bits in MAC_Chunk. by njn · 20 years ago
  51. c4fcca3 Updated docs with all the changes that I'm aware of that happened since by njn · 20 years ago
  52. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  53. 0e742df 64-bit cleanness: fix nasty bug... in the memory allocators, redzones by njn · 20 years ago
  54. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  55. c616819 by njn · 20 years ago
  56. 9ebf9fd Increase stated average translation size, at least for now. by sewardj · 20 years ago
  57. 7cf97ee Build fixes for gcc-2.95. by sewardj · 20 years ago
  58. e1268d3 Use better syscall argument names for two wrappers, now that "res" and by njn · 20 years ago
  59. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  60. ca0518d by njn · 20 years ago
  61. a720325 When doing pessimistic lazy propagation through a dirty helper call, by sewardj · 20 years ago
  62. 39b4f01 Removed mc_helpers.S, which is no longer used. by njn · 20 years ago
  63. 2fc0c87 Removing the insn_* tests from helgrind, memcheck, addrcheck and by njn · 20 years ago
  64. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  65. bd2e75c by njn · 20 years ago
  66. cf45fd4 by njn · 20 years ago
  67. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  68. 28058b7 Fix this regression test to account for the fact that FP regs are now by njn · 20 years ago
  69. 8804868 Make these work again. by njn · 20 years ago
  70. 8738c28 Add a mandatory --with-vex option to configure script. by njn · 20 years ago
  71. cfb8ad5 The syscall wrappers for sys_fcntl{,64} were too simplistic -- the 3rd by njn · 20 years ago
  72. 4e9a4b6 Do our own implementations of strchrnul() and rawmemchr(). by sewardj · 20 years ago
  73. 0a41453 Removed now-defunct read/write checks for FPU ops. by njn · 20 years ago
  74. c18f2a8 Removed the now-defunct files vg_from_ucode.c and vg_to_ucode.c. by njn · 20 years ago
  75. f680246 Remove now-defunct --cleanup option for Memcheck. by njn · 20 years ago
  76. 084a4e8 Fix some linking problems which were preventing memcheck from starting. by sewardj · 20 years ago
  77. 37624a7 Remove extended_UCode 'need', which has been obsoleted by Vex. Kept the by njn · 20 years ago
  78. 9544807 Make Memcheck compilable. by sewardj · 20 years ago
  79. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  80. fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
  81. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  82. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  83. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  84. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  85. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  86. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  87. 1fb20c2 No longer producing this file. by nethercote · 20 years ago
  88. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  89. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  90. b9d1e65 by nethercote · 20 years ago
  91. fbd55ef fix incorrect counts by nethercote · 20 years ago
  92. d16f20b Add some missing test cases. by nethercote · 20 years ago
  93. b77dee6 by nethercote · 20 years ago
  94. 92b2fd5 by nethercote · 20 years ago
  95. 330abb5 by nethercote · 20 years ago
  96. 89c33d2 Use sigprocmask(SIG_SETMASK) to make sure the signal mask is in a by thughes · 20 years ago
  97. af6921a Add arguments to the prctl call in the scalar test. by thughes · 20 years ago
  98. 38e0a9e add a bunch of tests by nethercote · 20 years ago
  99. 1f1ded6 Forgot to add the expected stderr output. by nethercote · 20 years ago
  100. 7fbe08a by nethercote · 20 years ago