1. 717cde5 by njn · 19 years ago
  2. 00cae24 Rename mac_needs.c as mac_shared.c, which is much more sensible and by njn · 19 years ago
  3. 51d827b by njn · 19 years ago
  4. 9636482 Avoid compiler warnings. by njn · 19 years ago
  5. 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 19 years ago
  6. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  7. 1639046 by njn · 19 years ago
  8. 5ab96ac Avoid bogus compiler warning. by njn · 19 years ago
  9. 50acf1d Try to fix this test case. by njn · 19 years ago
  10. c10c9de Add expected output file for 64-bit platforms. by sewardj · 19 years ago
  11. 7d32a73 Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  12. 1f44386 Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  13. 1323d1d Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  14. 9faf3ed Move all the 'scalar' (syscall-arg) tests into x86/. In fact they are by sewardj · 19 years ago
  15. f0814a0 Add a new acceptable-output file. by sewardj · 19 years ago
  16. f69e0bc Move this test to a more sensible place. Originally it was intended by sewardj · 19 years ago
  17. 2c27f70 Fix really stupid bug I introduced during recent 64-bitification of by sewardj · 19 years ago
  18. 14ea685 Don't truncate addresses in error reports. by tom · 19 years ago
  19. d2c5611 Disable this test for the time being, since the functionality it tests by sewardj · 19 years ago
  20. bcd7cf3 Fix expected output. It could be that having CFI-based tracebacks by sewardj · 19 years ago
  21. e53bd99 Handle Iop_Neg{8,16,32}. by sewardj · 19 years ago
  22. e4ccc01 Fix compile warnings on 32-bit platforms, hopefully without breaking by sewardj · 19 years ago
  23. 21f7ff4 Define N_PRIMARY_MAP to actually generate a 64-bit constant on 64-bit by sewardj · 19 years ago
  24. 05fe85e Reinstate the leak checker; it works at least on x86. by sewardj · 19 years ago
  25. d9dbc19 Handle various new 64-bit integer primops. by sewardj · 19 years ago
  26. 37c31cc by sewardj · 19 years ago
  27. cd98633 Support the 64 bit comparison instructions which vex is now using. by tom · 19 years ago
  28. 96a922e Add 64-bit values to the bogus-literal detector. by sewardj · 19 years ago
  29. f9d8161 Add 64-bit fast case handlers for loads/stores. On amd64, by sewardj · 19 years ago
  30. 045a405 Allow memcheck to take account of VGA_STACK_REDZONE_SIZE -- that is, by sewardj · 19 years ago
  31. 11bcc4e Handle 8-byte value-check failures using a special fast-case fn (like by sewardj · 19 years ago
  32. 69a1332 Add a few cases arising from testing on amd64. by sewardj · 19 years ago
  33. c859fbf Tidy up: remove lots of old code, rearrange order of functions somewhat. by sewardj · 19 years ago
  34. f3d57dd mc_LOADVn_slow: When loading from invalid addresses, mark loaded data by sewardj · 19 years ago
  35. 23eb2fd Mostly finish fixing fast-path cases. Also enhance sanity checking. by sewardj · 19 years ago
  36. 5d28efc Finish off fast cases for {LOAD,STORE}V{4,2,1} and do an inspection of by sewardj · 19 years ago
  37. c1a2cda * Crank up the memcheck event-counting system, and enhance it to by sewardj · 19 years ago
  38. 6cf40ff Fix a bunch of 64-bit cases required amd64. Stop to ponder whether by sewardj · 19 years ago
  39. 45d94cc by sewardj · 19 years ago
  40. 96403eb Add a missing case. I guess it can't have been wildly popular :-) by sewardj · 20 years ago
  41. 8a97c6d by njn · 20 years ago
  42. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 20 years ago
  43. 9fb73db by njn · 20 years ago
  44. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 20 years ago
  45. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 20 years ago
  46. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 20 years ago
  47. d01fef7 by njn · 20 years ago
  48. a4f899c Bah, get the compiler-warning avoidance right this time. by njn · 20 years ago
  49. 15b30d9 Avoid compile warning. by njn · 20 years ago
  50. 4627586 Use a macro to add declarations for functions like memcpy(), so that GCC by njn · 20 years ago
  51. 1c39800 amd64-linux build fix by sewardj · 20 years ago
  52. 1f8b3e7 De-convolute somewhat the client request usage for reporting overlap errors. by njn · 20 years ago
  53. 6751613 make function names more uniform by njn · 20 years ago
  54. 43fe47a Track recent jmp_with_stack hackery. by sewardj · 20 years ago
  55. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 20 years ago
  56. 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 20 years ago
  57. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 20 years ago
  58. 29faa50 Make existing tools aware of IR instruction marks. (They ignore them, though). by sewardj · 20 years ago
  59. ce7ec7d Add another possible .stderr output for memcheck/tests/writev. by sewardj · 20 years ago
  60. 9bd43d5 Remove pth_once from memcheck/tests. It already exists in by sewardj · 20 years ago
  61. 1008bfc Update expected outputs to include missing stack frames that old UCode by sewardj · 20 years ago
  62. 5fd5453 Make scalar.c slightly more robust against certain kinds of failures. by njn · 20 years ago
  63. ab63bbb Tweak manuel2 so that the Memcheck-detected error is more reliable, and that by njn · 20 years ago
  64. 036a491 Don't let GCC4.0 inline memcpy() and memcmp(), else the tests fail. by njn · 20 years ago
  65. c504748 Looks like the monkeys-with-typewriters department wrote the size-8 by sewardj · 20 years ago
  66. edc75ab Merge in the revised client request stuff from 2.4.X. This significantly by sewardj · 20 years ago
  67. 211dc45 gcc-2.96 build fixes. by sewardj · 20 years ago
  68. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 20 years ago
  69. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 20 years ago
  70. 76754cf Commit half-baked attempts to get memcheck and addrcheck to build. by sewardj · 20 years ago
  71. 562241e Make MAC_(print_malloc_stats) local by moving it and associated stuff to by njn · 20 years ago
  72. 21f9195 Documentation update. This should bring the core of the documentation by njn · 20 years ago
  73. 6a32942 by njn · 20 years ago
  74. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  75. 499eaad by njn · 20 years ago
  76. 796ad0c by njn · 20 years ago
  77. 5200388 These files are no longer needed. Bye! by sewardj · 20 years ago
  78. b5f6f51 by sewardj · 20 years ago
  79. cbdddcf by sewardj · 20 years ago
  80. 20d38f2 Track renaming of Vex's Iop_*128* primops to Iop_*V128*. by sewardj · 20 years ago
  81. 681be30 Handle Add64/Sub64 (naively). by sewardj · 20 years ago
  82. acd2e91 Add support for 64-bit SIMD primops. by sewardj · 20 years ago
  83. bd598e1 Handle IRStmt_MFence in the tools. by sewardj · 20 years ago
  84. d5204dc Finishing installing PaulM's improved accuracy handling for Add/Sub, by sewardj · 20 years ago
  85. e50a1b1 mkUifU: add missing case by sewardj · 20 years ago
  86. db67f5f Handle Iop_Sar16. by sewardj · 20 years ago
  87. a1d9330 Complete enough 128-bit vector stuff in memcheck so that SSE2 works. by sewardj · 20 years ago
  88. 0b07059 Support for 64x2 vector floating point. by sewardj · 20 years ago
  89. 170ee21 Stuff to make Memcheck work with SSE1 instructions. by sewardj · 20 years ago
  90. 3245c91 Basics for 128-bit SIMD code. by sewardj · 20 years ago
  91. 7010f6e Fix enough stuff so that x86 MMX tests work. by sewardj · 20 years ago
  92. e9e16d3 Fix enough stuff so that x86 floating point tests work properly. by sewardj · 20 years ago
  93. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  94. b729e0d 64-bit cleanness: don't assume 32 bits in MAC_Chunk. by njn · 20 years ago
  95. c4fcca3 Updated docs with all the changes that I'm aware of that happened since by njn · 20 years ago
  96. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  97. 0e742df 64-bit cleanness: fix nasty bug... in the memory allocators, redzones by njn · 20 years ago
  98. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  99. c616819 by njn · 20 years ago
  100. 9ebf9fd Increase stated average translation size, at least for now. by sewardj · 20 years ago