1. ed2e72e Skeletal support for TSan-compatible annotations. by sewardj · 15 years ago
  2. 031091d Should compile again on Darwin. by bart · 15 years ago
  3. c17e74b Removed the tc20_verifywrap and tc20_verifywrap2 regression tests because their behavior depends too much on implementation details of libc. by bart · 15 years ago
  4. 3a6fff2 Reverted r10802. by bart · 15 years ago
  5. 336b52d Added a note about the fact that --read-var-info=yes increases memory by bart · 15 years ago
  6. 6eccab9 Complete more of the NEWS. Remaining XXX marks are to be filled in by Julian. by njn · 15 years ago
  7. 1205e02 Enable Helgrind tests on Darwin -- only 4 of them fail on my machine. by njn · 15 years ago
  8. 70572f1 More expected output updates because of r10783. by bart · 15 years ago
  9. 37d55e6 Removed two regression tests because the output (number of errors) varied between runs. by bart · 15 years ago
  10. 1e8eab4 Made behavior of tsan_unittest again identical to the original behavior. by bart · 15 years ago
  11. e636136 Added test program for the ANNOTATE_IGNORE_WRITES_*() annotation macro's. by bart · 15 years ago
  12. 663ab79 Fix a .exp file. Avoid an assertion failure with -v. by njn · 15 years ago
  13. 2667055 Don't count leaks as errors with --leak-check=summary, because the results by njn · 15 years ago
  14. c7627d9 Third and last type-punned pointer fix. by bart · 15 years ago
  15. e63349d Fixed more gcc warnings about type-punned pointers breaking strict by bart · 15 years ago
  16. 9f1757f Fixed compiler warnings triggered by annotate_rwlock.c by bart · 15 years ago
  17. bf9b85c Suppressed compiler warnings reported by gcc 4.4.x on the source code by bart · 15 years ago
  18. a418816 Fixed gcc warnings about type-punned pointers breaking strict aliasing. by bart · 15 years ago
  19. 35da3c4 Added suppression patterns for boost 1.37 (Fedora 11). by bart · 15 years ago
  20. a5225b8 Added recently added regression test output files. by bart · 15 years ago
  21. 7830c17 Added expected output for glibc 2.10 (Fedora 11). The test tc20_verifywrap2 has to be reviewed -- the results of this test depend on glibc internals, which is not good. by bart · 15 years ago
  22. 6afc6b5 Updated Subversion ignore list. by bart · 15 years ago
  23. 34f980e More expected output updates because of r10783. by bart · 15 years ago
  24. bcc8449 Modified annotate_ignore_rw test such that it now verifies that by bart · 15 years ago
  25. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  26. 9a7e19e Darwin .exp fixes following r10783. by njn · 15 years ago
  27. cab64bc Update .exp files for r10783. by njn · 15 years ago
  28. b6267bd Output tweaks: by njn · 15 years ago
  29. e891487 Callgrind: Fix printing of "Summary:" line in finish() by weidendo · 15 years ago
  30. ceb06de Callgrind: On zeroing costs, also set call counters to zero. by weidendo · 15 years ago
  31. 5af96f5 Fix dumping of call cost in tail recursion optimization by weidendo · 15 years ago
  32. 5f3be75 Added regression test for ANNOTATE_IGNORE_READS_AND_WRITES_BEGIN() and by bart · 15 years ago
  33. 2716bc1 Fix bug 199338: callgrind_annotate sorting/thresholds are broken by weidendo · 15 years ago
  34. ab64ad8 Misc fixes for callgrind_annotate by weidendo · 15 years ago
  35. 5e2ac3b Move printing of EvM-gc and VTS-gc stats from -v to --stats=yes. by sewardj · 15 years ago
  36. 5a644da Add pthread spinlock support. by sewardj · 15 years ago
  37. 9a62fb3 add missing scripts by njn · 15 years ago
  38. 606a4ae Count error contexts properly in VG_(unique_error). Avoids the problem seen by njn · 15 years ago
  39. 26139fa add a missing script by njn · 15 years ago
  40. f499c7d Fix some const stuff that gcc-4.4.0 complains about. by sewardj · 15 years ago
  41. b34bb1d parse_type_DIE: push incomplete structure tyents on the type stack, by sewardj · 15 years ago
  42. 75516e5 Added suppression patterns for the most recent libglib and libQtCore versions. by bart · 15 years ago
  43. 18afe5d Try to fix error_counts. by njn · 15 years ago
  44. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  45. dbcec52 Remove unnecessary #includes. by njn · 15 years ago
  46. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  47. c2f8b1b augment a comment by njn · 15 years ago
  48. b4e0687 add an item by njn · 15 years ago
  49. 09f2e6c wibble by njn · 15 years ago
  50. 23fd9bc Remove bad explanations of mempool requests from the core manual, just point by njn · 15 years ago
  51. f0f9037 wibble by njn · 15 years ago
  52. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  53. f4b4758 Be consistent in the naming of sections describing command-line options. by njn · 15 years ago
  54. 36ef257 Remove some cross-references that are broken in the man pages because they by njn · 15 years ago
  55. ab773b0 Make usage messages given by -h and man pages consistent for the scripts. by njn · 15 years ago
  56. b84e0b0 Add an alternative output for Darwin. by njn · 15 years ago
  57. 9ff99f4 callgrind_control: be strict on parsing options by weidendo · 15 years ago
  58. 4da52ca Remove commas, for consistency with other parts of the manual. by njn · 15 years ago
  59. 3ad02ea Add some clarifications to the exp-bbv manual. by vince · 15 years ago
  60. 3847cd3 Resync after {wq,p}thread_hijack rather than merely doing a check. by sewardj · 15 years ago
  61. 3e1f049 callgrind_control: sync manual/man page and script help output. by weidendo · 15 years ago
  62. 42e72a9 Update Memcheck expected outputs following r10746 (Darwin variants only). by sewardj · 15 years ago
  63. f20eb9a Update Memcheck expected outputs following r10746 (32-bit variants only). by sewardj · 15 years ago
  64. d9f0b8d Update Memcheck expected outputs following r10746 (64-bit variants only). by sewardj · 15 years ago
  65. 2d9e874 by sewardj · 15 years ago
  66. 4d6cb9e Install all the new man pages. Include them in 'make dist' too (even if by njn · 15 years ago
  67. c206a81 Add a manpage for cg_annotate. Now only valgrind-listener and cg_merge lack by njn · 15 years ago
  68. 7c75dbc Updated DRD's to do list. by bart · 15 years ago
  69. efd7ef7 - Documented callgrind_{annotate,control} in the Callgrind manual chapter by njn · 15 years ago
  70. 76b4a80 Update. Fortunately it's gotten a little simpler. by njn · 15 years ago
  71. abe8b8c Manpage improvements: by njn · 15 years ago
  72. 43d993e Updated after r10688. by bart · 15 years ago
  73. 9cfec67 Remove a broken Cachegrind link, and include some extra DRD options. by njn · 15 years ago
  74. 46c8b43 Remove some text that shouldn't be there. by njn · 15 years ago
  75. 92f99bb Minor changes to Callgrind file format docs. by njn · 15 years ago
  76. 2d6d503 Minor formatting and grammar changes to the DRD manual chapter, to make it by njn · 15 years ago
  77. bf826bf Overhauled the how-to-write-a-new-tool chapter. by njn · 15 years ago
  78. c46019e Overhaul design+implementation chapter. by njn · 15 years ago
  79. 25ac384 Went over the FAQ. Also tweaked vg-entities.xml a bit. by njn · 15 years ago
  80. f6e8ca9 Overhaul Helgrind's manual chapter. by njn · 15 years ago
  81. 3da8196 Thoroughly overhauled the Cachegrind manual chapter, mostly by putting by njn · 15 years ago
  82. 10fe033 Added some text for --simulate-wb/--cacheuse options of Callgrind. by weidendo · 15 years ago
  83. 6559fd6 Clean up Callgrind docs. Josef, I added brief entries for --collect-systime, by njn · 15 years ago
  84. 40ad266 Minor update. by njn · 15 years ago
  85. 86a94e3 - Remove unused Callgrind documentation entities. by njn · 15 years ago
  86. 73cbc95 Remove man-callgrind.xml, because Callgrind no longer has a separate man by njn · 15 years ago
  87. 738184a Overhaul the BBV manual chapter, mostly. Also tweak BBV's usage message to by njn · 15 years ago
  88. 608bfe7 Document the 'cc' param of VG_(malloc) et al. by njn · 15 years ago
  89. bd03fc1 Fix Lackey test breakage. by njn · 15 years ago
  90. 7375de3 More docs build tweaks: by njn · 15 years ago
  91. 17594bb Various docs build tweaks: by njn · 15 years ago
  92. 78b708d Use actual URL links in the BBV docs. by njn · 15 years ago
  93. 5cca9f9 Tweaks to Ptrcheck's manual chapter. by njn · 15 years ago
  94. 6fb923b - Rejigged Lackey's manual by njn · 15 years ago
  95. 2f7eebe Various fix-ups for Memcheck's manual chapter. by njn · 15 years ago
  96. c1abdcb Move command-line option details after the description of Memcheck's error by njn · 15 years ago
  97. 059acbf Augment a comment. by njn · 15 years ago
  98. 47ed08c Added documentation for --ignore-ranges. It's not very good, though, if by njn · 15 years ago
  99. 2ecfcec Put Memcheck's command line options in the manual in the same order as its by njn · 15 years ago
  100. 48352a6 More Massif manual tweaks. by njn · 15 years ago