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