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