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