1. 9f569b7 Add initial support for POSIX barriers (pthread_barrier_{init,wait,destroy}). by sewardj · 16 years ago
  2. 3a48d6c Update this test a bit. It's basically flawed though. by sewardj · 16 years ago
  3. 42f17ea Handle EvM GC messaging properly. by sewardj · 16 years ago
  4. 1cbc12f Make sure laog__handle_one_lock_deletion actually gets called as a by sewardj · 16 years ago
  5. a1bf24f Use a couple of reader-writer-lock tests from drd. by sewardj · 16 years ago
  6. 5ff16a6 Add a new expected output that applies to glibc-2.7 and later. by sewardj · 16 years ago
  7. b83162d Add a new expected output that applies to glibc-2.7 and later. by sewardj · 16 years ago
  8. ab19515 More updates to expected outputs. This currently gives Helgrind zero by sewardj · 16 years ago
  9. 7e18ab1 Update expected output. by sewardj · 16 years ago
  10. 3fcd85f Move the conflicting accesses in each thread earlier, so that pure h-b by sewardj · 16 years ago
  11. d024ae5 Update baseline expected outputs, now that Helgrind uses a different by sewardj · 16 years ago
  12. d52392d A bit of tidying up: by sewardj · 16 years ago
  13. 8669fd3 Rename some local variables called 'index' to something else, to stop by sewardj · 16 years ago
  14. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  15. b8544e2 Don't simply break the build if gcc doesn't provide the require primitives on ppc. by sewardj · 16 years ago
  16. 9c606bd by sewardj · 16 years ago
  17. 896f6f9 by sewardj · 16 years ago
  18. 31277bf Removed duplicate volatile keyword such that the compiler does no longer print a warning. by bart · 16 years ago
  19. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  20. 9df35c2 Track vex r1857 (addition of Imbe_SnoopedStoreBegin and Imbe_SnoopedStoreEnd). by sewardj · 16 years ago
  21. 8bfd94f Fixed typo. by bart · 16 years ago
  22. 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
  23. 5df2609 Added ppc implementation of atomic compare and swap. by bart · 16 years ago
  24. 7cf4e6b by sewardj · 16 years ago
  25. 42a0697 Fixed a compiler warning. by bart · 16 years ago
  26. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 16 years ago
  27. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  28. c3bfcb9 This wasn't supposed to go in the last commit; undo. by njn · 16 years ago
  29. e8ffe52 Ignore Emacs temporary files. Also, produce the correct .diff filename when by njn · 16 years ago
  30. 612c87b Make sure tc20_verifywrap does not trigger an assertion failure in combination with glibc 2.7. by bart · 16 years ago
  31. 789c3c5 Intercept pthread_rwlock_try{rd,wr}lock. Fixes #158212. by sewardj · 16 years ago
  32. fc4b63a Comment-only changes. by sewardj · 16 years ago
  33. 250ec2e Try to sort out signedness problems in hg_wordfm.[ch], and do a bunch by sewardj · 16 years ago
  34. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  35. e3b57aa by sewardj · 16 years ago
  36. ae5137e Allow a WordFM iterator to be initialised so as to exclude all key by sewardj · 16 years ago
  37. ae4485a Fix stupid error spotted by by Konstantin Serebryany. by sewardj · 17 years ago
  38. 95e7900 Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
  39. efd3b4d Wibble. by sewardj · 17 years ago
  40. 006f29f Add a test case for semaphores with nonzero initial values. by sewardj · 17 years ago
  41. 11e352f Correctly handle semaphores with nonzero initial values. Fixes bug by sewardj · 17 years ago
  42. 1c7e833 So much for C's "type system" (ha ha). Correct version of r7250. by sewardj · 17 years ago
  43. 3c2f748 Don't assert when destroying a locked rwlock. by sewardj · 17 years ago
  44. 2ee3395 Don't break the build on AIX5.3. by sewardj · 17 years ago
  45. eafad3b Try to fix, or at least avoid if possible, some arbitrary delays at by sewardj · 17 years ago
  46. 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
  47. b5f2964 Back out bogus strict-aliasing hacks and use -fno-strict-aliasing by default. by sewardj · 17 years ago
  48. 944fbf2 Change the baseline optimisation level from -O to -O2. by sewardj · 17 years ago
  49. e75c97e Rename a couple more UInts which really should be SVals. by sewardj · 17 years ago
  50. fb86168 Give shadow values their own type (SVal) for the usual by sewardj · 17 years ago
  51. 79ef5e5 by njn · 17 years ago
  52. 0d2a2c1 Comment-only change. by sewardj · 17 years ago
  53. 862ed5e Don't hang on some old systems, since that makes the entire regtest system hang. by sewardj · 17 years ago
  54. c17be79 Followup to r7105: stop gcc complaining about violations of ANSI C by sewardj · 17 years ago
  55. 572feb7 Rename in the manual. by sewardj · 17 years ago
  56. b411202 by sewardj · 17 years ago
  57. 609939f Rename this directory. by sewardj · 17 years ago
  58. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  59. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  60. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  61. b5c7575 Get rid of the core-tool events pre_mutex_lock, post_mutex_lock and by sewardj · 18 years ago
  62. 0b9d74a by sewardj · 18 years ago
  63. f8126e9 change void* to Addr in mutex helpers. patch by Bard Van Assche. by dirk · 18 years ago
  64. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  65. 4082356 Merge r6214 (some parts): by sewardj · 18 years ago
  66. 1eff82b by sewardj · 18 years ago
  67. 4cfea4f by sewardj · 18 years ago
  68. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  69. b148920 Update 64-bit cleanness info. by njn · 18 years ago
  70. 5e0e922 Clarify the Helgrind-doesn't-work message. by njn · 18 years ago
  71. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago
  72. 2dc8480 Fix typos by weidendo · 18 years ago
  73. 7fd15d6 Make the BSD-style license notices slightly more accurate. by njn · 18 years ago
  74. 94fb233 Don't use -gstabs on ppc64-linux, as it doesn't work with some gccs (Dave Nomura). by sewardj · 18 years ago
  75. 461df9c These files all speak about instrumentation functions. by sewardj · 18 years ago
  76. 0126214 by sewardj · 19 years ago
  77. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  78. 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
  79. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  80. 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago
  81. 151a639 Fix compiler warnings. by tom · 19 years ago
  82. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
  83. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  84. 0cd42f0 Fix realloc wrappers to handle the out of memory case properly - if by tom · 19 years ago
  85. 6929333 Remove now-unused "shadow_memory" need. by njn · 19 years ago
  86. 45f4e7c by sewardj · 19 years ago
  87. 8cdd185 Add a note about a nice paper describing data races. by njn · 19 years ago
  88. 5db3212 Give informative failure messages if you try to use Helgrind or by njn · 19 years ago
  89. f69f945 by njn · 19 years ago
  90. 5d8a230 by njn · 19 years ago
  91. d9e5fd7 Rename functions to make the type involved clearer. by njn · 19 years ago
  92. af839f5 by njn · 19 years ago
  93. ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
  94. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  95. c7561b9 by njn · 19 years ago
  96. 7cee6f9 Updates to the rest of the debuginfo module to track directory names. by sewardj · 19 years ago
  97. f536bbb by njn · 19 years ago
  98. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  99. 29ef1c8 Stop gcc complaining about Helgrind on 64-bit platforms. Note, this by sewardj · 19 years ago
  100. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago