1. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  2. 1e0fff6 Memcheck, None: update avg translation size to be more realistic. by sewardj · 14 years ago
  3. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  4. 5d0d1f3 Improve performance of the fallback path when a translation is not by sewardj · 14 years ago
  5. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  6. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  7. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  8. 9f20746 Updated copyright years. by njn · 15 years ago
  9. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  10. 9c606bd by sewardj · 16 years ago
  11. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  12. 89230ca Allow 64-byte line sizes (PA6T cpu). by sewardj · 16 years ago
  13. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  14. 5f76de0 by sewardj · 17 years ago
  15. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  16. 0b9d74a by sewardj · 18 years ago
  17. d1c6fa2 Ensure VG_(tt_fastN) always stays as an array of NULLs if BB profiling by sewardj · 18 years ago
  18. e808930 Track SysRes change. by sewardj · 18 years ago
  19. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  20. c0a02f8 Oops: when adding translations to the auxiliary transtab, don't forget to by sewardj · 18 years ago
  21. 78c0c09 Use VG_(am_mmap_anon_float_valgrind) to allocate the unredirected by tom · 19 years ago
  22. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  23. 3387dda More dispatcher tuning for ppc32/64. Makes a big difference for perf/tinycc. by sewardj · 19 years ago
  24. 1f0d814 Track changes to PPC naming convention - VEX r1504 by cerion · 19 years ago
  25. 5096a39 Improve vg_SP_update_pass() to catch more constant offset cases. Improves by njn · 19 years ago
  26. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  27. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  28. 65e1939 Snap up some easy pickings pointed out by cachegrinding nulgrind on ppc32. by sewardj · 19 years ago
  29. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  30. 6c1bbbb Add extra auxiliary data structures which make it possible to quickly by sewardj · 19 years ago
  31. 3786772 Notify the tool via tool_discard_basic_block_info() about translations by sewardj · 19 years ago
  32. 5155dec by sewardj · 19 years ago
  33. 0fd92f4 by njn · 19 years ago
  34. a16ea0a When a sector is full, debug-print TC/TT loading for it, so as to give by sewardj · 19 years ago
  35. 34483bc Increase some sizes to deal better with the new multigigabyte world: by sewardj · 19 years ago
  36. 45f4e7c by sewardj · 19 years ago
  37. a305450 Make VG_(discard_translations) 64-bit clean. As JosefW points out, it by sewardj · 19 years ago
  38. 1bf724a Fix a very suspicious-looking bug in the translation-discard stuff. by sewardj · 19 years ago
  39. 26412bd Support for self modifying code on unfriendly platforms (x86, amd64) by sewardj · 19 years ago
  40. 2bf6ba5 Restrict assertion to cache lines we know we need. by sewardj · 19 years ago
  41. db8f033 It's official. I am a moron. by sewardj · 19 years ago
  42. 10f08cf ppc32: reinstate collection of cache-line-size info from the auxv by sewardj · 19 years ago
  43. 2025cf9 Break up VG_(show_BB_profile)(), and move half of it into m_main. This by njn · 19 years ago
  44. 856c54e by njn · 19 years ago
  45. d666ea7 Remove empty sanity check function. And clean up sanity checking in by njn · 19 years ago
  46. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  47. 24a6efb by njn · 19 years ago
  48. 394213a by njn · 19 years ago
  49. c7561b9 by njn · 19 years ago
  50. e9befc6 by njn · 19 years ago
  51. 132bfcc by njn · 19 years ago
  52. 36a20fa by njn · 19 years ago
  53. 97405b2 by njn · 19 years ago
  54. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  55. 2024234 by njn · 19 years ago
  56. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago[Renamed (98%) from coregrind/vg_transtab.c]
  57. 3cbfbc1 by njn · 19 years ago
  58. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  59. 663a1bd Add initialisation-order sanity checks. by sewardj · 19 years ago
  60. f9f1949 Increase the number of top-bbs in a profile to a useful number. by sewardj · 20 years ago
  61. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  62. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  63. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  64. 8ec0c5e More AMD64 start-up hurdles: by njn · 20 years ago
  65. c54ee50 Fix comment. by sewardj · 20 years ago
  66. c8c9328 very minor tweaks by njn · 20 years ago
  67. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  68. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  69. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  70. 50397c2 by nethercote · 20 years ago
  71. e0ce1ac by nethercote · 20 years ago
  72. 463c63c Arch-abstraction: by nethercote · 20 years ago
  73. ecce61c Remove unnecessary #includes. by nethercote · 20 years ago
  74. f1e5e15 by nethercote · 20 years ago
  75. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  76. 794a591 Add comment. by nethercote · 20 years ago
  77. 43f583e Update VG_(mmap)() in #if'd out branch. by nethercote · 20 years ago
  78. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  79. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  80. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  81. 3f409e8 Increase the max size of the translation cache from 200k average bbs to by jseward · 21 years ago
  82. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  83. 29a0abf undo last change (stupid) by njn · 21 years ago
  84. 5e468f9 wibble by njn · 21 years ago
  85. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  86. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  87. e0205ff by njn · 21 years ago
  88. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  89. 1f08689 Remove comment line referring to old LRU stuff. by sewardj · 22 years ago
  90. 78210aa by sewardj · 22 years ago
  91. 22854b9 by sewardj · 22 years ago
  92. c0d8f68 by sewardj · 22 years ago
  93. 6c3769f by sewardj · 22 years ago
  94. c953984 by njn · 22 years ago
  95. e427a66 by njn · 22 years ago
  96. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  97. 8aef119 Some jokers apparently like setting the CPU's AC (Alignment Check) flag by sewardj · 22 years ago
  98. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  99. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  100. ec05564 Reduce TT size to 32M (was 40M for Mozilla's benefit). 40 M is just by sewardj · 22 years ago