1. 75b5de7 Remove some very old and incorrect info in the headers. by njn · 18 years ago
  2. 1f84dbc Include missing files in tarball. by sewardj · 18 years ago
  3. 5e120ef Fix error in aix zeropage handling. by sewardj · 18 years ago
  4. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
  5. 7e0b776 Fix various regtests, mostly by adding 64-bit outputs. by sewardj · 18 years ago
  6. 0306d74 Update expected output. by sewardj · 18 years ago
  7. c8990d3 On SuSE 10.1 (amd64) fd 4 seems to be open at process start. Close it by sewardj · 18 years ago
  8. 1aa4021 Tidy fd-leak stuff a bit. by sewardj · 18 years ago
  9. fc9f82d Update a couple of expected outputs. by sewardj · 18 years ago
  10. 7aeb10f Fix 'make html-docs' and 'make print-docs'. by sewardj · 18 years ago
  11. 429eb99 Update. by sewardj · 18 years ago
  12. c669125 Fix installation of libmpiwrap.so on the primary platform. by sewardj · 18 years ago
  13. 1c5bcb1 Get rid of the use of explicit register variables in the ppc32-linux by sewardj · 18 years ago
  14. 9f9ab89 rename as _SOURCES is a reserved keywoard and breaks with newer by dirk · 18 years ago
  15. 7e97702 Update some expected outputs following r6382. There may be more .. by sewardj · 18 years ago
  16. ce4717e Fix confusing and contradictory "Rerun with ..." messages printed at by sewardj · 18 years ago
  17. d76243c Update. by sewardj · 18 years ago
  18. 02ab277 Only read $HOME/.valgrindrc if HOME is actually set. by sewardj · 18 years ago
  19. 82020a8 Add a regression test, courtesy of Bart Van Assche. by njn · 18 years ago
  20. 25482bb Fix suppression-matching bogon (Paul Floyd). by sewardj · 18 years ago
  21. 39745be When generating suppressions, remember to Z-demangle function names, by sewardj · 18 years ago
  22. 26406b1 When failing, fail a bit more informatively. by sewardj · 18 years ago
  23. 420c655 When being an 'inner valgrind' on 64-bit platforms, ensure the stack by sewardj · 18 years ago
  24. 6362bb5 Make it possible to suppress, and auto-generate suppressions for, by sewardj · 18 years ago
  25. 7358d52 Update a comment. by njn · 18 years ago
  26. 149aed8 Use the newly-added dopyIRBBExceptStmts() in tools. by njn · 18 years ago
  27. cb7fa50 by sewardj · 18 years ago
  28. b401722 Fix compilation warning, and partially de-leak. by sewardj · 18 years ago
  29. 1c3e3c5 Cachegrind/Callgrind: Fix cache parameter detection by weidendo · 18 years ago
  30. d40b7ab Update by weidendo · 18 years ago
  31. 28e2a14 Fix same cache simulation bug in callgrind as fixed in r6365 for cachegrind. by weidendo · 18 years ago
  32. 038dbfa Update. by njn · 18 years ago
  33. cbdfcd6 Fix obscure bug in cache simulation, found by Ulrich Drepper. by njn · 18 years ago
  34. 768cd5d An extension of the previous commit: the vg_perf --tools option is so useful by njn · 18 years ago
  35. 3fbf17a Add a useful --tools option to vg_perf, which lets you override the "tools" by njn · 18 years ago
  36. 1319b49 by njn · 18 years ago
  37. 9f6473a Update the statement of vex's amd64 register uses which was beginning by sewardj · 18 years ago
  38. 7d47d9e Regtest for #135421 (long-form encoding of 'push{l,w} %reg') by sewardj · 18 years ago
  39. 738d36a Minor tidying: make initial_client_SP be a mandatory field in struct by sewardj · 18 years ago
  40. 34f8e83 Update. by sewardj · 18 years ago
  41. f9d2f9b Redo the interface to m_initimg (module for setting up the initial by sewardj · 18 years ago
  42. 1936f8b by sewardj · 18 years ago
  43. 8116d7b A test for JECXZ and JCXZ. by sewardj · 18 years ago
  44. 9afc7dc Add a regtest for the false-uninitialised-value-report bug fixed by vex r1675. by sewardj · 18 years ago
  45. eeca3df Update. by sewardj · 18 years ago
  46. b95cd58 Add a regtest for #126147. by sewardj · 18 years ago
  47. 7554cc8 Add a regtest for #125959. by sewardj · 18 years ago
  48. f8126e9 change void* to Addr in mutex helpers. patch by Bard Van Assche. by dirk · 18 years ago
  49. 1355264 Syscall tidying. by sewardj · 18 years ago
  50. 47d568c Update stuff that should be fixed or at least considered for fixing in 3.2.2. by sewardj · 18 years ago
  51. 3882baa signedness wibble by sewardj · 18 years ago
  52. 805de29 Fix a man page bug. by njn · 18 years ago
  53. 341f98b Just use the first two letters of the toolname as the abbreviation. by njn · 18 years ago
  54. 356ffa3 Fix for nested subdirs by njn · 18 years ago
  55. 276054a Perf script: - always trace into children - addrcheck no longer exists by njn · 18 years ago
  56. bb2e09f Make the hashing in VG_(record_ExeContext) 64-bit clean and more by sewardj · 18 years ago
  57. e5eaf3a Updated docs on tool-writing. Moved them into the user manual. by njn · 18 years ago
  58. 3ed8960 Add --valgrind-lib, to complement --valgrind, to the regtests script by njn · 18 years ago
  59. f6f1d49 Update for recent removal of Cachegrind tech docs. by njn · 18 years ago
  60. 011215f Link to dissertation with a proper link. by njn · 18 years ago
  61. 534f781 Removed the file format description from cg_annotate.in, because it's in the by njn · 18 years ago
  62. dac0cda - Update comments about Cachegrind file format. by njn · 18 years ago
  63. 3fdb362 Add a FAQ. by njn · 18 years ago
  64. d61db1e Update. by sewardj · 18 years ago
  65. 63d1c00 Move a couple of functions out of tool view. by sewardj · 18 years ago
  66. 8fa084e Back out 'memtrace' related stuff until status of it is established; by sewardj · 18 years ago
  67. f1962d3 Fix bug in memcheck's instrumenter introduced in r6319. Big comment by sewardj · 18 years ago
  68. e8d217d Improve comments. by njn · 18 years ago
  69. 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  70. a087148 Observe the rule that requires all instrumenters to copy verbatim any by sewardj · 18 years ago
  71. 4162ae2 Update. by njn · 18 years ago
  72. 0f8881b Fix installation of includes. by sewardj · 18 years ago
  73. 53ec8aa Fix regression caused by recent merging, picked up by none/tests/shell. by sewardj · 18 years ago
  74. 45406ef Use house types. by sewardj · 18 years ago
  75. 43fcfd9 by sewardj · 18 years ago
  76. b34485c This got a bit messed up during recent merging; tidy up. by sewardj · 18 years ago
  77. 8cbd68c Add a simple script which drives 'kdiff3' through a large source tree by sewardj · 18 years ago
  78. 0e24d09 Get rid of # comments in assembly files. by sewardj · 18 years ago
  79. d1c6fa2 Ensure VG_(tt_fastN) always stays as an array of NULLs if BB profiling by sewardj · 18 years ago
  80. 5471ec6 Increase # bbs in profile. by sewardj · 18 years ago
  81. 26b8728 AIX build fixes. by sewardj · 18 years ago
  82. a3c78f3 Updated expected with-TOC output. by sewardj · 18 years ago
  83. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  84. 3477e8c Update expected output. by sewardj · 18 years ago
  85. b4860be Merge r6207: by sewardj · 18 years ago
  86. cd475c1 Merge r6201: Fix compile warning on aix. by sewardj · 18 years ago
  87. 799a284 Merge r6205: by sewardj · 18 years ago
  88. 9644cfd Update 'expected' default translation size (partial merge of r6214). by sewardj · 18 years ago
  89. 2659b16 Don't use -C0 for diff; apparently this is a GNU-ism. by sewardj · 18 years ago
  90. e45a799 Update expected translation sizes, + whitespace changes (??) by sewardj · 18 years ago
  91. 72a28b2 Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  92. 4c5841f Merge r6216: by sewardj · 18 years ago
  93. 4082356 Merge r6214 (some parts): by sewardj · 18 years ago
  94. d470bfc Merge from branches/AIX5: by sewardj · 18 years ago
  95. e808930 Track SysRes change. by sewardj · 18 years ago
  96. 0c24f8a Change authorship. by sewardj · 18 years ago
  97. 12ab765 Final merges from branches/AIX5; mostly tracking of SysRes change. by sewardj · 18 years ago
  98. 0ddf76c Merge r6217 (also comment cosmetics): by sewardj · 18 years ago
  99. 3f7bbfa Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  100. 745fc45 Merge r6159 (parts of): by sewardj · 18 years ago