1. 553c42f Added better filtering for Helgrind tests, removing all unreliable stack by njn · 15 years ago
  2. 47c8999 Remove Helgrind .exp files which are out-of-date, because Helgrind's output by njn · 15 years ago
  3. 0422e40 Reverted to r8771. Please ignore the commit message of r9325. by bart · 15 years ago
  4. 9f20746 Updated copyright years. by njn · 15 years ago
  5. 9cf79b5 Some tweaks to make more tests pass, or get closer to passing, on by njn · 15 years ago
  6. d26fcc0 Fixed an unintended data race in the bar_trivial test program. by bart · 15 years ago
  7. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  8. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 15 years ago
  9. b5d3abd Moved drd/tests/pth_barrier.c, drd/tests/rwlock_race.c and by bart · 15 years ago
  10. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  11. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  12. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 15 years ago
  13. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 15 years ago
  14. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 15 years ago
  15. a65db10 Initialise laog and laog__exposition even when the first lock-related by sewardj · 16 years ago
  16. f9d09bf Merge from DARWIN branch recent minor .vgtest changes. by njn · 16 years ago
  17. 49db39e Fix up selection of Helgrind tests (merged r9040 from DARWIN branch). by njn · 16 years ago
  18. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  19. 8aa41de by sewardj · 16 years ago
  20. 1a620d5 Minor futzing with the documentation. by sewardj · 16 years ago
  21. 2d7cdb2 Add an expected-output set for Ubuntu 8.04 (and 8.10) on amd64. by sewardj · 16 years ago
  22. 5210413 Ignore races that occur on data in .plt sections, as well as those by sewardj · 16 years ago
  23. 484fe80 During instrumentation, handle Imbe_SnoopedStore{Begin,End} a bit more by sewardj · 16 years ago
  24. c6a1cd1 Finish off updates to the Helgrind manual. by sewardj · 16 years ago
  25. 5246990 More documentation updates. Urr. I knew there was a reason I'd been by sewardj · 16 years ago
  26. 7c76839 Partial update of the Helgrind documentation (incomplete). by sewardj · 16 years ago
  27. c164bd2 Following r8845, explicitly enable Dwarf3 variable/type info reading by sewardj · 16 years ago
  28. 849b0ed by sewardj · 16 years ago
  29. 844a655 Update expected outputs for glibc25-amd64. by sewardj · 16 years ago
  30. 575e48f by sewardj · 16 years ago
  31. c7f1b00 Move the functionality from filter_threadnums into filter_stderr, so that by sewardj · 16 years ago
  32. 9212454 HG_(instrument): don't assert on Imbe_SnoopedStore{Begin,End}. by sewardj · 16 years ago
  33. 1669cc7 Avoid causing an assertion failure in VG_(make_ExeContext_from_StackTrace) by sewardj · 16 years ago
  34. a781be6 event_map_lookup: when looking for a previous access to an address, by sewardj · 16 years ago
  35. 8f5374e Tidy up and comment sanity-checking code/configuration. by sewardj · 16 years ago
  36. c5ea996 by sewardj · 16 years ago
  37. bc307e5 Use the new SparseWA data type, rather than WordFM, to implement the by sewardj · 16 years ago
  38. d86e3a2 Change the memory allocation strategy used by the conflicting-access by sewardj · 16 years ago
  39. 8fd92d3 event_map_maybe_GC: use a flat array when computing the distribution by sewardj · 16 years ago
  40. 3b0c4d7 Re-set constraints in 'consistent' style after a race is detected, by sewardj · 16 years ago
  41. b0e009d Don't put raced-on locations in an (E)rror state; instead leave them by sewardj · 16 years ago
  42. b80f0c9 Fix comment typo. by sewardj · 16 years ago
  43. 1c466b7 Add informal correctness argument for the logic in by sewardj · 16 years ago
  44. 38e0cf9 by sewardj · 16 years ago
  45. 9b1f0fd event_map_maybe_GC: handle corner case that was previously simply by sewardj · 16 years ago
  46. b3fc062 A couple of 'make dist' fixes. by sewardj · 16 years ago
  47. a6c8223 Make these compile on older systems. by sewardj · 16 years ago
  48. 94d7059 Make test 'tc21_pthonce' less scheduling-sensitive. by sewardj · 16 years ago
  49. b9622d5 Add some regression tests for pthread_barrier handling. by sewardj · 16 years ago
  50. 553655c Add a couple more tests for API errors in evh__HG_PTHREAD_BARRIER_DESTROY_PRE. by sewardj · 16 years ago
  51. 9f569b7 Add initial support for POSIX barriers (pthread_barrier_{init,wait,destroy}). by sewardj · 16 years ago
  52. 3a48d6c Update this test a bit. It's basically flawed though. by sewardj · 16 years ago
  53. 42f17ea Handle EvM GC messaging properly. by sewardj · 16 years ago
  54. 1cbc12f Make sure laog__handle_one_lock_deletion actually gets called as a by sewardj · 16 years ago
  55. a1bf24f Use a couple of reader-writer-lock tests from drd. by sewardj · 16 years ago
  56. 5ff16a6 Add a new expected output that applies to glibc-2.7 and later. by sewardj · 16 years ago
  57. b83162d Add a new expected output that applies to glibc-2.7 and later. by sewardj · 16 years ago
  58. ab19515 More updates to expected outputs. This currently gives Helgrind zero by sewardj · 16 years ago
  59. 7e18ab1 Update expected output. by sewardj · 16 years ago
  60. 3fcd85f Move the conflicting accesses in each thread earlier, so that pure h-b by sewardj · 16 years ago
  61. d024ae5 Update baseline expected outputs, now that Helgrind uses a different by sewardj · 16 years ago
  62. d52392d A bit of tidying up: by sewardj · 16 years ago
  63. 8669fd3 Rename some local variables called 'index' to something else, to stop by sewardj · 16 years ago
  64. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  65. b8544e2 Don't simply break the build if gcc doesn't provide the require primitives on ppc. by sewardj · 16 years ago
  66. 9c606bd by sewardj · 16 years ago
  67. 896f6f9 by sewardj · 16 years ago
  68. 31277bf Removed duplicate volatile keyword such that the compiler does no longer print a warning. by bart · 16 years ago
  69. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  70. 9df35c2 Track vex r1857 (addition of Imbe_SnoopedStoreBegin and Imbe_SnoopedStoreEnd). by sewardj · 16 years ago
  71. 8bfd94f Fixed typo. by bart · 16 years ago
  72. 7b35d21 Let the compiler print a comprehensible error message if it does not provide built-in functions for atomic memory access. by bart · 16 years ago
  73. 5df2609 Added ppc implementation of atomic compare and swap. by bart · 16 years ago
  74. 7cf4e6b by sewardj · 16 years ago
  75. 42a0697 Fixed a compiler warning. by bart · 16 years ago
  76. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 16 years ago
  77. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  78. c3bfcb9 This wasn't supposed to go in the last commit; undo. by njn · 16 years ago
  79. e8ffe52 Ignore Emacs temporary files. Also, produce the correct .diff filename when by njn · 16 years ago
  80. 612c87b Make sure tc20_verifywrap does not trigger an assertion failure in combination with glibc 2.7. by bart · 16 years ago
  81. 789c3c5 Intercept pthread_rwlock_try{rd,wr}lock. Fixes #158212. by sewardj · 16 years ago
  82. fc4b63a Comment-only changes. by sewardj · 16 years ago
  83. 250ec2e Try to sort out signedness problems in hg_wordfm.[ch], and do a bunch by sewardj · 16 years ago
  84. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  85. e3b57aa by sewardj · 17 years ago
  86. ae5137e Allow a WordFM iterator to be initialised so as to exclude all key by sewardj · 17 years ago
  87. ae4485a Fix stupid error spotted by by Konstantin Serebryany. by sewardj · 17 years ago
  88. 95e7900 Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
  89. efd3b4d Wibble. by sewardj · 17 years ago
  90. 006f29f Add a test case for semaphores with nonzero initial values. by sewardj · 17 years ago
  91. 11e352f Correctly handle semaphores with nonzero initial values. Fixes bug by sewardj · 17 years ago
  92. 1c7e833 So much for C's "type system" (ha ha). Correct version of r7250. by sewardj · 17 years ago
  93. 3c2f748 Don't assert when destroying a locked rwlock. by sewardj · 17 years ago
  94. 2ee3395 Don't break the build on AIX5.3. by sewardj · 17 years ago
  95. eafad3b Try to fix, or at least avoid if possible, some arbitrary delays at by sewardj · 17 years ago
  96. 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
  97. b5f2964 Back out bogus strict-aliasing hacks and use -fno-strict-aliasing by default. by sewardj · 17 years ago
  98. 944fbf2 Change the baseline optimisation level from -O to -O2. by sewardj · 17 years ago
  99. e75c97e Rename a couple more UInts which really should be SVals. by sewardj · 17 years ago
  100. fb86168 Give shadow values their own type (SVal) for the usual by sewardj · 17 years ago