1. 4847349 Removed reference to recursive_mutex.stdout.exp from Makefile.am by bart · 15 years ago
  2. 5f09dcf Modified recursive_mutex regression test: improved portability by removing usage of alarm() / all output is now sent to stderr / full output is now compared instead of only a summary. by bart · 15 years ago
  3. 28cb0d1 Generalized two suppression patterns. by bart · 15 years ago
  4. 5daa2d3 Make --leak-resolution=high the default. Fixes bug 197929. by njn · 15 years ago
  5. b98b2d5 Added a suppression pattern for call stacks referencing the function _Unwind_ForcedUnwind / generalized the suppression pattern for the function _Unwind_ForcedUnwind_Phase2. by bart · 15 years ago
  6. 20009c1 Added missing $(AM_CFLAGS). by bart · 15 years ago
  7. 3ac9695 Attempt to improve the {MALLOC,FREE}LIKE_BLOCK documentation, based on by njn · 15 years ago
  8. 9d1dd90 This file was accidentally empty; fill it with the right output. by njn · 15 years ago
  9. 2d630e2 Add support for IRStmt_CAS to the h_ instrumenter. This should stop by sewardj · 15 years ago
  10. e645133 Liberalise IRTemp bookkeeping in the h_ instrumenter, so as to allow by sewardj · 15 years ago
  11. d19e634 Updated ignore list. by bart · 15 years ago
  12. 0c02fa2 Updated ignore lists. by bart · 15 years ago
  13. 50d00d4 Added yet another expected output file. by bart · 15 years ago
  14. 571dfb0 Make this test work on PowerPC too. by sewardj · 15 years ago
  15. ce8daf2 Un-break PPC build. by bart · 15 years ago
  16. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  17. af9f78f Updated ignore list. by bart · 15 years ago
  18. 505a496 Added regression test for pthread cleanup handling. by bart · 15 years ago
  19. d5276e8 Enabled the DRD command line flags --var-info=yes and --check-stack-var=yes for the pth_cancel_locked regression test. by bart · 15 years ago
  20. e026bd2 Restored configure test for -Wno-empty-body. by bart · 15 years ago
  21. cb3fca8 Include valgrind.spec in the tarball, as it makes things easier for by njn · 15 years ago
  22. 9eec958 Back out r10402 because it completely breaks things on Ubuntu 9.04 and by njn · 15 years ago
  23. d211ea6 Fix missing backslash, which was causing serious weirdness during by sewardj · 15 years ago
  24. 0cddf17 Replace strlen on amd64-linux with a simple version that doesn't by tom · 15 years ago
  25. e799513 Fix handling of the vex svn-version thing following r10400 (tracks vex r1905). by sewardj · 15 years ago
  26. 27824a7 Track file renaming in vex r1904, and get rid of temporary kludges by sewardj · 15 years ago
  27. 6145324 Fix handling of multiple signal deliveries in a row by weidendo · 15 years ago
  28. 5a97c19 Switched to the just introduced ANNOTATE_*() macro's. by bart · 15 years ago
  29. 1c8cc40 Added four more ANNOTATE_*() macro's / removed the API-warning. by bart · 15 years ago
  30. 870a4f7 Updated test instructions. by bart · 15 years ago
  31. 4030905 Reran this script and updated the results table. by bart · 15 years ago
  32. 368ef5d When looking for the text section in a PE executable ignore any by tom · 15 years ago
  33. 232b9aa Update oprofiling notes a bit. by sewardj · 15 years ago
  34. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  35. 343a504 Add a comment. by njn · 15 years ago
  36. 1a95e05 Remove the --all option from vg_perf. It's useless now that there are by njn · 15 years ago
  37. 13118f8 Add some more functions to the default --alloc-fns list. Had to tweak how by njn · 15 years ago
  38. a192daf Just whitespace and comment changes. by njn · 15 years ago
  39. 58899e8 Fix a problem with r10384: it was failing to read the ELF header if the by njn · 15 years ago
  40. 018916e Fix statistics with multiple changes of instrumentation state by weidendo · 15 years ago
  41. 48b2461 Change demangler to not use excessive space from stack by weidendo · 15 years ago
  42. 33e57a7 Make the Linux launcher more like the Darwin one in how it reads the by njn · 15 years ago
  43. 2c4e535 Add a comment. by njn · 15 years ago
  44. eb4e0b6 Suppression wasn't general enough. Caught by Jeroen Witmond. by njn · 15 years ago
  45. af25f67 Applied the patch attached to http://bugs.kde.org/show_bug.cgi?id=165468: fixed some formatting inconsistencies. by bart · 15 years ago
  46. 8b14538 Suppress a leak in setenv(). Fixes bug 188572. by njn · 15 years ago
  47. cc7b218 An fd in the Darwin launcher wasn't being closed. by njn · 15 years ago
  48. 6612106 Fix 'make check' for automake-1.7. Fixes bugs 197898 and 197901. by njn · 15 years ago
  49. e5e0efa Use the value set in the environment variable DRD_SEGMENT_MERGING_INTERVAL if the segment merging interval has not been specified as a command-line option. by bart · 15 years ago
  50. 6f1d716 Changed default segment merging interval from 64 to 10. by bart · 15 years ago
  51. fcac80b Added tool option --drd-stats=yes. by bart · 15 years ago
  52. fd1b461 In VG_(get_changed_segments) use dynamic memory allocation rather than by njn · 15 years ago
  53. 609f25d Remove some unnecessary tests. by njn · 15 years ago
  54. 30987c5 The previous commit broke the 32-bit build, which is now fixed. by bart · 15 years ago
  55. 0111ec4 Add support for various aio_*() syscalls on Darwin. With them, Quicktime by njn · 15 years ago
  56. 1926053 Suppress a Cond error in pthread_rwlock_init(). Fixes bug 196528. by njn · 15 years ago
  57. 18e2470 Add a comment. by njn · 15 years ago
  58. 7113acb Support and test mincore() on Darwin. by njn · 15 years ago
  59. 25eba41 Enable mincore() on AMD64/Linux. Hopefully fixes bug 197591. by njn · 15 years ago
  60. cc37d2e Abort if a dir is given to --suppressions. Fixes bug 197456. by njn · 15 years ago
  61. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  62. 109d5da Fixed typo. by bart · 15 years ago
  63. 9dedafe Statistics: fixed bug introduced in r10356. by bart · 15 years ago
  64. 9f617a8 Statistics: do not only count DRD_(bm_new)() calls but also DRD_(bm_init)() calls as level one bitmap creation events. by bart · 15 years ago
  65. f6ec1fe Combined DRD_(thread_new_segment)() and DRD_(thread_combine_vc_sync)() by bart · 15 years ago
  66. e521466 Made --drd-stats=yes output even more verbose. by bart · 15 years ago
  67. 6584b69 Merged revisions 10129:10130 from the DRDDEV branch to the trunk. by bart · 15 years ago
  68. 54803fe Updated code for statistics printed by --drd-stats=yes. by bart · 15 years ago
  69. 3358b9e Generalized a suppression pattern. by bart · 15 years ago
  70. 7b7f3d4 Updated test plan. by bart · 15 years ago
  71. 74c2b68 Reran SPLASH-2 benchmark. by bart · 15 years ago
  72. 9331c7b Make the sys_newlstat wrapper more like those of similar *stat() syscalls. by njn · 15 years ago
  73. 0a1951d Callgrind: fix instrumentation for arbitrary events per guest instruction by weidendo · 15 years ago
  74. 0b23d6e Avoid variable name "new", use more concrete name instead by weidendo · 15 years ago
  75. b818f7a Added #include <stdint.h>. by bart · 15 years ago
  76. c94b50a Skip the pth_create_chain test on ppc. by bart · 15 years ago
  77. 4be4e2a by njn · 15 years ago
  78. 8762df7 Get rid of ACKNOWLEDGEMENTS, because it overlaps hugely with AUTHORS. by njn · 15 years ago
  79. fde4707 Add some cases to darwin/scalar.c, and tweak the macros used a little. by njn · 15 years ago
  80. 631b819 Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271. by njn · 15 years ago
  81. 2c7e5ca Move the Darwin _nocancel tests to a different file so they can be tested by njn · 15 years ago
  82. a8f0629 Added a wrapper and test for exchangedata() on Darwin. Fixes bug 195860. by njn · 15 years ago
  83. 5fd2814 - Added more comments in DRD's malloc wrappers. by bart · 15 years ago
  84. 4dfebf2 Updated ignore list. by bart · 15 years ago
  85. 956801f Added test code for realloc(). by bart · 15 years ago
  86. 143377e Implement and test wrappers for lstat_extended, stat64_extended, by njn · 15 years ago
  87. c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
  88. d8c5f12 Update scalar.stderr.exp; this should have gone in with r10288. by njn · 15 years ago
  89. 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago
  90. 8f1da73 Handle shmctl on Darwin. From bug 191271. by njn · 15 years ago
  91. 6e10c6c Fix URB ioctl handling. Patch from Hector Martin (bug 191095). by njn · 15 years ago
  92. 4eeb0e5 Avoid recursion in VG_(exit). by njn · 15 years ago
  93. 0660567 Handle another Linux ioctl. Patch from Jay Foad. by njn · 15 years ago
  94. bea46ea Remove callgrind/docs/index.xml, which is a relic from when Callgrind was by njn · 15 years ago
  95. 5b61bda Fixed bug in DRD's realloc() wrapper. by bart · 15 years ago
  96. 5542d8f Abort if a --log-file filename begins with a '~'. by njn · 15 years ago
  97. 386ae74 Suppress some still-reachable warnings that come up for "Hello World" on Darwin. by njn · 15 years ago
  98. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  99. f479a50 More ignore updates. by rjwalsh · 15 years ago
  100. 8e0f84a Update ignores. by rjwalsh · 15 years ago