1. f66dbfc Whoops... I guess the regtests don't exercise that code... by njn · 19 years ago
  2. 1d0cb0d by njn · 19 years ago
  3. 1262727 Remove more now-unnecessary casts, thanks to the recent VgHashTable changes. by njn · 19 years ago
  4. 4bd67b5 by njn · 19 years ago
  5. 8cf88b7 Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}). by sewardj · 19 years ago
  6. 2e59585 Track Vex API change (r1239, introduction of endianness-indications in by sewardj · 19 years ago
  7. af839f5 by njn · 19 years ago
  8. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  9. c7561b9 by njn · 19 years ago
  10. 1fa7d2c Be quieter when outputting XML. by sewardj · 19 years ago
  11. f536bbb by njn · 19 years ago
  12. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
  13. aba741d Increase the number of auxmaps from 500 to 20000. This should be by sewardj · 19 years ago
  14. 132bfcc by njn · 19 years ago
  15. 36a20fa by njn · 19 years ago
  16. 97405b2 by njn · 19 years ago
  17. 09890d8 Dither by sewardj · 19 years ago
  18. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  19. 02bc4b8 by njn · 19 years ago
  20. 2a3a1a7 Create a fast version of MC_(helperc_MAKE_STACK_UNINIT), so as not to by sewardj · 19 years ago
  21. 826ec49 Use the new IRStmt_AbiHints created by the amd64 front end. This by sewardj · 19 years ago
  22. 717cde5 by njn · 19 years ago
  23. 51d827b by njn · 19 years ago
  24. 9636482 Avoid compiler warnings. by njn · 19 years ago
  25. 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 19 years ago
  26. 5ab96ac Avoid bogus compiler warning. by njn · 19 years ago
  27. 2c27f70 Fix really stupid bug I introduced during recent 64-bitification of by sewardj · 19 years ago
  28. e4ccc01 Fix compile warnings on 32-bit platforms, hopefully without breaking by sewardj · 19 years ago
  29. 21f7ff4 Define N_PRIMARY_MAP to actually generate a 64-bit constant on 64-bit by sewardj · 19 years ago
  30. 05fe85e Reinstate the leak checker; it works at least on x86. by sewardj · 19 years ago
  31. f9d8161 Add 64-bit fast case handlers for loads/stores. On amd64, by sewardj · 19 years ago
  32. 11bcc4e Handle 8-byte value-check failures using a special fast-case fn (like 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. 8a97c6d by njn · 19 years ago
  41. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  42. 9fb73db by njn · 19 years ago
  43. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  44. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  45. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  46. d01fef7 by njn · 19 years ago
  47. c504748 Looks like the monkeys-with-typewriters department wrote the size-8 by sewardj · 19 years ago
  48. edc75ab Merge in the revised client request stuff from 2.4.X. This significantly by sewardj · 19 years ago
  49. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 19 years ago
  50. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 19 years ago
  51. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  52. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  53. 9ebf9fd Increase stated average translation size, at least for now. by sewardj · 20 years ago
  54. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  55. bd2e75c by njn · 20 years ago
  56. cf45fd4 by njn · 20 years ago
  57. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  58. 0a41453 Removed now-defunct read/write checks for FPU ops. by njn · 20 years ago
  59. f680246 Remove now-defunct --cleanup option for Memcheck. by njn · 20 years ago
  60. 084a4e8 Fix some linking problems which were preventing memcheck from starting. by sewardj · 20 years ago
  61. 37624a7 Remove extended_UCode 'need', which has been obsoleted by Vex. Kept the by njn · 20 years ago
  62. 9544807 Make Memcheck compilable. by sewardj · 20 years ago
  63. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  64. fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
  65. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  66. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  67. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  68. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  69. 8b76fe5 by nethercote · 20 years ago
  70. 451eae9 by nethercote · 20 years ago
  71. c06e213 Arch-abstraction: by nethercote · 20 years ago
  72. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  73. 1420ab2 Remove 3 identical and self-admittedly spurious assertions. by nethercote · 20 years ago
  74. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  75. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  76. 27fec90 by nethercote · 20 years ago
  77. a66033c Turn off warning with -q. by nethercote · 20 years ago
  78. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  79. 9800fd3 In the fast sanity check for these tools which use shadow memory, by jseward · 21 years ago
  80. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  81. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  82. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  83. 137bc55 by nethercote · 21 years ago
  84. 262eedf Remove the Memcheck==Valgrind fallacy from Memcheck's start-up message. by nethercote · 21 years ago
  85. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  86. 7271864 by njn · 21 years ago
  87. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  88. af48a60 Add patch from Nick to get proper backtraces in by sewardj · 21 years ago
  89. ee07084 Add memcheck client requests VALGRIND_GET_VBITS / VALGRIND_SET_VBITS by sewardj · 21 years ago
  90. 93992e2 Teach memcheck about the SSE UInstrs generated thus far. So now the by sewardj · 21 years ago
  91. d304045 by njn · 21 years ago
  92. 7d9f94d by njn · 21 years ago
  93. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  94. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  95. 43c799e by njn · 21 years ago
  96. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  97. d5815ec by sewardj · 21 years ago
  98. 99aac97 by sewardj · 22 years ago
  99. 5164748 by sewardj · 22 years ago
  100. 78210aa by sewardj · 22 years ago