1. f721815 Rationalise standard suppressions: get rid of vast amounts of by sewardj · 16 years ago
  2. 484fe80 During instrumentation, handle Imbe_SnoopedStore{Begin,End} a bit more by sewardj · 16 years ago
  3. 9ba91f4 Update expected outputs. by sewardj · 16 years ago
  4. e8cdb36 Updated after merge of Helgrind from YARD branch to trunk. by bart · 16 years ago
  5. af57d5b Minor updates for 3.4.0. Also fix a large number of missing <para> by sewardj · 16 years ago
  6. c6a1cd1 Finish off updates to the Helgrind manual. by sewardj · 16 years ago
  7. 5246990 More documentation updates. Urr. I knew there was a reason I'd been by sewardj · 16 years ago
  8. 7c76839 Partial update of the Helgrind documentation (incomplete). by sewardj · 16 years ago
  9. e30177e Added prereq clause. by bart · 16 years ago
  10. 51db72d circular_buffer test now passes on systems with and without built-in support for atomic operations. by bart · 16 years ago
  11. 237f5e9 Added a suppression pattern for the data races triggered by the glibc function fflush(). by bart · 16 years ago
  12. 94866cc Fixed bug in vector clock updating for semaphores with non-zero initial value. by bart · 16 years ago
  13. 03225a8 Added command-line option -n, which allows to disable locking. by bart · 16 years ago
  14. d94169a Replaced regular increment by atomic increment. by bart · 16 years ago
  15. d22e8b2 Made config.h include path consistent with the other regression tests. by bart · 16 years ago
  16. d5a131f Fixed typo: added missing right parentheses. by bart · 16 years ago
  17. ba1686b Finished renaming of boost_threads into boost_thread. by bart · 16 years ago
  18. a45b572 Generalized the glibc _IO_file_xsputn suppression pattern. Added a suppression pattern for Boost. by bart · 16 years ago
  19. 04eb109 Move description of --read-var-info= from the "debugging options" by sewardj · 16 years ago
  20. c164bd2 Following r8845, explicitly enable Dwarf3 variable/type info reading by sewardj · 16 years ago
  21. 849b0ed by sewardj · 16 years ago
  22. 13ca8a6 Rearrange suppressions a bit, and add a couple more from David Faure. by sewardj · 16 years ago
  23. 844a655 Update expected outputs for glibc25-amd64. by sewardj · 16 years ago
  24. 575e48f by sewardj · 16 years ago
  25. 234780c Callgrind: add code pattern for runtime_resolve on OpenSuse11.0/x86 by weidendo · 16 years ago
  26. b88201e Don't apply cross-compilation patch during the nightly build any more, by sewardj · 16 years ago
  27. c7f1b00 Move the functionality from filter_threadnums into filter_stderr, so that by sewardj · 16 years ago
  28. 9212454 HG_(instrument): don't assert on Imbe_SnoopedStore{Begin,End}. by sewardj · 16 years ago
  29. 6fd7d74 Added another regression test. by bart · 16 years ago
  30. 3e017fa Fixed semaphore vector clock updating / simplified semaphore tracing. by bart · 16 years ago
  31. c57312c Fixed grammar / split a paragraph in two. by bart · 16 years ago
  32. 9ba958b Added a suppression pattern. by bart · 16 years ago
  33. 76ca62c Added a paragraph about the Boost.Thread library. by bart · 16 years ago
  34. 8639f11 Create rough entries for the 3.4.0 changes. by sewardj · 16 years ago
  35. 3301cd1 Include new file (why-no-libc.txt) in the distro tarball. by sewardj · 16 years ago
  36. afb42b7 Fixed regression test tc20_verifywrap2, which was broken through r8829. by bart · 16 years ago
  37. 62b4c57 Fix some format string mismatch warnings, associated with r8825. by sewardj · 16 years ago
  38. 17b4743 Add another magic constant to the Iex_Const case in isBogusAtom, as by sewardj · 16 years ago
  39. 13581c9 Add some useful info. by njn · 16 years ago
  40. 16dfea4 Add support ioprio_get and wire up ioprio_set on all platforms. by tom · 16 years ago
  41. da9436b Added more semaphore tracing info. by bart · 16 years ago
  42. bb97c5e Update an FAQ to account for --track-origins=yes. by njn · 16 years ago
  43. 6fb87f2 Include vg-in-place in the distro tarball. by sewardj · 16 years ago
  44. e6cab85 Update. by sewardj · 16 years ago
  45. 493c4ef Make sure $mflag_primary is used in the tests for Boost and QtCore by sewardj · 16 years ago
  46. 1669cc7 Avoid causing an assertion failure in VG_(make_ExeContext_from_StackTrace) by sewardj · 16 years ago
  47. 357cb16 Add a couple of suppressions relating to unwinding the stack following by sewardj · 16 years ago
  48. b1ae15d This commit subtly changes the meaning of the values obtained via the by sewardj · 16 years ago
  49. a284eb7 Fix format string warning in PRE(sys_eventfd2). by sewardj · 16 years ago
  50. d7a02db by sewardj · 16 years ago
  51. 84eb41f Add support for eventfd2 (and wire up pipe2 on PPC platforms). by tom · 16 years ago
  52. bd43a86 Added suppression pattern for random_r(), which is a.o. called by rand(). by bart · 16 years ago
  53. 8a36076 Fix bug introduced by frame-level wildcarding changes for suppressions by sewardj · 16 years ago
  54. 1ba0e9b Don't segfault the guest during a call MPI_Init(NULL,NULL), since by sewardj · 16 years ago
  55. a781be6 event_map_lookup: when looking for a previous access to an address, by sewardj · 16 years ago
  56. 8f5374e Tidy up and comment sanity-checking code/configuration. by sewardj · 16 years ago
  57. c5ea996 by sewardj · 16 years ago
  58. f35dbb8 by sewardj · 16 years ago
  59. bc307e5 Use the new SparseWA data type, rather than WordFM, to implement the by sewardj · 16 years ago
  60. 78b7ecf Add a new container data type, a Sparse Word Array: an array of UWord by sewardj · 16 years ago
  61. c0b2039 Followup to vx1875: use .guest_amd64_assume_fs_is_zero == True on amd64-linux. by sewardj · 16 years ago
  62. f093c8c Assert that the guest state size is a multiple of 16, not 8. by sewardj · 16 years ago
  63. d86e3a2 Change the memory allocation strategy used by the conflicting-access by sewardj · 16 years ago
  64. c98279e Simplified test program. by bart · 16 years ago
  65. 4281619 update bug status by dirk · 16 years ago
  66. 2d5d529 Reran SPLASH2 benchmark and updated results. by bart · 16 years ago
  67. a656f3d ignore .valgrindrc files that are world writeable by dirk · 16 years ago
  68. a5bf231 Updated notes section. by bart · 16 years ago
  69. 23d4469 Helgrind's event-map garbage collector hammers VG_(OSetGen_Next). by sewardj · 16 years ago
  70. 8fd92d3 event_map_maybe_GC: use a flat array when computing the distribution by sewardj · 16 years ago
  71. 3b0c4d7 Re-set constraints in 'consistent' style after a race is detected, by sewardj · 16 years ago
  72. da1dd99 add glibc 2.9 support to changelog by dirk · 16 years ago
  73. d2e31eb glibc 2.9 support by dirk · 16 years ago
  74. de57c49 Added prereq clause. by bart · 16 years ago
  75. b0e009d Don't put raced-on locations in an (E)rror state; instead leave them by sewardj · 16 years ago
  76. b80f0c9 Fix comment typo. by sewardj · 16 years ago
  77. 1c466b7 Add informal correctness argument for the logic in by sewardj · 16 years ago
  78. 0f7a029 Add some suppressions for Qt4-related code. by sewardj · 16 years ago
  79. 38e0cf9 by sewardj · 16 years ago
  80. 9b1f0fd event_map_maybe_GC: handle corner case that was previously simply by sewardj · 16 years ago
  81. b3fc062 A couple of 'make dist' fixes. by sewardj · 16 years ago
  82. 00408ca More DRD suppression pattern simplifications. by bart · 16 years ago
  83. a39b9a0 Simplified DRD suppression patterns. by bart · 16 years ago
  84. c4a9e0f Added bar_bad and bar_trivial to the regression tests. by bart · 16 years ago
  85. 809427d Updated expected output after spelling fix in drd_barrier.c. by bart · 16 years ago
  86. c41688d Renamed boost_threads* into boost_thread*. by bart · 16 years ago
  87. fcff0b9 Print an error message instead of asserting when the count argument of pthread_barrier_init() is zero. Fixed a spelling error in an error message. by bart · 16 years ago
  88. b9a313e Added yet another DRD suppression pattern. by bart · 16 years ago
  89. c95c210 Expand filename for coredumps correctly. Fixes #174908. Also take by sewardj · 16 years ago
  90. 5eed741 Add a comment re VG_(expand_file_name). by sewardj · 16 years ago
  91. f8722ca Don't let GDB_PATH be "" if no GDB is found at configure time, as this causes by sewardj · 16 years ago
  92. a6c8223 Make these compile on older systems. by sewardj · 16 years ago
  93. 94d7059 Make test 'tc21_pthonce' less scheduling-sensitive. by sewardj · 16 years ago
  94. d3263e5 Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take by sewardj · 16 years ago
  95. b9622d5 Add some regression tests for pthread_barrier handling. by sewardj · 16 years ago
  96. 553655c Add a couple more tests for API errors in evh__HG_PTHREAD_BARRIER_DESTROY_PRE. by sewardj · 16 years ago
  97. 9f569b7 Add initial support for POSIX barriers (pthread_barrier_{init,wait,destroy}). by sewardj · 16 years ago
  98. 0b5f9fc Add performance comments to VG_(sizeFM), and add new method by sewardj · 16 years ago
  99. 50a99de Fix debug printing of fd in mmap system calls. by sewardj · 16 years ago
  100. 61e34a1 Added regression test for Boost.Threads. by bart · 16 years ago